aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:14:36 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:14:36 +0000
commitb5b784fee22de1a8374eed40e838766f2545429a (patch)
treeae4e51e69278b95d9ee59f9f1c0469981f913668
parentb5c2786599c40990b4cebffa972ab031249e5cda (diff)
parent4ad0d47048c08a38614e2b25c5a450acd05ecf5f (diff)
downloadbitflags-android14-d1-s4-release.tar.gz
Change-Id: I707e0ddd95113f16e1d589746735acda1923c4f0
-rw-r--r--Android.bp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 2d69422..13c08dd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -39,7 +39,6 @@ license {
rust_test {
name: "bitflags_test_src_lib",
- // has rustc warnings
host_supported: true,
crate_name: "bitflags",
cargo_env_compat: true,
@@ -65,7 +64,6 @@ rust_test {
rust_test {
name: "bitflags_test_tests_basic",
- // has rustc warnings
host_supported: true,
crate_name: "bitflags",
cargo_env_compat: true,
@@ -92,7 +90,6 @@ rust_test {
rust_library {
name: "libbitflags",
- // has rustc warnings
host_supported: true,
crate_name: "bitflags",
cargo_env_compat: true,
@@ -106,6 +103,7 @@ rust_library {
"com.android.compos",
"com.android.virt",
],
+ product_available: true,
vendor_available: true,
min_sdk_version: "29",
}