From 16f7c57a20446b2f2ae0e31600e86b14f3f58dd1 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Tue, 5 Jan 2021 14:41:56 +0900 Subject: 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: If2068f8b2c15257aca20b6c77030308659ab92fa --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index 57dd1423..69d3f65e 100644 --- a/Android.bp +++ b/Android.bp @@ -136,6 +136,7 @@ cc_object { "com.android.conscrypt", "com.android.media", "com.android.resolv", + "com.android.virt", ], min_sdk_version: "29", } @@ -223,6 +224,7 @@ cc_library { "com.android.conscrypt", "com.android.media", "com.android.resolv", + "com.android.virt", ], min_sdk_version: "29", } -- cgit v1.2.3