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

Commit 0be7a262 authored by Jeff Brown's avatar Jeff Brown Committed by Mathias Agopian
Browse files

Remove the simulator target from all makefiles. Bug: 5010576

Change-Id: I04d722f258951a3078fe07899f5bbe8aac02a8e8
parent 1cb13461
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -16,13 +16,6 @@ LOCAL_SRC_FILES:= \

LOCAL_CFLAGS:= -DLOG_TAG=\"SensorService\"

# need "-lrt" on Linux simulator to pick up clock_gettime
ifeq ($(TARGET_SIMULATOR),true)
	ifeq ($(HOST_OS),linux)
		LOCAL_LDLIBS += -lrt -lpthread
	endif
endif

LOCAL_SHARED_LIBRARIES := \
	libcutils \
	libhardware \