aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:19:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:19:05 +0000
commita5cb6beca89b8a0b586e06bb445230b15c53d72e (patch)
treec582cd4a56d60253952c8c33beb566135f5fb6f5
parent3e894dc78738791a22e01712bb7f690079c38fbe (diff)
parent34db71c9236860747d30e9de80b654db0f2948f4 (diff)
downloadatty-android14-s2-release.tar.gz
Change-Id: I33d28b3d96a68164f5a53d29d898239e352f7539
-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,
}