Merge change 5145

* changes:
  Remove "ifneq ($(TARGET_ARCH),arm)".
This commit is contained in:
Android (Google) Code Review
2009-06-24 10:13:21 -07:00

View File

@@ -3,7 +3,6 @@
#
# Build instructions for simulator LD_PRELOAD wrapper.
#
ifneq ($(TARGET_ARCH),arm)
ifeq ($(TARGET_SIMULATOR),true)
LOCAL_PATH:= $(call my-dir)
@@ -55,5 +54,3 @@ LOCAL_MODULE := launch-wrapper
include $(BUILD_EXECUTABLE)
endif # ifeq ($(TARGET_SIMULATOR),true)
endif
# ifneq ($(TARGET_ARCH),arm)