aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-03 03:08:39 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-03 03:08:39 +0000
commit09b9c7668a993d1b979dc8989fe001f04adf7139 (patch)
treeb383e5320f31e6c3cde41850cc368cdca6fb00bb
parenta023871d013174657c6adad3585306ddea13b634 (diff)
parent71f645e0b2683190aea53c174ce3a03261c061cf (diff)
downloadregex-syntax-09b9c7668a993d1b979dc8989fe001f04adf7139.tar.gz
Snap for 7519159 from 71f645e0b2683190aea53c174ce3a03261c061cf to tm-d1-release
Change-Id: I296c76b0b755ee163d4f199cc466b77d28b0f00f
-rw-r--r--Android.bp6
-rw-r--r--cargo2android.json10
2 files changed, 15 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index a0c5415..33db522 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --run --device --dependencies --tests.
+// This file is generated by cargo2android.py --config cargo2android.json.
// Do not modify this file as changes will be overridden on upgrade.
package {
@@ -55,6 +55,10 @@ rust_library {
"unicode-script",
"unicode-segment",
],
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.virt",
+ ],
}
rust_defaults {
diff --git a/cargo2android.json b/cargo2android.json
new file mode 100644
index 0000000..72ca2d4
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,10 @@
+{
+ "apex-available": [
+ "//apex_available:platform",
+ "com.android.virt"
+ ],
+ "dependencies": true,
+ "device": true,
+ "run": true,
+ "tests": true
+}