am d890cbf7: Remove PollLoop from host build.
Merge commit 'd890cbf700695c869e6b45cddf7f132484697588' into gingerbread * commit 'd890cbf700695c869e6b45cddf7f132484697588': Remove PollLoop from host build.
This commit is contained in:
commit
852f0a7573
@ -26,7 +26,6 @@ commonSources:= \
|
||||
Debug.cpp \
|
||||
FileMap.cpp \
|
||||
Flattenable.cpp \
|
||||
PollLoop.cpp \
|
||||
Pool.cpp \
|
||||
RefBase.cpp \
|
||||
ResourceTypes.cpp \
|
||||
@ -41,7 +40,7 @@ commonSources:= \
|
||||
Threads.cpp \
|
||||
Timers.cpp \
|
||||
VectorImpl.cpp \
|
||||
ZipFileCRO.cpp \
|
||||
ZipFileCRO.cpp \
|
||||
ZipFileRO.cpp \
|
||||
ZipUtils.cpp \
|
||||
misc.cpp
|
||||
@ -78,8 +77,9 @@ include $(CLEAR_VARS)
|
||||
# we have the common sources, plus some device-specific stuff
|
||||
LOCAL_SRC_FILES:= \
|
||||
$(commonSources) \
|
||||
BackupData.cpp \
|
||||
BackupHelpers.cpp
|
||||
BackupData.cpp \
|
||||
BackupHelpers.cpp \
|
||||
PollLoop.cpp
|
||||
|
||||
ifeq ($(TARGET_OS),linux)
|
||||
LOCAL_LDLIBS += -lrt -ldl
|
||||
|
Loading…
Reference in New Issue
Block a user