aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-15 21:44:47 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-15 21:44:47 +0000
commit3bc44e5094473698eeb2898e43bf3578c26fffb3 (patch)
tree74f9b1c6c94f0a1d3902b4ed0cacb80a50f97f47
parent7c9628cd6fa432c89185ae4172c02b692ad408b3 (diff)
parent35de3484b44e197d6df6be7131c524bd55785896 (diff)
downloadoorandom-aml_tz3_314012070.tar.gz
Change-Id: Ie6fd25c4e4c72186be85fd35b9ae88cba406e33b
-rw-r--r--Android.bp4
-rw-r--r--TEST_MAPPING17
-rw-r--r--cargo2android.json4
3 files changed, 1 insertions, 24 deletions
diff --git a/Android.bp b/Android.bp
index 68321a1..9f9337e 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 cargo2android.py --run --device --dependencies.
// Do not modify this file as changes will be overridden on upgrade.
package {
@@ -22,8 +22,6 @@ rust_library {
name: "liboorandom",
host_supported: true,
crate_name: "oorandom",
- cargo_env_compat: true,
- cargo_pkg_version: "11.1.3",
srcs: ["src/lib.rs"],
edition: "2018",
}
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index 3cbd48d..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,17 +0,0 @@
-// Generated by update_crate_tests.py for tests that depend on this crate.
-{
- "imports": [
- {
- "path": "external/rust/crates/base64"
- },
- {
- "path": "external/rust/crates/tinytemplate"
- },
- {
- "path": "external/rust/crates/tinyvec"
- },
- {
- "path": "external/rust/crates/unicode-xid"
- }
- ]
-}
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index bf78496..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "device": true,
- "run": true
-} \ No newline at end of file