Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b79ba527 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "TARGET_SIMULATOR is long dead."

parents 7cb70276 48177018
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
ifneq ($(TARGET_SIMULATOR),true)

LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)
@@ -31,5 +29,3 @@ LOCAL_SHARED_LIBRARIES := libcutils libc
LOCAL_MODULE_CLASS := STATIC_LIBRARIES

include $(BUILD_STATIC_LIBRARY)

endif  # TARGET_SIMULATOR != true
+0 −4
Original line number Diff line number Diff line
ifneq ($(TARGET_SIMULATOR),true)

LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)
@@ -102,5 +100,3 @@ LOCAL_C_INCLUDES+= . \


include $(BUILD_STATIC_LIBRARY)

endif  # TARGET_SIMULATOR != true
+0 −4
Original line number Diff line number Diff line
ifneq ($(TARGET_SIMULATOR),true)

LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)
@@ -153,5 +151,3 @@ LOCAL_MODULE_CLASS := STATIC_LIBRARIES
LOCAL_SHARED_LIBRARIES := libcutils libc

include $(BUILD_STATIC_LIBRARY)

endif  # TARGET_SIMULATOR != true
+1 −3
Original line number Diff line number Diff line
ifneq ($(TARGET_SIMULATOR),true)
include $(call all-subdir-makefiles)
endif