aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:08:35 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:08:35 +0000
commit9e15f47dba5f0bd5877bf796b67ab66aada3bda2 (patch)
tree084267d53b57db1d78c42363b0aec7e7583633d8
parent2a7578254e86cf9e086901d1b423905924f9333e (diff)
parent7eaaf9eb82a3981089c9d0621d39e32bf5a835f9 (diff)
downloadregex-automata-aml_per_341011020.tar.gz
Change-Id: I628d532a3aac8ef35781ed9d578359f43761bf3a
-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,
}