aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2021-01-05 14:44:04 +0900
committerJiyong Park <jiyong@google.com>2021-01-05 14:44:04 +0900
commit9cfee34507cd80ce6d24a56be304f14ac74299d1 (patch)
tree2b8401e3a2e8865f76ba62f23fd16ebca915d539
parent2a947fcd77d1b7d2aa23d16673036b3d0868e27d (diff)
downloadgflags-9cfee34507cd80ce6d24a56be304f14ac74299d1.tar.gz
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: I2c2cdd3e0873e3949ef3640aa6aaffe880a6f392
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5aac869..013b51b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -27,6 +27,7 @@ cc_library {
static: {
apex_available: [
"com.android.gki.*",
+ "com.android.virt",
],
},
}