aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Stokes <alanstokes@google.com>2022-01-05 17:52:41 +0000
committerAlan Stokes <alanstokes@google.com>2022-01-05 17:52:41 +0000
commitdc2fe9f00916f0ddde60759b272596c61dcfcee0 (patch)
tree84da06988b82ddebd4ebb5e293da7fbfb207cd78
parentc5221907e50d54aedec2a2300567c974d3d0f2fd (diff)
downloadregex-android-s-v2-beta-3.tar.gz
Bug: 200808307 Test: Builds Change-Id: Ice884798af2c33d3527b98f093e338ce80bd9eb9
-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 d9edbe2..4fe3543 100644
--- a/Android.bp
+++ b/Android.bp
@@ -72,6 +72,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
+}