From 14152b9f31cc13c4fbffcbdf8155f3c3ee0c33a7 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sat, 24 Jan 2015 19:01:58 -0800 Subject: [PATCH] Remove obsolete BUILD_TINY_ANDROID. Change-Id: If2fc97134340fd09ec2583b666ace2f673cbdf66 --- benchmarks/Android.mk | 4 ---- linker/tests/Android.mk | 4 ---- tests/Android.mk | 3 --- 3 files changed, 11 deletions(-) diff --git a/benchmarks/Android.mk b/benchmarks/Android.mk index 8f5fd41fd..989e9e681 100644 --- a/benchmarks/Android.mk +++ b/benchmarks/Android.mk @@ -14,8 +14,6 @@ # limitations under the License. # -ifneq ($(BUILD_TINY_ANDROID), true) - LOCAL_PATH := $(call my-dir) # ----------------------------------------------------------------------------- @@ -108,5 +106,3 @@ bionic-benchmarks-run-on-host64: bionic-benchmarks bionic-prepare-run-on-host endif endif - -endif # !BUILD_TINY_ANDROID diff --git a/linker/tests/Android.mk b/linker/tests/Android.mk index fe64e77c4..aa9491ed0 100644 --- a/linker/tests/Android.mk +++ b/linker/tests/Android.mk @@ -14,8 +14,6 @@ # limitations under the License. # -ifneq ($(BUILD_TINY_ANDROID),true) - LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) @@ -34,5 +32,3 @@ LOCAL_SRC_FILES := \ ../linker_allocator.cpp include $(BUILD_NATIVE_TEST) - -endif # !BUILD_TINY_ANDROID diff --git a/tests/Android.mk b/tests/Android.mk index 87c330b21..1b089a274 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -14,8 +14,6 @@ # limitations under the License. # -ifneq ($(BUILD_TINY_ANDROID),true) - LOCAL_PATH := $(call my-dir) # ----------------------------------------------------------------------------- @@ -438,4 +436,3 @@ endif # x86 x86_64 endif # linux-x86 include $(call first-makefiles-under,$(LOCAL_PATH)) -endif # !BUILD_TINY_ANDROID