aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-21 22:00:59 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-21 22:00:59 +0000
commit90fa5ca33f46a9bb0e06c64cde64ee641c1ad179 (patch)
tree5a48e654352237d2777c4e25c44e568f577393a0
parentec4b2c3141aab80fb3b9f562bfc352c3183d6ed9 (diff)
parent406185a75ba980d0bd67600b1eec026bfaf19657 (diff)
downloaddata-encoding-90fa5ca33f46a9bb0e06c64cde64ee641c1ad179.tar.gz
Snap for 10843824 from 406185a75ba980d0bd67600b1eec026bfaf19657 to 24Q1-release
Change-Id: Idbbb4058156cbe521aec46e8519864600b600d6a
-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 970e754..55445f4 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
+}