Whamcloud - gitweb
AOSP: Add assemble_cvd to com.android.virt
authorJiyong Park <jiyong@google.com>
Tue, 5 Jan 2021 05:43:46 +0000 (14:43 +0900)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 Jan 2021 05:05:08 +0000 (00:05 -0500)
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.

Google-Bug-Id: 174639526
Test: m com.android.virt
Change-Id: Ibc28d24abd358fb1f8608b3f3d6d06c2746f2d72
From AOSP commit: e70718ecae3cf1e2a26af800734130e003186e7e

lib/Android.bp
lib/uuid/Android.bp

index 78031aa..01f6c3d 100644 (file)
@@ -17,6 +17,10 @@ cc_library_headers {
         },
     },
     export_include_dirs: ["."],
+    apex_available: [
+        "//apex_available:platform",
+        "com.android.virt",
+    ],
 }
 
 
index d8929a6..b560969 100644 (file)
@@ -37,4 +37,8 @@ cc_library {
     header_libs: ["libext2-headers"],
     export_include_dirs: ["."],
     export_header_lib_headers: ["libext2-headers"],
+    apex_available: [
+        "//apex_available:platform",
+        "com.android.virt",
+    ],
 }