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

Commit cbd0ae37 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am c337a961: am ba0cecf8: Increase the scope of other reused definitions.

* commit 'c337a961':
  Increase the scope of other reused definitions.
parents 9361b583 c337a961
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,6 @@

LOCAL_PATH:= $(call my-dir)

ifeq ($(TARGET_IS_64_BIT), false)

generic_src_files := \
	backtrace.c \
	backtrace-helper.c \
@@ -32,6 +30,8 @@ x86_src_files := \
	arch-x86/backtrace-x86.c \
	arch-x86/ptrace-x86.c

ifeq ($(TARGET_IS_64_BIT), false)

include $(CLEAR_VARS)

LOCAL_SRC_FILES := $(generic_src_files)