diff options
| author | 2011-07-11 22:12:16 -0700 | |
|---|---|---|
| committer | 2011-07-11 22:12:16 -0700 | |
| commit | baa44b89ec159fd65230cbb8ebab62d63a513b0b (patch) | |
| tree | 644c9bc6ebe2b1a545a2934ce268640d8673cb0f /libs/ui | |
| parent | 919b1a8495fb413a7e25f08bca59533146829ee4 (diff) | |
Remove the simulator target from all makefiles.
Bug: 5010576
Change-Id: I04d722f258951a3078fe07899f5bbe8aac02a8e8
Diffstat (limited to 'libs/ui')
| -rw-r--r-- | libs/ui/Android.mk | 4 | ||||
| -rw-r--r-- | libs/ui/tests/Android.mk | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/libs/ui/Android.mk b/libs/ui/Android.mk index 427bbba896..fbabfc420c 100644 --- a/libs/ui/Android.mk +++ b/libs/ui/Android.mk @@ -68,10 +68,6 @@ LOCAL_C_INCLUDES := \ LOCAL_MODULE:= libui -ifeq ($(TARGET_SIMULATOR),true) - LOCAL_LDLIBS += -lpthread -endif - include $(BUILD_SHARED_LIBRARY) diff --git a/libs/ui/tests/Android.mk b/libs/ui/tests/Android.mk index e23197185c..693a32aa02 100644 --- a/libs/ui/tests/Android.mk +++ b/libs/ui/tests/Android.mk @@ -2,8 +2,6 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) -ifneq ($(TARGET_SIMULATOR),true) - # Build the unit tests. test_src_files := \ InputChannel_test.cpp \ @@ -48,5 +46,3 @@ $(foreach file,$(test_src_files), \ # Build the manual test programs. include $(call all-subdir-makefiles) - -endif
\ No newline at end of file |