am c337a961: am ba0cecf8: Increase the scope of other reused definitions.
* commit 'c337a961240baaa8529968d4e30e81621fba9ca5':
Increase the scope of other reused definitions.
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 @@
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)