summaryrefslogtreecommitdiffstats
path: root/base/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'base/Android.bp')
-rw-r--r--base/Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/base/Android.bp b/base/Android.bp
index 01800afad..6cadcfc0f 100644
--- a/base/Android.bp
+++ b/base/Android.bp
@@ -45,6 +45,7 @@ cc_library {
support_system_process: true,
},
srcs: [
+ "chrono_utils.cpp",
"file.cpp",
"logging.cpp",
"parsenetaddress.cpp",
@@ -72,14 +73,12 @@ cc_library {
},
linux: {
srcs: [
- "chrono_utils.cpp",
"errors_unix.cpp",
],
cppflags: ["-Wexit-time-destructors"],
},
darwin: {
srcs: [
- "chrono_utils.cpp",
"errors_unix.cpp",
],
cppflags: ["-Wexit-time-destructors"],