aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:23:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:23:05 +0000
commitcdc6b83fa55c0e694e8834b3809e34d7b66ea41e (patch)
treeb9732a1c26db90ebe03598eddae2c757483d6044
parent1daf25c1595b4d3349f2d38aeb9b12401b789aef (diff)
parent22d8fee7a28ecca9faf8544abcb018333790b885 (diff)
downloadweak-table-android14-platform-release.tar.gz
Change-Id: I58492e91b31b14f5b1ace34d1f8806c6d93a47c3
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2ff1215..f10699a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -30,4 +30,10 @@ rust_library {
"default",
"std",
],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}