Merge "libandroid_runtime_vm_headers is recovery_available." am: 4084f95dbc am: 3011d154c5 am: 3e7945e753 am: 5b454f7e58

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1866395

Change-Id: Ic064fe7a4f7e725c4aafb5693c1ffe1bf509fba9
This commit is contained in:
Yifan Hong
2021-10-28 03:56:15 +00:00
committed by Automerger Merge Worker

View File

@@ -397,6 +397,7 @@ cc_library_headers {
name: "libandroid_runtime_vm_headers", name: "libandroid_runtime_vm_headers",
host_supported: true, host_supported: true,
vendor_available: true, vendor_available: true,
recovery_available: true,
// TODO(b/153609531): remove when libbinder is not native_bridge_supported // TODO(b/153609531): remove when libbinder is not native_bridge_supported
native_bridge_supported: true, native_bridge_supported: true,
// Allow only modules from the following list to create threads that can be // Allow only modules from the following list to create threads that can be