aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2023-10-25 16:46:09 +0900
committerJiyong Park <jiyong@google.com>2024-02-20 15:47:58 +0900
commit23a2427f6192a198672584db9ebe56296ba09127 (patch)
tree0e14db3b55dff3b06846282c55d1ef5b086d5669
parentbed895aec6ca4c90c05ed777c68cca46f8380795 (diff)
downloadlibyuv-23a2427f6192a198672584db9ebe56296ba09127.tar.gz
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
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
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",
}