Merge "MTP: Remove static library build for linux host."
This commit is contained in:
committed by
Android (Google) Code Review
commit
aef9c05d3f
@@ -47,32 +47,3 @@ include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
endif
|
||||
|
||||
ifeq ($(HOST_OS),linux)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SRC_FILES:= \
|
||||
MtpClient.cpp \
|
||||
MtpCursor.cpp \
|
||||
MtpDataPacket.cpp \
|
||||
MtpDebug.cpp \
|
||||
MtpDevice.cpp \
|
||||
MtpEventPacket.cpp \
|
||||
MtpDeviceInfo.cpp \
|
||||
MtpObjectInfo.cpp \
|
||||
MtpPacket.cpp \
|
||||
MtpProperty.cpp \
|
||||
MtpRequestPacket.cpp \
|
||||
MtpResponsePacket.cpp \
|
||||
MtpStorageInfo.cpp \
|
||||
MtpStringBuffer.cpp \
|
||||
MtpStorage.cpp \
|
||||
MtpUtils.cpp \
|
||||
|
||||
LOCAL_MODULE:= libmtp
|
||||
|
||||
LOCAL_CFLAGS := -DMTP_HOST
|
||||
|
||||
include $(BUILD_HOST_STATIC_LIBRARY)
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user