Snap for 7234866 from 61c904306bdd4d6555b8329c2b93531b53c2f692 to s-keystone-qcom-release

Change-Id: Ic1d93cbae99597646f475194ea9681dcc98fdea9
diff --git a/Android.bp b/Android.bp
index 2433a89..a90a620 100644
--- a/Android.bp
+++ b/Android.bp
@@ -47,4 +47,8 @@
         "default",
         "std",
     ],
+    apex_available: [
+        "//apex_available:platform",
+        "com.android.virt",
+    ],
 }
diff --git a/patches/Android.bp.patch b/patches/Android.bp.patch
new file mode 100644
index 0000000..1394742
--- /dev/null
+++ b/patches/Android.bp.patch
@@ -0,0 +1,13 @@
+diff --git a/Android.bp b/Android.bp
+index cf4bc93..1e6793a 100644
+--- a/Android.bp
++++ b/Android.bp
+@@ -10,4 +10,8 @@ rust_library {
+         "default",
+         "std",
+     ],
++    apex_available: [
++        "//apex_available:platform",
++        "com.android.virt",
++    ],
+ }