diff options
| author | 2018-12-06 23:56:24 +0000 | |
|---|---|---|
| committer | 2018-12-06 23:56:24 +0000 | |
| commit | 6f4ac928d560435e94f4e58138df5749bb23ad4d (patch) | |
| tree | c3216ecae451f72ba298b7e33a9c2bb7244edd90 /libs | |
| parent | 51f4f2918570b1fe07d6f086debcbd92ef781bca (diff) | |
| parent | 3505666137614cbe77f4581a436b78c1ed5fd597 (diff) | |
Merge "Remove deprecated cutils/log.h"
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/incident/src/IncidentReportArgs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/incident/src/IncidentReportArgs.cpp b/libs/incident/src/IncidentReportArgs.cpp index fbc21e558806..26261ef929ae 100644 --- a/libs/incident/src/IncidentReportArgs.cpp +++ b/libs/incident/src/IncidentReportArgs.cpp @@ -18,7 +18,7 @@ #include <android/os/IncidentReportArgs.h> -#include <cutils/log.h> +#include <log/log.h> namespace android { namespace os { |