aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-30 21:50:07 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-30 21:50:07 +0000
commit264f50027dbc4bc8023201c97d4eb56eb3903ee8 (patch)
tree1c36fb2f8cd2e3bf70cd79017f68450086d0ebbc
parent86d00bd361036e4f0f9f7f2808be3af6414b99b7 (diff)
parent7dac338b69d4020762df7802253c24239944ee3b (diff)
downloadrand_xorshift-build-tools-release.tar.gz
Snap for 11784721 from 7dac338b69d4020762df7802253c24239944ee3b to build-tools-releasebuild-tools-release
Change-Id: I95046d78fd02a541a3a9faa9b73cf82ecb1541e4
-rw-r--r--Android.bp5
-rw-r--r--cargo_embargo.json7
2 files changed, 4 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index e0a15da..01eedee 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,7 @@
// This file is generated by cargo_embargo.
-// Do not modify this file as changes will be overridden on upgrade.
+// Do not modify this file after the first "rust_*" or "genrule" module
+// because the changes will be overridden on upgrade.
+// Content before the first "rust_*" or "genrule" module is preserved.
package {
default_applicable_licenses: ["external_rust_crates_rand_xorshift_license"],
@@ -69,6 +71,7 @@ rust_test {
},
edition: "2018",
rustlibs: [
+ "libbincode",
"librand_core",
"librand_xorshift",
],
diff --git a/cargo_embargo.json b/cargo_embargo.json
index 89ca815..9a0a579 100644
--- a/cargo_embargo.json
+++ b/cargo_embargo.json
@@ -1,10 +1,3 @@
{
- "package": {
- "rand_xorshift": {
- "dep_blocklist": [
- "libbincode"
- ]
- }
- },
"tests": true
}