Merge commit '28a6c8e9b366ecfc3518e6b0fb1d1bc46cf823e8' into gingerbread-plus-aosp * commit '28a6c8e9b366ecfc3518e6b0fb1d1bc46cf823e8': Remove PollLoop from host build.
This commit is contained in:
@ -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 \
|
||||||
@ -41,7 +40,7 @@ commonSources:= \
|
|||||||
Threads.cpp \
|
Threads.cpp \
|
||||||
Timers.cpp \
|
Timers.cpp \
|
||||||
VectorImpl.cpp \
|
VectorImpl.cpp \
|
||||||
ZipFileCRO.cpp \
|
ZipFileCRO.cpp \
|
||||||
ZipFileRO.cpp \
|
ZipFileRO.cpp \
|
||||||
ZipUtils.cpp \
|
ZipUtils.cpp \
|
||||||
misc.cpp
|
misc.cpp
|
||||||
@ -78,8 +77,9 @@ include $(CLEAR_VARS)
|
|||||||
# we have the common sources, plus some device-specific stuff
|
# we have the common sources, plus some device-specific stuff
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user