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

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

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

* commit '2765ec14':
  Fix mips build.
parents 32b36979 2765ec14
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)