aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:22:13 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:22:13 +0000
commitd9fa4225ae622f69ea752995af4638baf64188da (patch)
tree2f42db18a9fd6374177aca7e69fa0070346dd285
parent539ad31301d47d88e4ab323674f1485b73e44cc9 (diff)
parent0f1473f90570d5200b1c4d1ce4056414381b2d41 (diff)
downloadsame-file-android14-tests-release.tar.gz
Change-Id: I933fa35250a27d59d6979acc0ee5ff802851b625
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6513a97..abedb2a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -46,4 +46,10 @@ rust_library {
cargo_pkg_version: "1.0.6",
srcs: ["src/lib.rs"],
edition: "2018",
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}