diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-11-06 16:31:48 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-11-06 16:31:48 +0100 |
commit | 6029e934f4ed229a3a92a2df76cbf87e394ed69b (patch) | |
tree | e349feb23711e82c07cce0d1084e93274ae19c2b /mtp | |
parent | More make file tweaks (diff) | |
download | android_bootable_recovery-6029e934f4ed229a3a92a2df76cbf87e394ed69b.tar android_bootable_recovery-6029e934f4ed229a3a92a2df76cbf87e394ed69b.tar.gz android_bootable_recovery-6029e934f4ed229a3a92a2df76cbf87e394ed69b.tar.bz2 android_bootable_recovery-6029e934f4ed229a3a92a2df76cbf87e394ed69b.tar.lz android_bootable_recovery-6029e934f4ed229a3a92a2df76cbf87e394ed69b.tar.xz android_bootable_recovery-6029e934f4ed229a3a92a2df76cbf87e394ed69b.tar.zst android_bootable_recovery-6029e934f4ed229a3a92a2df76cbf87e394ed69b.zip |
Diffstat (limited to 'mtp')
-rwxr-xr-x | mtp/MtpUtils.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mtp/MtpUtils.cpp b/mtp/MtpUtils.cpp index 5be86389a..4ad59fd44 100755 --- a/mtp/MtpUtils.cpp +++ b/mtp/MtpUtils.cpp @@ -18,8 +18,8 @@ #include <stdio.h> #include <time.h> - -#include <cutils/tztime.h> +// Not available in 5.0 +//#include <cutils/tztime.h> #include "MtpUtils.h" #include "MtpDebug.h" |