aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2023-10-12 10:16:26 +0900
committerJiyong Park <jiyong@google.com>2024-02-20 16:08:03 +0900
commit793703b901c9cf989a723d567a740ab3322142e1 (patch)
tree2afedc0723f40bc9e187bf02fc3371a0ffb92411
parent67d4e528982ffacb160815817afdd3c17e809834 (diff)
downloadlz4-793703b901c9cf989a723d567a740ab3322142e1.tar.gz
Enable GPU in crosvmemu-34-3-release
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: If1435570fd5697af3b9989f0477014452456acbc
-rw-r--r--lib/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Android.bp b/lib/Android.bp
index 03bd6a26..ecdeda01 100644
--- a/lib/Android.bp
+++ b/lib/Android.bp
@@ -24,6 +24,7 @@ cc_library {
"com.android.adbd",
"com.android.art", // from libartbase
"com.android.art.debug",
+ "com.android.virt",
],
recovery_available: true,
vendor_available: true,