From 4352eebc5fbf8c39c618acb0dcf28c4764f053e0 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 7 Dec 2020 15:41:13 +0900 Subject: add crosvm to com.android.virt To do so, crosvm and its dependencies have the apex_available property set to "//apex_available:platform", "com.android.virt" to explicitly acknowledge the joining. Bug: 174639241 Test: m com.android.virt Change-Id: I120fe1481b5fab8cf89d99e10890a74e55b3bb22 --- Android.bp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index f99bb24..1a833fc 100644 --- a/Android.bp +++ b/Android.bp @@ -1,4 +1,4 @@ -// This file is generated by cargo2android.py --run --device --tests --dependencies. +// This file is generated by cargo2android.py --run --dependencies --device --tests --patch=patches/Android.bp.patch. rust_defaults { name: "downcast-rs_defaults", @@ -72,4 +72,8 @@ rust_library { "default", "std", ], + apex_available: [ + "//apex_available:platform", + "com.android.virt", + ], } -- cgit v1.2.3