summaryrefslogtreecommitdiffstats
path: root/libcorkscrew/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-01-31 01:52:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-01-31 01:52:17 +0000
commite94985a2514312e7103fbb6a6a45e473031cb6c0 (patch)
tree4b813536dfa92e9888da49e7f1bb8d8a7666d165 /libcorkscrew/Android.mk
parent5434bf6640af7145986d63968846ba7168dab406 (diff)
parentba0cecf8e3fd484494d3a586e1be97037c680bcf (diff)
downloadsystem_core-e94985a2514312e7103fbb6a6a45e473031cb6c0.zip
system_core-e94985a2514312e7103fbb6a6a45e473031cb6c0.tar.gz
system_core-e94985a2514312e7103fbb6a6a45e473031cb6c0.tar.bz2
Merge "Increase the scope of other reused definitions."
Diffstat (limited to 'libcorkscrew/Android.mk')
-rw-r--r--libcorkscrew/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcorkscrew/Android.mk b/libcorkscrew/Android.mk
index 76d6919..b5aa90b 100644
--- a/libcorkscrew/Android.mk
+++ b/libcorkscrew/Android.mk
@@ -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)