From b70af4dccecb8107a480aae6a4ddee1616f5453b Mon Sep 17 00:00:00 2001 From: Andrew Scull Date: Wed, 1 Jun 2022 12:51:20 +0000 Subject: Make availble to com.android.virt Test: build Bug: 234564414 Change-Id: Ieccab34891ac589aea2135bca5437d182acee52c --- Android.bp | 4 ++++ cargo2android.json | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index f9f123a..16ebcaa 100644 --- a/Android.bp +++ b/Android.bp @@ -52,6 +52,10 @@ rust_library { "default", "std", ], + apex_available: [ + "//apex_available:platform", + "com.android.virt", + ], } rust_defaults { diff --git a/cargo2android.json b/cargo2android.json index d36fb44..8e490de 100644 --- a/cargo2android.json +++ b/cargo2android.json @@ -1,5 +1,9 @@ { + "apex-available": [ + "//apex_available:platform", + "com.android.virt" + ], "device": true, "run": true, "tests": true -} \ No newline at end of file +} -- cgit v1.2.3