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

Commit 290ac693 authored by Elliott Hughes's avatar Elliott Hughes Committed by android code review
Browse files

Merge "Stop building the unused host libmtp static library."

parents d81be6d6 e0e2e986
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