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 \
|
||||
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
|
||||
|
Reference in New Issue
Block a user