diff options
| author | Chih-Hung Hsieh <chh@google.com> | 2017-10-04 22:22:46 -0700 |
|---|---|---|
| committer | Chih-Hung Hsieh <chh@google.com> | 2017-10-17 10:12:29 -0700 |
| commit | ceb435f2ba4f414d1560b08e6709eb4598f26057 (patch) | |
| tree | 4ad8cb4e66c8ce90c998a3a155a97dfd6910b009 /usb | |
| parent | 8e5f008ae62957bfddbdc24280827f3fbc8785ee (diff) | |
| download | android_hardware_interfaces-ceb435f2ba4f414d1560b08e6709eb4598f26057.tar.gz android_hardware_interfaces-ceb435f2ba4f414d1560b08e6709eb4598f26057.tar.bz2 android_hardware_interfaces-ceb435f2ba4f414d1560b08e6709eb4598f26057.zip | |
Use -Werror in hardware/interfaces
* Fix warning of unused result.
Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: I68e35ddcdeec4290b075ececf14f82335b43e22e
Diffstat (limited to 'usb')
| -rw-r--r-- | usb/1.0/default/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usb/1.0/default/Android.bp b/usb/1.0/default/Android.bp index 2ebe61fde..64de8216d 100644 --- a/usb/1.0/default/Android.bp +++ b/usb/1.0/default/Android.bp @@ -14,6 +14,7 @@ cc_binary { name: "android.hardware.usb@1.0-service", + defaults: ["hidl_defaults"], init_rc: ["android.hardware.usb@1.0-service.rc"], relative_install_path: "hw", vendor: true, |
