am 4166aec5: am 28a6c8e9: am d890cbf7: Remove PollLoop from host build.
Merge commit '4166aec567b6fa4aa725a20d7c0a6dc5866c9f7b' * commit '4166aec567b6fa4aa725a20d7c0a6dc5866c9f7b': Remove PollLoop from host build.
This commit is contained in:
commit
157a2647fc
@ -26,7 +26,6 @@ commonSources:= \
|
||||
Debug.cpp \
|
||||
FileMap.cpp \
|
||||
Flattenable.cpp \
|
||||
PollLoop.cpp \
|
||||
Pool.cpp \
|
||||
RefBase.cpp \
|
||||
ResourceTypes.cpp \
|
||||
@ -79,7 +78,8 @@ include $(CLEAR_VARS)
|
||||
LOCAL_SRC_FILES:= \
|
||||
$(commonSources) \
|
||||
BackupData.cpp \
|
||||
BackupHelpers.cpp
|
||||
BackupHelpers.cpp \
|
||||
PollLoop.cpp
|
||||
|
||||
ifeq ($(TARGET_OS),linux)
|
||||
LOCAL_LDLIBS += -lrt -ldl
|
||||
|
Loading…
Reference in New Issue
Block a user