aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Scull <ascull@google.com>2022-06-01 12:36:16 +0000
committerAndrew Scull <ascull@google.com>2022-06-01 12:36:16 +0000
commitf3e7361a27b02e5f640098d44f7b816e47795964 (patch)
treeedc1511fbf24e8c87af1d46950983ddb084e4368
parent8650c8fba8cd3aa0a7ec57f791e46514a8055712 (diff)
downloadder-parser-f3e7361a27b02e5f640098d44f7b816e47795964.tar.gz
Make availble to com.android.virt
Test: build Bug: 234564414 Change-Id: I82df91abfc101f044d744bbd6833001883195d44
-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 55296a0..fed7296 100644
--- a/Android.bp
+++ b/Android.bp
@@ -57,4 +57,8 @@ rust_library {
"librusticata_macros",
],
proc_macros: ["libder_oid_macro"],
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.virt",
+ ],
}
diff --git a/cargo2android.json b/cargo2android.json
index 95d3b34..cfffddb 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,5 +1,9 @@
{
+ "apex-available": [
+ "//apex_available:platform",
+ "com.android.virt"
+ ],
"device": true,
"features": "bigint,std",
"run": true
-} \ No newline at end of file
+}