aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2021-01-05 14:43:46 +0900
committerTheodore Ts'o <tytso@mit.edu>2021-01-28 00:05:08 -0500
commite1af9546e6a1572cbd7d8b70cf5344b5f7e2f51b (patch)
treeeb375be19c8ad68f1218b1e154cfe080b8d00932
parent643ee34074b4f2c684557c12c55eb8b69c499622 (diff)
downloade2fsprogs-e1af9546e6a1572cbd7d8b70cf5344b5f7e2f51b.tar.gz
AOSP: 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. Google-Bug-Id: 174639526 Test: m com.android.virt Change-Id: Ibc28d24abd358fb1f8608b3f3d6d06c2746f2d72 From AOSP commit: e70718ecae3cf1e2a26af800734130e003186e7e
-rw-r--r--lib/Android.bp4
-rw-r--r--lib/uuid/Android.bp4
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/Android.bp b/lib/Android.bp
index 78031aa55..01f6c3dd3 100644
--- a/lib/Android.bp
+++ b/lib/Android.bp
@@ -17,6 +17,10 @@ cc_library_headers {
},
},
export_include_dirs: ["."],
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.virt",
+ ],
}
diff --git a/lib/uuid/Android.bp b/lib/uuid/Android.bp
index d8929a617..b56096912 100644
--- a/lib/uuid/Android.bp
+++ b/lib/uuid/Android.bp
@@ -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",
+ ],
}