From 0a7fd3f0f466ec289bd978fb11cc9fec81e90d1e Mon Sep 17 00:00:00 2001 From: Josh Wu Date: Thu, 28 Jul 2022 23:10:09 +0800 Subject: Make crate vendor available Test: m Bug: 235777894 Change-Id: I3fd52c5d4937160ff8ca1e585f1ac3362709b517 --- Android.bp | 1 + cargo2android.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 7f4ff70..4e731fd 100644 --- a/Android.bp +++ b/Android.bp @@ -58,6 +58,7 @@ rust_library { "//apex_available:platform", "com.android.virt", ], + vendor_available: true, } rust_test { diff --git a/cargo2android.json b/cargo2android.json index 8e490de..67a4c45 100644 --- a/cargo2android.json +++ b/cargo2android.json @@ -5,5 +5,6 @@ ], "device": true, "run": true, - "tests": true + "tests": true, + "vendor-available": true } -- cgit v1.2.3