commit | 23e024aec04a642c1dbf7f022467c8d687f11f86 | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Thu Jan 31 17:17:44 2019 -0800 |
committer | Sasha Smundak <asmundak@google.com> | Thu Jan 31 17:17:44 2019 -0800 |
tree | 9b5db6072bba4f9ca1e093c7ee1106734d641f04 | |
parent | 5800125e5cf5d98927fbe31a22d52abcfbda9d4c [diff] [blame] |
Explicitly include log/log.h instead of cutils/log.h Eliminates the warning. Test: treehugger Change-Id: I81ef6789d7609d5310c3da6a6dcf9b17eca2fa14
diff --git a/ng/AndroidKeymaster3Device.cpp b/ng/AndroidKeymaster3Device.cpp index 93ef72b..da00d96 100644 --- a/ng/AndroidKeymaster3Device.cpp +++ b/ng/AndroidKeymaster3Device.cpp
@@ -19,7 +19,7 @@ #include "include/AndroidKeymaster3Device.h" -#include <cutils/log.h> +#include <android/log.h> #include "include/authorization_set.h"