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

Commit 48177018 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

TARGET_SIMULATOR is long dead.

Change-Id: I6ba4a55c865370f12ae30f445661b54bbc714f8a
parent 7cb70276
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