redox/recipes/wip/mobile/android-tools/recipe.toml
2026-02-10 03:18:17 -03:00

15 lines
297 B
TOML

#TODO not compiled or tested
[source]
tar = "https://github.com/nmeum/android-tools/releases/download/35.0.2/android-tools-35.0.2.tar.xz"
[build]
template = "cmake"
dependencies = [
"libusb",
"pcre",
"protobuf",
"libbrotli",
"zstd",
"lz4",
]
dev-dependencies = ["host:go"]