summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--legacy_property_service.c3
-rwxr-xr-xmtp/MtpUtils.cpp4
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"