commit | 3da5b01946c9807d52e41feb725607e05765a862 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Fri Sep 29 15:15:48 2017 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Wed Oct 04 11:16:31 2017 -0700 |
tree | 41d94bb0ae2885acc8c303d0cd5a473d83578818 | |
parent | 31fba8cd408244be40c806f0e1d25e552e3890fa [diff] |
Use -Werror in hardware/interfaces * Remove unused local variables. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I48dbbf670cc9eeff2391983788983420f8547cc9
diff --git a/audio/common/2.0/default/Android.bp b/audio/common/2.0/default/Android.bp index 0486a5c..7fab220 100644 --- a/audio/common/2.0/default/Android.bp +++ b/audio/common/2.0/default/Android.bp
@@ -15,6 +15,7 @@ cc_library_shared { name: "android.hardware.audio.common@2.0-util", + defaults: ["hidl_defaults"], vendor_available: true, srcs: [ "EffectMap.cpp",