aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 01:05:54 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 01:05:54 +0000
commit4076d72d3cd2d8248a0388d6694ad870a1463a3b (patch)
tree394e81ceab8b91a8afefc87f07d70325491f3105
parent050b2730ad8e4def88bea196aad0b3625b60f43d (diff)
parent5a4999fb9eb13e3d9e132284cc00cfeab4dce522 (diff)
downloadchrono-android13-security-release.tar.gz
Change-Id: I0402c7625a0ac17f3294bc492646621d3a51015b
-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
+}