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

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

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

* commit 'f355750d':
  Fix mips build.
parents f51bee45 f355750d
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)