aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-07 15:00:35 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-07 15:00:35 +0000
commitedbdd9e67f6d37ad86561dddb6c4f5b653529325 (patch)
tree394e81ceab8b91a8afefc87f07d70325491f3105
parented7e90ada612812a17cff41c0e9f6eeefbddfcf1 (diff)
parentcbcbe039c667e0cda484ade233864bc5438dd6df (diff)
downloadchrono-android13-mainline-adservices-release.tar.gz
Change-Id: I68f2ffedb9fa6e3a74502c9be6571be3cc5d7e51
-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 8aa890f..514fc87 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,4 +50,8 @@ rust_library {
"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
+}