commit | 50e510229e874e78f40419533057a562a69747d7 | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Thu Feb 23 23:42:15 2012 -0800 |
committer | Shih-wei Liao <sliao@google.com> | Fri Feb 24 14:53:34 2012 -0800 |
tree | 6207d996a07e6a75888641401a4e6a810d824424 | |
parent | dc19410241997d5d1070ca4c651455930a6d0f13 [diff] |
Minor fix to be consistent with the style today. Change-Id: Ic3967570d71440801635fd83a90b7dfddea667be
diff --git a/build/Android.common.mk b/build/Android.common.mk index 81cfe51..dd92042 100644 --- a/build/Android.common.mk +++ b/build/Android.common.mk
@@ -71,9 +71,7 @@ -fstrict-aliasing ifeq ($(ART_USE_LLVM_COMPILER),true) -art_cflags := \ - $(art_cflags) \ - -DART_USE_LLVM_COMPILER=1 +art_cflags += -DART_USE_LLVM_COMPILER=1 endif ifeq ($(HOST_OS),linux)