From 04a4d9a0fc8bacd1c6360c3d1fc38bc76b69fac6 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 11 Jul 2011 22:11:50 -0700 Subject: Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: I3af1c8fb9b1b558a1c03212a2bb1834095c806da --- testrunner/tests/Android_gtestlib.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'testrunner/tests') diff --git a/testrunner/tests/Android_gtestlib.mk b/testrunner/tests/Android_gtestlib.mk index 0d3ec8faf..79ecec65e 100644 --- a/testrunner/tests/Android_gtestlib.mk +++ b/testrunner/tests/Android_gtestlib.mk @@ -16,8 +16,6 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) -ifneq ($(TARGET_SIMULATOR),true) - # Build the unit tests. test_src_files := $(call find-subdir-files, *.cpp) @@ -52,5 +50,3 @@ $(foreach file,$(test_src_files), \ $(eval LOCAL_MODULE_TAGS := $(module_tags)) \ $(eval include $(BUILD_EXECUTABLE)) \ ) - -endif -- cgit v1.2.3