diff --git a/audio/common/2.0/default/Android.bp b/audio/common/2.0/default/Android.bp index 104bbac49d..82b38c0877 100644 --- a/audio/common/2.0/default/Android.bp +++ b/audio/common/2.0/default/Android.bp @@ -15,6 +15,7 @@ cc_library_shared { name: "android.hardware.audio.common@2.0-util", + defaults: ["hidl_defaults"], vendor_available: true, vndk: { enabled: true, diff --git a/minijail/Android.bp b/minijail/Android.bp index b95f0298bc..c01a12bf83 100644 --- a/minijail/Android.bp +++ b/minijail/Android.bp @@ -1,5 +1,6 @@ cc_library_shared { name: "libhwminijail", + defaults: ["hidl_defaults"], vendor: true, export_include_dirs: ["include"], diff --git a/nfc/1.0/default/Android.bp b/nfc/1.0/default/Android.bp index d7f720308e..3b53d16926 100644 --- a/nfc/1.0/default/Android.bp +++ b/nfc/1.0/default/Android.bp @@ -19,6 +19,7 @@ cc_library_shared { cc_binary { name: "android.hardware.nfc@1.0-service", + defaults: ["hidl_defaults"], relative_install_path: "hw", proprietary: true, init_rc: ["android.hardware.nfc@1.0-service.rc"], diff --git a/radio/1.0/vts/functional/Android.bp b/radio/1.0/vts/functional/Android.bp index 82a8a7292a..61136ae644 100644 --- a/radio/1.0/vts/functional/Android.bp +++ b/radio/1.0/vts/functional/Android.bp @@ -50,6 +50,7 @@ cc_test { cc_library_static { name: "RadioVtsTestUtilBase", + defaults: ["hidl_defaults"], srcs : [ "vts_test_util.cpp" ], diff --git a/tests/hash/1.0/default/Android.bp b/tests/hash/1.0/default/Android.bp index ae44876c45..67f90977d6 100644 --- a/tests/hash/1.0/default/Android.bp +++ b/tests/hash/1.0/default/Android.bp @@ -1,5 +1,6 @@ cc_library_shared { name: "android.hardware.tests.hash@1.0-impl", + defaults: ["hidl_defaults"], relative_install_path: "hw", srcs: [ "Hash.cpp", diff --git a/tests/libhwbinder/1.0/default/Android.bp b/tests/libhwbinder/1.0/default/Android.bp index f1f99a63db..3d18720d83 100644 --- a/tests/libhwbinder/1.0/default/Android.bp +++ b/tests/libhwbinder/1.0/default/Android.bp @@ -1,5 +1,6 @@ cc_library_shared { name: "android.hardware.tests.libhwbinder@1.0-impl", + defaults: ["hidl_defaults"], relative_install_path: "hw", srcs: [ "Benchmark.cpp", diff --git a/tests/libhwbinder/aidl/Android.bp b/tests/libhwbinder/aidl/Android.bp index a662085bf5..6d497049b3 100644 --- a/tests/libhwbinder/aidl/Android.bp +++ b/tests/libhwbinder/aidl/Android.bp @@ -1,5 +1,6 @@ cc_library_shared { name: "android.hardware.tests.libbinder", + defaults: ["hidl_defaults"], srcs: ["android/tests/binder/IBenchmark.aidl"], diff --git a/tests/msgq/1.0/default/Android.bp b/tests/msgq/1.0/default/Android.bp index eb25ac2e19..be4fe94543 100644 --- a/tests/msgq/1.0/default/Android.bp +++ b/tests/msgq/1.0/default/Android.bp @@ -35,6 +35,7 @@ cc_library_shared { cc_test { name: "android.hardware.tests.msgq@1.0-service-benchmark", + defaults: ["hidl_defaults"], srcs: ["mq_benchmark_service.cpp"], gtest: false, @@ -51,6 +52,7 @@ cc_test { cc_test { name: "android.hardware.tests.msgq@1.0-service-test", + defaults: ["hidl_defaults"], srcs: ["mq_test_service.cpp"], gtest: false, diff --git a/wifi/1.0/vts/functional/Android.bp b/wifi/1.0/vts/functional/Android.bp index 0cebbfcaee..ea27f02d04 100644 --- a/wifi/1.0/vts/functional/Android.bp +++ b/wifi/1.0/vts/functional/Android.bp @@ -16,6 +16,7 @@ cc_library_static { name: "VtsHalWifiV1_0TargetTestUtil", + defaults: ["hidl_defaults"], srcs: [ "wifi_hidl_call_util_selftest.cpp", "wifi_hidl_test.cpp",