aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp1
-rw-r--r--cargo2android.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 205751e..11e1f60 100644
--- a/Android.bp
+++ b/Android.bp
@@ -40,6 +40,7 @@ license {
rust_library {
name: "libhalf",
host_supported: true,
+ vendor_available: true,
crate_name: "half",
cargo_env_compat: true,
cargo_pkg_version: "1.7.1",
diff --git a/cargo2android.json b/cargo2android.json
index 5ce6188..6e21acc 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -3,6 +3,7 @@
"//apex_available:platform",
"com.android.virt"
],
+ "vendor_available": true,
"device": true,
"run": true
- } \ No newline at end of file
+ }