aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-21 22:04:17 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-21 22:04:17 +0000
commit8550a6c4e1f301545d6a209b0024e0fa1a31a23b (patch)
treec458f70813643728b46dbae27af6bfef5c665019
parent7bfff4cde571e6b116e2cf0d3e71399fb81b9040 (diff)
parentf7d26e460c599733c507e39ebe1d099e715fd201 (diff)
downloadtracing-core-8550a6c4e1f301545d6a209b0024e0fa1a31a23b.tar.gz
Snap for 10843824 from f7d26e460c599733c507e39ebe1d099e715fd201 to 24Q1-release
Change-Id: If08e1acbc5ffbe593754d9c57e419d3b8b07cf7c
-rw-r--r--Android.bp4
-rw-r--r--cargo2android.json5
2 files changed, 6 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index a2191b0..f29e6e9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,8 +1,6 @@
-// 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.
-
-
package {
default_applicable_licenses: ["external_rust_crates_tracing-core_license"],
}
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
+}