Loading media/mtp/Android.mk +0 −3 Original line number Diff line number Diff line Loading @@ -39,9 +39,6 @@ LOCAL_MODULE:= libmtp LOCAL_CFLAGS := -DMTP_DEVICE -DMTP_HOST # Needed for <bionic_time.h> LOCAL_C_INCLUDES := bionic/libc/private LOCAL_SHARED_LIBRARIES := libutils libcutils liblog libusbhost libbinder include $(BUILD_SHARED_LIBRARY) media/mtp/MtpUtils.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,8 @@ #include <stdio.h> #include <time.h> #include <cutils/tztime.h> #include <../private/bionic_time.h> /* TODO: switch this code to icu4c! */ #include "MtpUtils.h" namespace android { Loading Loading
media/mtp/Android.mk +0 −3 Original line number Diff line number Diff line Loading @@ -39,9 +39,6 @@ LOCAL_MODULE:= libmtp LOCAL_CFLAGS := -DMTP_DEVICE -DMTP_HOST # Needed for <bionic_time.h> LOCAL_C_INCLUDES := bionic/libc/private LOCAL_SHARED_LIBRARIES := libutils libcutils liblog libusbhost libbinder include $(BUILD_SHARED_LIBRARY)
media/mtp/MtpUtils.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,8 @@ #include <stdio.h> #include <time.h> #include <cutils/tztime.h> #include <../private/bionic_time.h> /* TODO: switch this code to icu4c! */ #include "MtpUtils.h" namespace android { Loading