aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-09 05:24:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-09 05:24:32 +0000
commitec75e47621fa8c40a14c3791e9f34debf6ea2880 (patch)
treecebf832c0dd15f05798cc37da1ae80eafb31e599
parent8fb4f67bc1699b11ed8a75fc0f590be663d3b663 (diff)
parent81cee80834daeabbc57d04862117caf8e5fd4abe (diff)
downloadcoset-ec75e47621fa8c40a14c3791e9f34debf6ea2880.tar.gz
Snap for 8813775 from 81cee80834daeabbc57d04862117caf8e5fd4abe to udc-release
Change-Id: I3ec53229f0e93901cb8dc67388376edcf4c1d179
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json6
2 files changed, 7 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index c26900e..a50f099 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --run --device --dependencies --vendor-available.
+// This file is generated by cargo2android.py --config cargo2android.json.
// Do not modify this file as changes will be overridden on upgrade.
package {
diff --git a/cargo2android.json b/cargo2android.json
new file mode 100644
index 0000000..e256313
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,6 @@
+{
+ "device": true,
+ "run": true,
+ "dependencies": true,
+ "vendor-available": true
+}