aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-20 16:04:57 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-20 16:04:57 +0000
commit7ac0b4a79f62376dfbfb1594ebda3ff639fccffb (patch)
treec582cd4a56d60253952c8c33beb566135f5fb6f5
parentac81540de079cb44d7b2d3e6678205a14d4b3bde (diff)
parent014dacbdd871f86cc01ee953cf758b85851b3b4d (diff)
downloadatty-7ac0b4a79f62376dfbfb1594ebda3ff639fccffb.tar.gz
Snap for 9979206 from 014dacbdd871f86cc01ee953cf758b85851b3b4d to sdk-releaseplatform-tools-34.0.3
Change-Id: I5fc029b8c7e5c3a5a0b8e48c9fe4a4fa63b7a60b
-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,
}