aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:44:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:44:40 +0000
commitd31ac76dcd4f48a74a0e379ffc6080b514724a8c (patch)
tree084267d53b57db1d78c42363b0aec7e7583633d8
parent8c31869e0efde31e7140d8c4832bc30de778f50b (diff)
parent7eaaf9eb82a3981089c9d0621d39e32bf5a835f9 (diff)
downloadregex-automata-android14-mainline-art-release.tar.gz
Change-Id: I2019c2b245d7f7f675d36eb995dd8fecec51a8ea
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 19545ce..a238a21 100644
--- a/Android.bp
+++ b/Android.bp
@@ -60,4 +60,10 @@ rust_library {
rustlibs: [
"libregex_syntax",
],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}