From 48af3adb9f409299c64b320eebba171ade47560a Mon Sep 17 00:00:00 2001 From: Alan Stokes Date: Wed, 29 Sep 2021 12:33:21 +0100 Subject: Grant visibility to the CompOS APEX. This is needed as a dependency of cxx. Bug: 186126194 Test: Builds Change-Id: I31c6aced2ad1a164883f04164a318aeb02621f04 --- Android.bp | 1 + cargo2android.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 +} -- cgit v1.2.3