From 23a2427f6192a198672584db9ebe56296ba09127 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Wed, 25 Oct 2023 16:46:09 +0900 Subject: Enable GPU in crosvm When the GPU feature is turned on in crosvm, these modules are added as dependencies. Since crosvm is included in the virt APEX, add the APEX to the apex_available properties of the modules to make them available in the APEX. Bug: 325929966 Test: m Change-Id: Ia52e44be1183cd274e99b4e2013cdbb80331729d --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 95c969b4..fcc96640 100644 --- a/Android.bp +++ b/Android.bp @@ -94,6 +94,7 @@ cc_library { apex_available: [ "//apex_available:platform", "com.android.media.swcodec", + "com.android.virt", ], min_sdk_version: "29", } -- cgit v1.2.3