summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
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