am f355750d: am c47aa3bd: Merge "Fix mips build."

* commit 'f355750defa34d2e28d51a220947fea59c4f4429':
  Fix mips build.
This commit is contained in:
Christopher Ferris 2014-02-03 00:47:36 +00:00 committed by Android Git Automerger
commit 2765ec1434
1 changed files with 1 additions and 1 deletions

View File

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