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 | |
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 '')
-rw-r--r-- | legacy_property_service.c | 3 | ||||
-rwxr-xr-x | mtp/MtpUtils.cpp | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/legacy_property_service.c b/legacy_property_service.c index 12865c417..24d3aa920 100644 --- a/legacy_property_service.c +++ b/legacy_property_service.c @@ -30,7 +30,8 @@ #include "legacy_properties.h" #include <sys/mman.h> -#include <sys/atomics.h> +// Not available in 5.0 +//#include <sys/atomics.h> #include "legacy_property_service.h" static int persistent_properties_loaded = 0; 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" |