Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f355750d authored by Christopher Ferris's avatar Christopher Ferris Committed by Android Git Automerger
Browse files

am c47aa3bd: Merge "Fix mips build."

* commit 'c47aa3bd':
  Fix mips build.
parents 784b6181 c47aa3bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)