1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
505 B

{
"add-module-block": "cargo2android_module.bp",
"add-toplevel-block": "cargo2android_defaults.bp",
"dependencies": true,
"dependency-blocklist": ["aarch64", "x86_64"],
"device": true,
"features": "default,gfxstream",
"global_defaults": "crosvm_defaults",
"no-pkg-vers": true,
"no-subdir": true,
"patch": "patches/Android.bp.patch",
"run": true,
"test-blocklist": ["tests/plugins.rs"],
"tests": true
}