Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed757e97 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 290ac693: Merge "Stop building the unused host libmtp static library."

* commit '290ac693':
  Stop building the unused host libmtp static library.
parents f755a506 290ac693
Loading
Loading
Loading
Loading
+0 −28
Original line number Diff line number Diff line
@@ -45,31 +45,3 @@ LOCAL_C_INCLUDES := bionic/libc/private
LOCAL_SHARED_LIBRARIES := libutils libcutils libusbhost libbinder

include $(BUILD_SHARED_LIBRARY)

ifeq ($(HOST_OS),linux)

include $(CLEAR_VARS)

LOCAL_SRC_FILES:=                                       \
                  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