[dice] Remove vendor_available label for dice libraries
This cl removes the vendor_available label for the dice libraries
as this was needed when they were used in the vendor exposed HAL
service dice. Now as that service was removed, we no longer need
this label.
Test: atest diced_utils_test diced_sample_inputs_test
Bug: 268322533
Change-Id: I59aeed9b654a72b8ad83966cb5fad1cdac8995b2
diff --git a/diced/Android.bp b/diced/Android.bp
index 6bd7c06..959a52f 100644
--- a/diced/Android.bp
+++ b/diced/Android.bp
@@ -25,8 +25,6 @@
name: "libdiced_utils",
crate_name: "diced_utils",
srcs: ["src/utils.rs"],
- vendor_available: true,
-
rustlibs: [
"libanyhow",
],
@@ -47,8 +45,6 @@
name: "libdiced_sample_inputs",
crate_name: "diced_sample_inputs",
srcs: ["src/sample_inputs.rs"],
- vendor_available: true,
-
rustlibs: [
"libanyhow",
"libdiced_open_dice",