summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-02-27 10:12:47 -0800
committerElliott Hughes <enh@google.com>2014-02-27 10:12:47 -0800
commitd6c9bc21e673110aec61157419964b2e57c16078 (patch)
tree35dedfc63bdf170d03f4302cbeb5f472083ec17b /Android.mk
parenta4454bfda99803c287b78f8d1cd7bdc1b56065db (diff)
downloadplatform_external_android-clat-d6c9bc21e673110aec61157419964b2e57c16078.tar.gz
platform_external_android-clat-d6c9bc21e673110aec61157419964b2e57c16078.tar.bz2
platform_external_android-clat-d6c9bc21e673110aec61157419964b2e57c16078.zip
TARGET_SIMULATOR is long dead.
Change-Id: I1ece12aac233888c3f0dec8f0beb5a20417a4286
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 886c0e0..a83cb5e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -26,8 +26,6 @@ include $(BUILD_PREBUILT)
# Unit tests.
-ifneq ($(TARGET_SIMULATOR),true)
-
include $(CLEAR_VARS)
LOCAL_MODULE := clatd_test
@@ -38,5 +36,3 @@ LOCAL_SHARED_LIBRARIES := liblog
LOCAL_MODULE_PATH := $(TARGET_OUT)/bin
include $(BUILD_NATIVE_TEST)
-
-endif