aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 03:04:39 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 03:04:39 +0000
commit706339a165df6f50d740a0666bb3f64d6046f0d6 (patch)
tree394e81ceab8b91a8afefc87f07d70325491f3105
parent1acee2e4ec51964120ac0284105685927439b419 (diff)
parent2dae00f22e907d0f3249462dc151d8c9d55c2e3c (diff)
downloadchrono-android13-d3-s1-release.tar.gz
Snap for 8421339 from 2dae00f22e907d0f3249462dc151d8c9d55c2e3c to tm-d3-releaseandroid-13.0.0_r57android13-d3-s1-release
Change-Id: I36e4f6eda11763f2f17ed4c76ce7c3a548a314d1
-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
+}