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