Merge "Use -Werror in hardware/interfaces" am: 85bb01dd6b am: 3ed04cd35d

am: baf19e17b3

Change-Id: I8806a9887178a7f778cc556c804a5b7a05d59836
This commit is contained in:
Chih-hung Hsieh
2017-10-04 21:04:44 +00:00
committed by android-build-merger
9 changed files with 10 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
cc_library_shared {
name: "android.hardware.audio.common@2.0-util",
defaults: ["hidl_defaults"],
vendor_available: true,
vndk: {
enabled: true,

View File

@@ -1,5 +1,6 @@
cc_library_shared {
name: "libhwminijail",
defaults: ["hidl_defaults"],
vendor: true,
export_include_dirs: ["include"],

View File

@@ -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"],

View File

@@ -50,6 +50,7 @@ cc_test {
cc_library_static {
name: "RadioVtsTestUtilBase",
defaults: ["hidl_defaults"],
srcs : [
"vts_test_util.cpp"
],

View File

@@ -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",

View File

@@ -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",

View File

@@ -1,5 +1,6 @@
cc_library_shared {
name: "android.hardware.tests.libbinder",
defaults: ["hidl_defaults"],
srcs: ["android/tests/binder/IBenchmark.aidl"],

View File

@@ -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,

View File

@@ -16,6 +16,7 @@
cc_library_static {
name: "VtsHalWifiV1_0TargetTestUtil",
defaults: ["hidl_defaults"],
srcs: [
"wifi_hidl_call_util_selftest.cpp",
"wifi_hidl_test.cpp",