aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 03:05:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 03:05:14 +0000
commitf109c46419ec83586ec3a14df374d25fd879b6d1 (patch)
tree394e81ceab8b91a8afefc87f07d70325491f3105
parent1acee2e4ec51964120ac0284105685927439b419 (diff)
parent2dae00f22e907d0f3249462dc151d8c9d55c2e3c (diff)
downloadchrono-android13-qpr1-s5-release.tar.gz
Change-Id: If3e0d0b2720690132763b3aec5cd3ff5e4e42687
-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
+}