From 2b95745e709cfb52a81074e4882d0a2cbaaea2ed Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 7 Dec 2020 15:40:22 +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: Ib7374200b36b67511ff4ca03504dc19a1e39a68d --- patches/Android.bp.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patches/Android.bp.patch (limited to 'patches/Android.bp.patch') diff --git a/patches/Android.bp.patch b/patches/Android.bp.patch new file mode 100644 index 0000000..2290fe4 --- /dev/null +++ b/patches/Android.bp.patch @@ -0,0 +1,13 @@ +diff --git a/Android.bp b/Android.bp +index 16c63a4..75d6b62 100644 +--- a/Android.bp ++++ b/Android.bp +@@ -10,4 +10,8 @@ rust_library { + "default", + "std", + ], ++ apex_available: [ ++ "//apex_available:platform", ++ "com.android.virt", ++ ], + } -- cgit v1.2.3