aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:17:27 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:17:27 +0000
commit0283cfd1be48d3b826d747e20cd694ddff2ed3db (patch)
tree1e9f2041b3f92cb51718e2e15660cbebbec2b6d7
parent99f8d26e337b464108bbc51fb66083a6d2c9515e (diff)
parent897aeb72558845b6ee52c8ad579f29e740240a60 (diff)
downloadvulkano-android14-mainline-uwb-release.tar.gz
Change-Id: I56461c158e1188cd9a53f97cefcecdaca234deea
-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.
-{}