aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:14:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:14:40 +0000
commitf7a6b5c217fdca2143d32ea62a8119575dd109cd (patch)
tree543441716e90d651a18c9a2ca72c0fd06a19c0b5
parentd5fcc9aabd36be3a474596b2f7f51f6a080f5480 (diff)
parent4de004c1fe410fab33de8e33fd713d195bc199be (diff)
downloadcast-android14-mainline-uwb-release.tar.gz
Change-Id: I7a935eefb42a7e7407383b60236ff5e1d9b8349f
-rw-r--r--Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ad8f3c0..d272d39 100644
--- a/Android.bp
+++ b/Android.bp
@@ -39,6 +39,7 @@ license {
rust_test {
name: "cast_test_src_lib",
+ // has rustc warnings
host_supported: true,
crate_name: "cast",
cargo_env_compat: true,
@@ -57,10 +58,17 @@ rust_test {
rust_library {
name: "libcast",
+ // has rustc warnings
host_supported: true,
crate_name: "cast",
cargo_env_compat: true,
cargo_pkg_version: "0.3.0",
srcs: ["src/lib.rs"],
edition: "2018",
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}