commit | d4a47d47c1638212a0164f771f49e5e74b1a0981 | [log] [tgz] |
---|---|---|
author | Vinay Verma <vvinay@codeaurora.org> | Tue May 30 20:31:25 2017 +0530 |
committer | Vinay Verma <vvinay@codeaurora.org> | Wed May 31 09:02:43 2017 +0530 |
tree | beffa1abd01d3aea875c48738c4fff058730a4cf | |
parent | 9dc28d4afd5eae547848166a9ee96b08b9467872 [diff] |
Remove duplicate definition for hidl_defaults hidl_defaults is already defined under hardware/interfaces. Removing duplicate definition to fix compilation issue. Change-Id: I40800e4a764a97d39a78ec0df52cac39f5b5fd71
diff --git a/Android.bp b/Android.bp index 79e8609..7aef46b 100644 --- a/Android.bp +++ b/Android.bp
@@ -1,11 +1,3 @@ subdirs = [ "*" ] - -cc_defaults { - name: "hidl_defaults", - cflags: [ - "-Wall", - "-Werror", - ], -}