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

Commit 56687f7c authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Remove last user of <cutils/tztime.h>.

Bug: 15765976
Change-Id: Ib21abe9349bb1863304cd7618d8fc95ca254e8f6
parent 2e25819f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)
+2 −1
Original line number Diff line number Diff line
@@ -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 {