aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-05 19:03:56 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-05 19:03:56 +0000
commit11e98bd8d1833b929b50c464707801ef27db37fb (patch)
tree802dadf472e94f880effdba194322f87c0b436c9
parent83c697a3312937e355f1b9b9a9ce072079086bb6 (diff)
parent4731e61fa370213f15b3f50e0966d0206451d070 (diff)
downloadutf-8-11e98bd8d1833b929b50c464707801ef27db37fb.tar.gz
Snap for 10908379 from 4731e61fa370213f15b3f50e0966d0206451d070 to build-tools-release
Change-Id: Ic52325b86da3080d14a2772828d1e959f6e6dc7d
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json5
2 files changed, 6 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index b5771ee..a317bf5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --run --device --tests.
+// This file is generated by cargo2android.py --config cargo2android.json.
// Do not modify this file as changes will be overridden on upgrade.
diff --git a/cargo2android.json b/cargo2android.json
new file mode 100644
index 0000000..aefb658
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,5 @@
+{
+ "run": true,
+ "device": true,
+ "tests": true
+}