summaryrefslogtreecommitdiffstats
path: root/base/properties.cpp
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-02-15 11:40:30 -0800
committerAndreas Gampe <agampe@google.com>2018-02-21 01:59:24 +0000
commitaf05f3b76162d264b997008b1e3747a7702f2ecd (patch)
treeecaa0e3676acd46e090fd6c6e6a1b706623eb38f /base/properties.cpp
parent887b89fe5e0fc2e6a07e0922582dcd2931d39bd4 (diff)
downloadsystem_core-af05f3b76162d264b997008b1e3747a7702f2ecd.tar.gz
system_core-af05f3b76162d264b997008b1e3747a7702f2ecd.tar.bz2
system_core-af05f3b76162d264b997008b1e3747a7702f2ecd.zip
Base: Add an NDK-compiled version of libbase
To support building libraries for CTS. Bug: 73206894 Bug: 73659009 Test: mmma system/core/base Change-Id: I630be88f44cf5cefcb13be7959fc1a710686e29b
Diffstat (limited to 'base/properties.cpp')
-rw-r--r--base/properties.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/properties.cpp b/base/properties.cpp
index ca8e96fc4..6cf43f9e2 100644
--- a/base/properties.cpp
+++ b/base/properties.cpp
@@ -28,8 +28,6 @@
#include <android-base/parseint.h>
-using namespace std::chrono_literals;
-
namespace android {
namespace base {