From 3ed3d4cd9416414eecd8a63ce30fa1628d11908f Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Tue, 5 Jan 2021 14:46:01 +0900 Subject: [PATCH] Add assemble_cvd to com.android.virt assemble_cvd directly or indirectly depends on these modules. To add assemble_cvd to the com.anroid.virt APEX, these modules are marked as being available to the APEX. Bug: 174639526 Test: m com.android.virt Change-Id: Id3b2989a9f038a1cdc769a2021a116cf09ab1b15 --- libsparse/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libsparse/Android.bp b/libsparse/Android.bp index 860b9ae4a..5b6ce4198 100644 --- a/libsparse/Android.bp +++ b/libsparse/Android.bp @@ -28,6 +28,10 @@ cc_library { enabled: true, }, }, + apex_available: [ + "//apex_available:platform", + "com.android.virt", + ], } cc_binary {