From ba0cecf8e3fd484494d3a586e1be97037c680bcf Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 30 Jan 2014 17:51:18 -0800 Subject: [PATCH] Increase the scope of other reused definitions. (Testing this in a non-x86 tree, as I'd been doing, was no testing at all.) Change-Id: I6c5d08e9d566554c212feb8499238aeadf877dad --- libcorkscrew/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcorkscrew/Android.mk b/libcorkscrew/Android.mk index 76d691908..b5aa90b02 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)