diff options
| author | Elliott Hughes <enh@google.com> | 2014-02-27 10:12:47 -0800 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2014-02-27 10:12:47 -0800 |
| commit | d6c9bc21e673110aec61157419964b2e57c16078 (patch) | |
| tree | 35dedfc63bdf170d03f4302cbeb5f472083ec17b /Android.mk | |
| parent | a4454bfda99803c287b78f8d1cd7bdc1b56065db (diff) | |
| download | platform_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.mk | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |
