summaryrefslogtreecommitdiffstats
path: root/radio
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-29 15:15:48 -0700
committerChih-Hung Hsieh <chh@google.com>2017-10-04 11:16:31 -0700
commit3da5b01946c9807d52e41feb725607e05765a862 (patch)
tree41d94bb0ae2885acc8c303d0cd5a473d83578818 /radio
parent31fba8cd408244be40c806f0e1d25e552e3890fa (diff)
downloadplatform_hardware_interfaces-3da5b01946c9807d52e41feb725607e05765a862.tar.gz
platform_hardware_interfaces-3da5b01946c9807d52e41feb725607e05765a862.tar.bz2
platform_hardware_interfaces-3da5b01946c9807d52e41feb725607e05765a862.zip
Use -Werror in hardware/interfaces
* Remove unused local variables. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I48dbbf670cc9eeff2391983788983420f8547cc9
Diffstat (limited to 'radio')
-rw-r--r--radio/1.0/vts/functional/Android.bp1
1 files changed, 1 insertions, 0 deletions
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"
],