Snap for 8422357 from 720c78adffae65dce8837b4d3155339ba2bc6c11 to tm-d1-release
Change-Id: I89fe5817f0936756edc891af84889dcbc5bd9361
diff --git a/Android.bp b/Android.bp
index 8aa890f..514fc87 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,4 +50,8 @@
"libnum_integer",
"libnum_traits",
],
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.virt",
+ ],
}
diff --git a/cargo2android.json b/cargo2android.json
index b012d15..90c5a67 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,5 +1,9 @@
{
+ "apex-available": [
+ "//apex_available:platform",
+ "com.android.virt"
+ ],
"device": true,
"features": "std,clock",
"run": true
-}
\ No newline at end of file
+}