Merge "Increase the scope of other reused definitions."
This commit is contained in:
commit
e94985a251
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,6 @@
|
||||||
|
|
||||||
LOCAL_PATH:= $(call my-dir)
|
LOCAL_PATH:= $(call my-dir)
|
||||||
|
|
||||||
ifeq ($(TARGET_IS_64_BIT), false)
|
|
||||||
|
|
||||||
generic_src_files := \
|
generic_src_files := \
|
||||||
backtrace.c \
|
backtrace.c \
|
||||||
backtrace-helper.c \
|
backtrace-helper.c \
|
||||||
|
|
@ -32,6 +30,8 @@ x86_src_files := \
|
||||||
arch-x86/backtrace-x86.c \
|
arch-x86/backtrace-x86.c \
|
||||||
arch-x86/ptrace-x86.c
|
arch-x86/ptrace-x86.c
|
||||||
|
|
||||||
|
ifeq ($(TARGET_IS_64_BIT), false)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
LOCAL_SRC_FILES := $(generic_src_files)
|
LOCAL_SRC_FILES := $(generic_src_files)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue