aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:14:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:14:33 +0000
commit0f19dcdab45bf33a3d40b630f93f6046362739d6 (patch)
treedfb9ef5b2c74192def2e78105813e1ecd7d651f4
parent44ac26e7038ccb766bd7d27e38268fbb23a42145 (diff)
parent1a1ecb4043c57ee8f6071fc24cefe2cde0e54293 (diff)
downloadbencher-android14-d1-s1-release.tar.gz
Change-Id: I04396824d3c59cc8fdbaf226829c5cc9c37b1465
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 45a10df..cc833f7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -62,4 +62,10 @@ rust_library {
cargo_pkg_version: "0.1.5",
srcs: ["lib.rs"],
edition: "2015",
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}