summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2021-01-05 14:44:27 +0900
committerJiyong Park <jiyong@google.com>2021-01-05 14:44:27 +0900
commit6440970a5d553c9f94fd9f0b0f41c50c629c8997 (patch)
tree9d759e40f7b66173f70e24d794e4ca58747e4d19
parentf2989ef903ea3b659d18e5b3c91428c87125de4a (diff)
downloadlibnl-6440970a5d553c9f94fd9f0b0f41c50c629c8997.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: I033fd204458271165f4627365d90e3da328a1cf5
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6ad995a3..7acbbda4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,5 +53,9 @@ cc_library {
sanitize: {
integer_overflow: true,
},
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.virt",
+ ],
}