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

Commit cae00fcc authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

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

parents 3879792f 56687f7c
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 {