Loading Android.mk +0 −4 Original line number Diff line number Diff line ifneq ($(TARGET_SIMULATOR),true) LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) Loading Loading @@ -74,5 +72,3 @@ include $(commands_recovery_local_path)/edify/Android.mk include $(commands_recovery_local_path)/updater/Android.mk include $(commands_recovery_local_path)/applypatch/Android.mk commands_recovery_local_path := endif # !TARGET_SIMULATOR applypatch/Android.mk +0 −4 Original line number Diff line number Diff line Loading @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. ifneq ($(TARGET_SIMULATOR),true) LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) Loading Loading @@ -57,5 +55,3 @@ LOCAL_C_INCLUDES += external/zlib external/bzip2 LOCAL_STATIC_LIBRARIES += libz libbz include $(BUILD_HOST_EXECUTABLE) endif # !TARGET_SIMULATOR mtdutils/Android.mk +0 −4 Original line number Diff line number Diff line ifneq ($(TARGET_SIMULATOR),true) LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) Loading @@ -18,5 +16,3 @@ LOCAL_MODULE_TAGS := eng LOCAL_STATIC_LIBRARIES := libmtdutils LOCAL_SHARED_LIBRARIES := libcutils libc include $(BUILD_EXECUTABLE) endif # !TARGET_SIMULATOR tools/ota/Android.mk +0 −4 Original line number Diff line number Diff line Loading @@ -14,8 +14,6 @@ LOCAL_PATH := $(call my-dir) ifneq ($(TARGET_SIMULATOR),true) include $(CLEAR_VARS) LOCAL_FORCE_STATIC_EXECUTABLE := true LOCAL_MODULE := add-property-tag Loading @@ -33,5 +31,3 @@ LOCAL_MODULE_TAGS := debug LOCAL_SRC_FILES := check-lost+found.c LOCAL_STATIC_LIBRARIES := libcutils libc include $(BUILD_EXECUTABLE) endif # !TARGET_SIMULATOR Loading
Android.mk +0 −4 Original line number Diff line number Diff line ifneq ($(TARGET_SIMULATOR),true) LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) Loading Loading @@ -74,5 +72,3 @@ include $(commands_recovery_local_path)/edify/Android.mk include $(commands_recovery_local_path)/updater/Android.mk include $(commands_recovery_local_path)/applypatch/Android.mk commands_recovery_local_path := endif # !TARGET_SIMULATOR
applypatch/Android.mk +0 −4 Original line number Diff line number Diff line Loading @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. ifneq ($(TARGET_SIMULATOR),true) LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) Loading Loading @@ -57,5 +55,3 @@ LOCAL_C_INCLUDES += external/zlib external/bzip2 LOCAL_STATIC_LIBRARIES += libz libbz include $(BUILD_HOST_EXECUTABLE) endif # !TARGET_SIMULATOR
mtdutils/Android.mk +0 −4 Original line number Diff line number Diff line ifneq ($(TARGET_SIMULATOR),true) LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) Loading @@ -18,5 +16,3 @@ LOCAL_MODULE_TAGS := eng LOCAL_STATIC_LIBRARIES := libmtdutils LOCAL_SHARED_LIBRARIES := libcutils libc include $(BUILD_EXECUTABLE) endif # !TARGET_SIMULATOR
tools/ota/Android.mk +0 −4 Original line number Diff line number Diff line Loading @@ -14,8 +14,6 @@ LOCAL_PATH := $(call my-dir) ifneq ($(TARGET_SIMULATOR),true) include $(CLEAR_VARS) LOCAL_FORCE_STATIC_EXECUTABLE := true LOCAL_MODULE := add-property-tag Loading @@ -33,5 +31,3 @@ LOCAL_MODULE_TAGS := debug LOCAL_SRC_FILES := check-lost+found.c LOCAL_STATIC_LIBRARIES := libcutils libc include $(BUILD_EXECUTABLE) endif # !TARGET_SIMULATOR