Remove bincode blocklist

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
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 @@
     },
     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
 }