aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:17:21 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:17:21 +0000
commit6d3de423493c2796b02290fd5c0519ff64f87493 (patch)
tree084267d53b57db1d78c42363b0aec7e7583633d8
parent6278b6941c70301e83dfd548f68b4f9b1e2b6ce7 (diff)
parentaa378e4983a767ff01e7b0ee2b45d08ea8ae8683 (diff)
downloadregex-automata-android14-d1-s1-release.tar.gz
Change-Id: I926cb4e1fe7b47c3434f92ce4bb9a1396970a9c3
-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,
}