Fix a typo in my_cppflags assignment.

Make strikes once again...

Change-Id: I295b4157fc7566b1a2cb925b06918dc0a96a7bce
This commit is contained in:
Dan Albert 2014-11-28 14:00:12 -08:00
parent 65a36e0fa0
commit d2fa96d7c6
1 changed files with 1 additions and 1 deletions

View File

@ -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))