aboutsummaryrefslogtreecommitdiff
path: root/patches/Android.bp.patch
blob: 5943f32a0f4382a2febf0f9a8e0bbc4173166bc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Android.bp b/Android.bp
index e99d7e0..12fdabd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -42,4 +42,8 @@ rust_library {
     crate_name: "smallvec",
     srcs: ["src/lib.rs"],
     edition: "2018",
+    apex_available: [
+        "//apex_available:platform",
+        "com.android.virt",
+    ],
 }