Remove the simulator target from all makefiles.

Bug: 5010576

Change-Id: I3af1c8fb9b1b558a1c03212a2bb1834095c806da
This commit is contained in:
Jeff Brown
2011-07-11 22:11:50 -07:00
parent bb94ebec5f
commit 04a4d9a0fc
6 changed files with 0 additions and 24 deletions

View File

@@ -14,8 +14,6 @@
# limitations under the License.
#
ifneq ($(TARGET_SIMULATOR),true)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -26,5 +24,3 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-fil
LOCAL_PACKAGE_NAME := RsBalls
include $(BUILD_PACKAGE)
endif

View File

@@ -14,8 +14,6 @@
# limitations under the License.
#
ifneq ($(TARGET_SIMULATOR),true)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -26,5 +24,3 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-fil
LOCAL_PACKAGE_NAME := RsFountain
include $(BUILD_PACKAGE)
endif

View File

@@ -14,8 +14,6 @@
# limitations under the License.
#
ifneq ($(TARGET_SIMULATOR),true)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -27,5 +25,3 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) \
LOCAL_PACKAGE_NAME := RsHelloCompute
include $(BUILD_PACKAGE)
endif

View File

@@ -14,8 +14,6 @@
# limitations under the License.
#
ifneq ($(TARGET_SIMULATOR),true)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -26,5 +24,3 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-fil
LOCAL_PACKAGE_NAME := RsHelloWorld
include $(BUILD_PACKAGE)
endif

View File

@@ -14,8 +14,6 @@
# limitations under the License.
#
ifneq ($(TARGET_SIMULATOR),true)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -26,5 +24,3 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-fil
LOCAL_PACKAGE_NAME := RsMiscSamples
include $(BUILD_PACKAGE)
endif

View File

@@ -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