From 3e7f6b737c324d1c40d275314dcea508bd9f4f19 Mon Sep 17 00:00:00 2001 From: Brad Hinegardner Date: Thu, 27 Oct 2022 19:01:10 +0000 Subject: [PATCH] Revert "Fix typo" Revert "Revert ^2 "Prevent unspecified values in soong_config_st..." Revert submission 2262062-colefaust_soong_config_string_variable_2nd_try Reason for revert: breaks builds, b/255996492 among others Reverted Changes: I3e2f59e5f:Fix typo Id3bcd9a46:Revert ^2 "Prevent unspecified values in soong_con... Change-Id: I9a9a150844c19eb8421575f5753b335f80ab6c66 --- core/binary.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/binary.mk b/core/binary.mk index 7ba7c634e6..1ad9be8744 100644 --- a/core/binary.mk +++ b/core/binary.mk @@ -1488,7 +1488,7 @@ my_cppflags := $(call convert-to-clang-flags,$(my_cppflags)) my_asflags := $(call convert-to-clang-flags,$(my_asflags)) my_ldflags := $(call convert-to-clang-flags,$(my_ldflags)) -# No one should ever use this flag. On GCC its mere presence will disable all +# No one should ever use this flag. On GCC it's mere presence will disable all # warnings, even those that are specified after it (contrary to typical warning # flag behavior). This circumvents CFLAGS_NO_OVERRIDE from forcibly enabling the # warnings that are *always* bugs.