aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-11 02:11:59 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-11 02:11:59 +0000
commit24cc75e79cdcd2b06225118a844877937fa73b83 (patch)
tree269aa8b8f3807b9a713a516bd1088983f81da7c2
parent7e73dd85e1aed8533a7d46e3a40c51708d04260d (diff)
parentad7bbb2ad8a959be3ac288c1d8b35931d0826647 (diff)
downloadgoogletest_macro-android14-qpr2-s2-release.tar.gz
Change-Id: I0d833d488cb9fad73218ec865da2f3f32439e528
-rw-r--r--Android.bp4
-rw-r--r--cargo2android.json5
-rw-r--r--cargo_embargo.json3
3 files changed, 4 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index 480a3bc..b0585b0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,8 +1,6 @@
-// This file is generated by cargo2android.py --config cargo2android.json.
+// This file is generated by cargo_embargo.
// Do not modify this file as changes will be overridden on upgrade.
-
-
rust_proc_macro {
name: "libgoogletest_macro",
crate_name: "googletest_macro",
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index d36fb44..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "device": true,
- "run": true,
- "tests": true
-} \ No newline at end of file
diff --git a/cargo_embargo.json b/cargo_embargo.json
new file mode 100644
index 0000000..9a0a579
--- /dev/null
+++ b/cargo_embargo.json
@@ -0,0 +1,3 @@
+{
+ "tests": true
+}