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