aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Geisler <mgeisler@google.com>2024-04-16 16:12:17 +0200
committerMartin Geisler <mgeisler@google.com>2024-04-16 16:12:17 +0200
commit7dac338b69d4020762df7802253c24239944ee3b (patch)
tree1c36fb2f8cd2e3bf70cd79017f68450086d0ebbc
parent0dd180cc0faf2736ec64bb8c4ce3d3e4f64f1824 (diff)
downloadrand_xorshift-7dac338b69d4020762df7802253c24239944ee3b.tar.gz
Remove bincode blocklistHEADmastermain
We no longer need this after bincode was imported in b/330683225. Bug: 333560480 Test: atest --host rand_xorshift_test_tests_mod Change-Id: I6d376ae11f6d077ab2136f47e727cb95604c967e
-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
}