aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:43:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:43:01 +0000
commitc3128e68e826cb5e0deb4aed647bf90b91f18b00 (patch)
treec582cd4a56d60253952c8c33beb566135f5fb6f5
parentb2486ad9e829b8b175ed96970ccc41d7167b748f (diff)
parent5951f6757f2bc2ebffcd3434a3ba5c5d6153f636 (diff)
downloadatty-android14-mainline-adservices-release.tar.gz
Change-Id: I55911e0f1f22ff0c9746f8d6e1620e82bcbdf014
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 70e0e91..8e8a16f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,4 +29,10 @@ rust_library {
rustlibs: [
"liblibc",
],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}