diff options
| author | Mark Salyzyn <salyzyn@google.com> | 2016-11-07 09:39:30 -0800 |
|---|---|---|
| committer | Mark Salyzyn <salyzyn@google.com> | 2016-11-16 15:56:56 -0800 |
| commit | 52bd37e63373b410c009e8611508191dfbf31d30 (patch) | |
| tree | 32ed2ad56a69bb6d00b2193eaaed07d813e46982 /logd | |
| parent | e631e470e059d84388f3aacfe11a3fa60a584ba7 (diff) | |
| download | system_core-52bd37e63373b410c009e8611508191dfbf31d30.tar.gz system_core-52bd37e63373b410c009e8611508191dfbf31d30.tar.bz2 system_core-52bd37e63373b410c009e8611508191dfbf31d30.zip | |
libcutils: move cutils/files.h to cutils/android_get_control_file.h
files.[h|cpp] is bound to be abused with junk, replace with
android_get_control_file.[h|cpp]. Plus some sundry cleanup.
Test: gTest libcutils-tests, logd-unit-tests, liblog-unit-tests,
logcat-unit-tests and init_tests
Bug: 32450474
Change-Id: Ibd4a7aa4624ea19a43d1f98a3c71ac37805d36b5
Diffstat (limited to 'logd')
| -rw-r--r-- | logd/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/main.cpp b/logd/main.cpp index d698976d0..7550c41a5 100644 --- a/logd/main.cpp +++ b/logd/main.cpp @@ -37,9 +37,9 @@ #include <memory> #include <android-base/macros.h> +#include <cutils/android_get_control_file.h> #include <cutils/properties.h> #include <cutils/sched_policy.h> -#include <cutils/files.h> #include <cutils/sockets.h> #include <log/event_tag_map.h> #include <packagelistparser/packagelistparser.h> |
