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
commit4dbac8194618b9a9626c4e35f25a11c6054684ca (patch)
treed6b00150d04706c4a2b97f85c38c59b370680a54
parente06b075072d70ab7a4a7e83bb4a026a8b4178996 (diff)
parent1f44f8c67ba81a7e3f0e12d1d5d89f8e29de50d2 (diff)
downloadoid-registry-4dbac8194618b9a9626c4e35f25a11c6054684ca.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 4d1a9e6..b85e7ac 100644
--- a/Android.bp
+++ b/Android.bp
@@ -69,6 +69,10 @@ rust_library {
rustlibs: [
"libder_parser",
],
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.virt",
+ ],
}
rust_test {
diff --git a/cargo2android.json b/cargo2android.json
index 183bd42..322cd70 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,7 +1,11 @@
{
+ "apex-available": [
+ "//apex_available:platform",
+ "com.android.virt"
+ ],
"copy-out": true,
"device": true,
"features": "crypto,x509",
"run": true,
"tests": true
-} \ No newline at end of file
+}