am 49d06286: am 7dcbc563: Merge "Fix a typo in my_cppflags assignment."

* commit '49d062864b0cc4211377678ba5337acb20aa86fa':
  Fix a typo in my_cppflags assignment.
This commit is contained in:
Dan Albert 2014-12-01 18:16:38 +00:00 committed by Android Git Automerger
commit 73e8a52436
1 changed files with 1 additions and 1 deletions

View File

@ -991,7 +991,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))