Merge change 5145
* changes: Remove "ifneq ($(TARGET_ARCH),arm)".
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
#
|
#
|
||||||
# Build instructions for simulator LD_PRELOAD wrapper.
|
# Build instructions for simulator LD_PRELOAD wrapper.
|
||||||
#
|
#
|
||||||
ifneq ($(TARGET_ARCH),arm)
|
|
||||||
ifeq ($(TARGET_SIMULATOR),true)
|
ifeq ($(TARGET_SIMULATOR),true)
|
||||||
|
|
||||||
LOCAL_PATH:= $(call my-dir)
|
LOCAL_PATH:= $(call my-dir)
|
||||||
@@ -55,5 +54,3 @@ LOCAL_MODULE := launch-wrapper
|
|||||||
include $(BUILD_EXECUTABLE)
|
include $(BUILD_EXECUTABLE)
|
||||||
|
|
||||||
endif # ifeq ($(TARGET_SIMULATOR),true)
|
endif # ifeq ($(TARGET_SIMULATOR),true)
|
||||||
endif
|
|
||||||
# ifneq ($(TARGET_ARCH),arm)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user