aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp4
-rw-r--r--TEST_MAPPING2
2 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index eca2f62..d08c144 100644
--- a/Android.bp
+++ b/Android.bp
@@ -46,6 +46,7 @@ genrule {
rust_library {
name: "libvulkano",
+ // has rustc warnings
host_supported: true,
crate_name: "vulkano",
cargo_env_compat: true,
@@ -69,10 +70,13 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
}
rust_test {
name: "vulkano_test_src_lib",
+ // has rustc warnings
host_supported: true,
crate_name: "vulkano",
cargo_env_compat: true,
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index 958c404..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,2 +0,0 @@
-// Generated by update_crate_tests.py for tests that depend on this crate.
-{}