diff --git a/libcutils/Android.bp b/libcutils/Android.bp index 619bc567a..319a73aba 100644 --- a/libcutils/Android.bp +++ b/libcutils/Android.bp @@ -34,6 +34,7 @@ cc_library_headers { vendor_available: true, recovery_available: true, host_supported: true, + native_bridge_supported: true, export_include_dirs: ["include"], target: { vendor: { @@ -57,6 +58,7 @@ cc_library { }, recovery_available: true, host_supported: true, + native_bridge_supported: true, srcs: [ "config_utils.cpp", "canned_fs_config.cpp",