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

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

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

* commit 'cae00fcc':
  Remove last user of <cutils/tztime.h>.
parents 9eba0a74 cae00fcc
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 {