summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-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",
+ ],
}