commit | 8c927712bd5dbba6bc6b0cbf485a55ffc2f0fa0c | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@quicinc.com> | Tue Jun 13 01:56:52 2017 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Jun 13 01:56:52 2017 -0700 |
tree | b62e4fab7dad97d4257f7cc7f87af79b7d61b3c1 | |
parent | 74b8dbb25ed391422f5a4b690b889ede6198c0ce [diff] | |
parent | d4a47d47c1638212a0164f771f49e5e74b1a0981 [diff] |
Merge "Remove duplicate definition for hidl_defaults"
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", - ], -}