aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-16 20:20:10 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-16 20:20:10 +0000
commitb9ea4d11d4a7eda6296348588a8e0745071b5757 (patch)
treeb5ec62fa42c1eb9c24d158033d01f892e13190b5
parent5cc631d002e1ed3ef97e99666a896c3b8cc08b29 (diff)
parent72feaed978c35d419474b326a33c21e9f71b465b (diff)
downloadtracing-attributes-b9ea4d11d4a7eda6296348588a8e0745071b5757.tar.gz
Snap for 10957012 from 72feaed978c35d419474b326a33c21e9f71b465b to simpleperf-release
Change-Id: I39c7de53ee2147152acd7a712577c831cd517a21
-rw-r--r--Android.bp5
-rw-r--r--cargo2android.json4
2 files changed, 5 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 2477e28..429532b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,8 +1,6 @@
-// This file is generated by cargo2android.py --run --device.
+// 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-attributes_license",
@@ -24,7 +22,6 @@ license {
rust_proc_macro {
name: "libtracing_attributes",
- // has rustc warnings
crate_name: "tracing_attributes",
cargo_env_compat: true,
cargo_pkg_version: "0.1.23",
diff --git a/cargo2android.json b/cargo2android.json
new file mode 100644
index 0000000..fe43c3f
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,4 @@
+{
+ "run": true,
+ "device": true
+}