summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2014-02-01 22:13:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-02-01 22:13:17 +0000
commitc47aa3bd2acde49f858b21bcafd750b2981df7c0 (patch)
treea730229496d7daf6b854ce5d35aac4de2ef88aa0
parentcf53e5dbdfa06a16104f4ffa03aeeb538fbd1509 (diff)
parentc53c47364f4996b10da3f38fa2894389c75030d6 (diff)
downloadsystem_core-c47aa3bd2acde49f858b21bcafd750b2981df7c0.zip
system_core-c47aa3bd2acde49f858b21bcafd750b2981df7c0.tar.gz
system_core-c47aa3bd2acde49f858b21bcafd750b2981df7c0.tar.bz2
Merge "Fix mips build."
-rw-r--r--libcorkscrew/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcorkscrew/Android.mk b/libcorkscrew/Android.mk
index b5aa90b..8f3b68c 100644
--- a/libcorkscrew/Android.mk
+++ b/libcorkscrew/Android.mk
@@ -30,7 +30,7 @@ x86_src_files := \
arch-x86/backtrace-x86.c \
arch-x86/ptrace-x86.c
-ifeq ($(TARGET_IS_64_BIT), false)
+ifneq ($(TARGET_IS_64_BIT),true)
include $(CLEAR_VARS)