aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-12-01 17:59:44 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-12-01 17:59:45 +0000
commit7dcbc563f8811259809b754d0c0edc717e1476e6 (patch)
tree246be1f538839c05cd0d9ab528715213715ec745
parent65a36e0fa0701cd834242d628d87b02bd0bbe611 (diff)
parentd2fa96d7c60abcadba3db6a3fe1a43d326f629c6 (diff)
downloadbuild-7dcbc563f8811259809b754d0c0edc717e1476e6.tar.gz
Merge "Fix a typo in my_cppflags assignment."
-rw-r--r--core/binary.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/binary.mk b/core/binary.mk
index 08e290a885..d2fed70a32 100644
--- a/core/binary.mk
+++ b/core/binary.mk
@@ -984,7 +984,7 @@ endif
ifeq ($(my_clang),true)
my_cflags += $(LOCAL_CLANG_CFLAGS)
-my_cpplags += $(LOCAL_CLANG_CPPFLAGS)
+my_cppflags += $(LOCAL_CLANG_CPPFLAGS)
my_asflags += $(LOCAL_CLANG_ASFLAGS)
my_ldflags += $(LOCAL_CLANG_LDFLAGS)
my_cflags += $(LOCAL_CLANG_CFLAGS_$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)) $(LOCAL_CLANG_CFLAGS_$(my_32_64_bit_suffix))