From 08e2895ade6af39aa5b9feb72698ee233e7efcb6 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Wed, 20 Oct 2021 21:42:47 -0700 Subject: [PATCH] libandroid_runtime_vm_headers is recovery_available. This is needed by libbinder. Test: builds Bug: 170338625 Change-Id: I761515bfd91c0cb7bbc72401787c5988b6b9f05a --- core/jni/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/jni/Android.bp b/core/jni/Android.bp index 2cfec4b17f63c..937fa8101defd 100644 --- a/core/jni/Android.bp +++ b/core/jni/Android.bp @@ -391,6 +391,7 @@ cc_library_headers { name: "libandroid_runtime_vm_headers", host_supported: true, vendor_available: true, + recovery_available: true, // TODO(b/153609531): remove when libbinder is not native_bridge_supported native_bridge_supported: true, // Allow only modules from the following list to create threads that can be