aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-24 19:01:58 -0800
committerElliott Hughes <enh@google.com>2015-01-24 19:01:58 -0800
commit14152b9f31cc13c4fbffcbdf8155f3c3ee0c33a7 (patch)
tree7a89616b71b959783f0d8ce9aa67cc978edd770e /tests/Android.mk
parent66eeec8e160feddc2b35c4ff9d20de92f37331dd (diff)
downloadandroid_bionic-14152b9f31cc13c4fbffcbdf8155f3c3ee0c33a7.tar.gz
android_bionic-14152b9f31cc13c4fbffcbdf8155f3c3ee0c33a7.tar.bz2
android_bionic-14152b9f31cc13c4fbffcbdf8155f3c3ee0c33a7.zip
Remove obsolete BUILD_TINY_ANDROID.
Change-Id: If2fc97134340fd09ec2583b666ace2f673cbdf66
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk3
1 files changed, 0 insertions, 3 deletions
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