aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Stokes <alanstokes@google.com>2021-09-29 12:33:21 +0100
committerAlan Stokes <alanstokes@google.com>2021-09-29 12:33:21 +0100
commit48af3adb9f409299c64b320eebba171ade47560a (patch)
tree13bd0fc20cd3afa38aaaef305f1ec2a3543fa3c7
parent371b614dee4c8e0f594b0d7ebb11b05a5eb130b1 (diff)
downloadthiserror-48af3adb9f409299c64b320eebba171ade47560a.tar.gz
Grant visibility to the CompOS APEX.
This is needed as a dependency of cxx. Bug: 186126194 Test: Builds Change-Id: I31c6aced2ad1a164883f04164a318aeb02621f04
-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 e369dc6..298cae1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -46,6 +46,7 @@ rust_library {
proc_macros: ["libthiserror_impl"],
apex_available: [
"//apex_available:platform",
+ "com.android.compos",
"com.android.virt",
],
}
diff --git a/cargo2android.json b/cargo2android.json
index 42b7833..c75649c 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,9 +1,10 @@
{
"apex-available": [
"//apex_available:platform",
+ "com.android.compos",
"com.android.virt"
],
"dependencies": true,
"device": true,
"run": true
-} \ No newline at end of file
+}