aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-16 20:17:23 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-16 20:17:23 +0000
commit0eb1730e3594b564dba5c966e34da86287a11e05 (patch)
tree67f7de5a8d480ac95519ee82ce8e52fbe8d9ebcc
parent0b8c5fd2bffb3807e2a291e3533f2eafa0e2fe36 (diff)
parent6322f0d5e6059e2ef31c5e39ec70e521a931fba5 (diff)
downloadglam-0eb1730e3594b564dba5c966e34da86287a11e05.tar.gz
Snap for 10957012 from 6322f0d5e6059e2ef31c5e39ec70e521a931fba5 to simpleperf-release
Change-Id: I7a5ddeb061680235e37b31bfd20482472e4e3458
-rw-r--r--.gitignore1
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json3
3 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 3da98e9..63827e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
**/target
-*.json
*.swp
**/*.rs.bk
Cargo.lock
diff --git a/Android.bp b/Android.bp
index 32fbe8d..94d1e0b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --run.
+// 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..1be49f0
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,3 @@
+{
+ "run": true
+}