Add hidl_default and make modules use hidl_default. am: 691a455b9f

am: 7c9f5c35d8

Change-Id: I8398871171d2480875c1009a13a2f40df7b5f309
This commit is contained in:
Steven Moreland 2017-03-09 02:06:50 +00:00 committed by android-build-merger
commit a6de4ca892
20 changed files with 32 additions and 0 deletions

View file

@ -1,3 +1,11 @@
subdirs = [
"*"
]
cc_defaults {
name: "hidl_defaults",
cflags: [
"-Wall",
"-Werror",
],
}

View file

@ -15,6 +15,7 @@
cc_library_shared {
name: "android.hardware.bluetooth@1.0-impl",
defaults: ["hidl_defaults"],
proprietary: true,
relative_install_path: "hw",
srcs: [
@ -40,6 +41,7 @@ cc_library_shared {
cc_library_static {
name: "android.hardware.bluetooth-async",
defaults: ["hidl_defaults"],
srcs: [
"async_fd_watcher.cc",
],
@ -54,6 +56,7 @@ cc_library_static {
cc_library_static {
name: "android.hardware.bluetooth-hci",
defaults: ["hidl_defaults"],
srcs: [
"hci_packetizer.cc",
"hci_protocol.cc",
@ -72,6 +75,7 @@ cc_library_static {
cc_test {
name: "bluetooth-vendor-interface-unit-tests",
defaults: ["hidl_defaults"],
srcs: [
"test/async_fd_watcher_unittest.cc",
"test/h4_protocol_unittest.cc",
@ -94,6 +98,7 @@ cc_test {
cc_test_host {
name: "bluetooth-address-unit-tests",
defaults: ["hidl_defaults"],
srcs: [
"bluetooth_address.cc",
"test/bluetooth_address_test.cc",

View file

@ -16,6 +16,7 @@
cc_test {
name: "VtsHalBluetoothV1_0TargetTest",
defaults: ["hidl_defaults"],
srcs: ["VtsHalBluetoothV1_0TargetTest.cpp"],
shared_libs: [
"libbase",

View file

@ -14,6 +14,7 @@
// limitations under the License.
cc_library_shared {
name: "android.hardware.ir@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: ["ConsumerIr.cpp"],
@ -29,6 +30,7 @@ cc_library_shared {
cc_binary {
relative_install_path: "hw",
defaults: ["hidl_defaults"],
name: "android.hardware.ir@1.0-service",
proprietary: true,
init_rc: ["android.hardware.ir@1.0-service.rc"],

View file

@ -16,6 +16,7 @@
cc_test {
name: "VtsHalIrV1_0TargetTest",
defaults: ["hidl_defaults"],
srcs: ["VtsHalIrV1_0TargetTest.cpp"],
shared_libs: [
"libbase",

View file

@ -1,5 +1,6 @@
cc_library_shared {
name: "android.hardware.nfc@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: ["Nfc.cpp"],

View file

@ -16,6 +16,7 @@
cc_test {
name: "VtsHalNfcV1_0TargetTest",
defaults: ["hidl_defaults"],
srcs: ["VtsHalNfcV1_0TargetTest.cpp"],
shared_libs: [
"libbase",

View file

@ -16,6 +16,7 @@
cc_test {
name: "VtsHalRadioV1_0TargetTest",
defaults: ["hidl_defaults"],
srcs: ["radio_hidl_hal_test.cpp",
"radio_response.cpp",
"radio_hidl_hal_icc.cpp",

View file

@ -1,5 +1,6 @@
cc_library_shared {
name: "android.hardware.renderscript@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: [

View file

@ -2,6 +2,7 @@
cc_library_shared {
name: "android.hardware.tests.bar@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: [

View file

@ -1,5 +1,6 @@
cc_library_shared {
name: "android.hardware.tests.baz@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: [

View file

@ -2,6 +2,7 @@
cc_library_shared {
name: "android.hardware.tests.foo@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: [

View file

@ -1,5 +1,6 @@
cc_library_shared {
name: "libfootest",
defaults: ["hidl_defaults"],
srcs: [
"FooHelper.cpp"
],

View file

@ -2,6 +2,7 @@
cc_library_shared {
name: "android.hardware.tests.inheritance@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: [

View file

@ -1,5 +1,6 @@
cc_library_shared {
name: "android.hardware.tests.libhwbinder@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: [

View file

@ -14,6 +14,7 @@
cc_library_shared {
name: "android.hardware.tests.memory@1.0-impl",
defaults: ["hidl_defaults"],
proprietary: true,
relative_install_path: "hw",
srcs: [

View file

@ -1,5 +1,6 @@
cc_library_shared {
name: "android.hardware.tests.msgq@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: [

View file

@ -2,6 +2,7 @@
cc_library_shared {
name: "android.hardware.tests.pointer@1.0-impl",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: [

View file

@ -1,5 +1,6 @@
cc_library_shared {
name: "libpointertest",
defaults: ["hidl_defaults"],
srcs: [
"PointerHelper.cpp"
],

View file

@ -16,6 +16,7 @@
cc_test {
name: "VtsHalWifiV1_0TargetTest",
defaults: ["hidl_defaults"],
srcs: [
"VtsHalWifiV1_0TargetTest.cpp",
"wifi_ap_iface_hidl_test.cpp",