mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
15 lines
297 B
TOML
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"]
|