aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Scull <ascull@google.com>2022-06-07 15:18:33 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-06-07 15:18:33 +0000
commit02d9db24979b6cf3066c24b7791040b63d9eea2a (patch)
tree7c980ff05a90446965676bf36a73dce901f1a5ad
parent7262486428d1855080086a45cedf5f407bc563ee (diff)
parent44231575873b2df508aa89304be2519129e5e0e5 (diff)
downloadnom-02d9db24979b6cf3066c24b7791040b63d9eea2a.tar.gz
Merge "Make availble to com.android.virt"
-rw-r--r--Android.bp4
-rw-r--r--cargo2android.json6
2 files changed, 9 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 6fd9d6f..6c36bec 100644
--- a/Android.bp
+++ b/Android.bp
@@ -35,4 +35,8 @@ rust_library {
"libmemchr",
"libminimal_lexical",
],
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.virt",
+ ],
}
diff --git a/cargo2android.json b/cargo2android.json
index 5fb7e33..73b74df 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,5 +1,9 @@
{
+ "apex-available": [
+ "//apex_available:platform",
+ "com.android.virt"
+ ],
"device": true,
"features": "alloc,std",
"run": true
-} \ No newline at end of file
+}