aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-11 02:13:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-11 02:13:32 +0000
commit2a31cdafb2dd3dc4558af2663112055a422e8a8f (patch)
tree1da59401b21ca24a52563fd865e5da0f19fa8bc3
parentc57548ef64d1ffa50cdcb8a2a2cd8e58ab17cb85 (diff)
parent04fd990946723d93f90e6c060397dae0f4d2d228 (diff)
downloadquickcheck-android14-qpr2-release.tar.gz
Change-Id: I6ac64f6e4d94b4babfea89989873b0d05296a4a2
-rw-r--r--Android.bp4
-rw-r--r--cargo2android.json6
-rw-r--r--cargo_embargo.json4
3 files changed, 5 insertions, 9 deletions
diff --git a/Android.bp b/Android.bp
index a0a56ce..1e48265 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// 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.
package {
@@ -40,7 +40,6 @@ license {
rust_library {
name: "libquickcheck",
- // has rustc warnings
host_supported: true,
crate_name: "quickcheck",
cargo_env_compat: true,
@@ -69,7 +68,6 @@ rust_library {
rust_test {
name: "quickcheck_test_src_lib",
- // has rustc warnings
host_supported: true,
crate_name: "quickcheck",
cargo_env_compat: true,
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index cf6ca9c..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "dependencies": true,
- "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..c8842d1
--- /dev/null
+++ b/cargo_embargo.json
@@ -0,0 +1,4 @@
+{
+ "run_cargo": false,
+ "tests": true
+}