aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-07 02:06:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-07 02:06:01 +0000
commitdeb381dbbc6d5f3c13b98ad0cdabb32414da3d52 (patch)
tree55dc3cac94b67bab699101da75e183eedac3af27
parent02dbe2355d7797aea18a9cdd3616f2a8626ac110 (diff)
parent0f5e9a2121d3f360e113e5b5f03e108877d9de5e (diff)
downloadregex-syntax-deb381dbbc6d5f3c13b98ad0cdabb32414da3d52.tar.gz
Snap for 8050871 from 0f5e9a2121d3f360e113e5b5f03e108877d9de5e to tm-d1-release
Change-Id: I9877e318c1091fad16a204587e8dda942797d06a
-rw-r--r--Android.bp1
-rw-r--r--cargo2android.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index e6b1a2e..c2dad87 100644
--- a/Android.bp
+++ b/Android.bp
@@ -59,6 +59,7 @@ rust_library {
],
apex_available: [
"//apex_available:platform",
+ "com.android.compos",
"com.android.virt",
],
}
diff --git a/cargo2android.json b/cargo2android.json
index ac56e26..0e54308 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,10 +1,11 @@
{
"apex-available": [
"//apex_available:platform",
+ "com.android.compos",
"com.android.virt"
],
"dependencies": true,
"device": true,
"run": true,
"tests": true
-} \ No newline at end of file
+}