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

Commit beb2359b authored by Jeff Brown's avatar Jeff Brown
Browse files

Remove PollLoop from host build.

We can't build (and we don't need) PollLoop in the SDK on all platforms.

Change-Id: I3b0f327bbb8bc58b9b8630b0161cf360403fea68
parent 66d9df50
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -26,7 +26,6 @@ commonSources:= \
	Debug.cpp \
	Debug.cpp \
	FileMap.cpp \
	FileMap.cpp \
	Flattenable.cpp \
	Flattenable.cpp \
	PollLoop.cpp \
	Pool.cpp \
	Pool.cpp \
	RefBase.cpp \
	RefBase.cpp \
	ResourceTypes.cpp \
	ResourceTypes.cpp \
@@ -79,7 +78,8 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
LOCAL_SRC_FILES:= \
	$(commonSources) \
	$(commonSources) \
	BackupData.cpp \
	BackupData.cpp \
	BackupHelpers.cpp
	BackupHelpers.cpp \
	PollLoop.cpp


ifeq ($(TARGET_OS),linux)
ifeq ($(TARGET_OS),linux)
LOCAL_LDLIBS += -lrt -ldl
LOCAL_LDLIBS += -lrt -ldl