diff options
author | Chih-Hung Hsieh <chh@google.com> | 2017-11-20 10:49:11 -0800 |
---|---|---|
committer | Chih-Hung Hsieh <chh@google.com> | 2017-11-20 10:49:11 -0800 |
commit | 3f2ea62d06e5a119dc82b412a2b13f74f0477dba (patch) | |
tree | 3d2b24748328c58e4525631c4453d4c037fd568a /thermal | |
parent | ae6b2a5f1ec56c4d68aac10062ccb74e4df730ac (diff) | |
download | platform_hardware_interfaces-3f2ea62d06e5a119dc82b412a2b13f74f0477dba.tar.gz platform_hardware_interfaces-3f2ea62d06e5a119dc82b412a2b13f74f0477dba.tar.bz2 platform_hardware_interfaces-3f2ea62d06e5a119dc82b412a2b13f74f0477dba.zip |
Use -Werror in hardware/interfaces
* Use hidl_defaults, which has -Wall -Werror.
Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: Ifbca0e176a8e031acc27256eb46d23b89cdf1a0e
Diffstat (limited to 'thermal')
-rw-r--r-- | thermal/1.0/default/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thermal/1.0/default/Android.bp b/thermal/1.0/default/Android.bp index 2054b88f70..9d81474b70 100644 --- a/thermal/1.0/default/Android.bp +++ b/thermal/1.0/default/Android.bp @@ -34,6 +34,7 @@ cc_library_shared { cc_binary { name: "android.hardware.thermal@1.0-service", + defaults: ["hidl_defaults"], relative_install_path: "hw", vendor: true, init_rc: ["android.hardware.thermal@1.0-service.rc"], |