From 5177795824af1ba40a416c7c4089b399a86551c6 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Fri, 10 Nov 2017 15:49:47 -0800 Subject: [PATCH] AOSP: Remove unnecessary warning flags, now that the warnings are fixed. Bug: http://b/66996870 Bug: http://b/67046543 Test: Built aosp_sailfish successfully. Change-Id: Ie527b8f4d2917f226c6379bc5873a14d51782ecd From AOSP commit: 70c8ef1b628bffd2d816774a03b513f30e202715 --- Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.bp b/Android.bp index 8e44ba7..b8cbcdc 100644 --- a/Android.bp +++ b/Android.bp @@ -2,7 +2,6 @@ cc_defaults { name: "e2fsprogs-defaults", - clang_cflags: ["-Wno-error=macro-redefined"], cflags: ["-Wall", "-Werror"], target: { darwin: { -- 1.8.3.1