summaryrefslogtreecommitdiffstats
path: root/gatekeeper/1.0
diff options
context:
space:
mode:
Diffstat (limited to 'gatekeeper/1.0')
-rw-r--r--gatekeeper/1.0/default/Gatekeeper.cpp2
-rw-r--r--gatekeeper/1.0/vts/functional/gatekeeper_hidl_hal_test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/gatekeeper/1.0/default/Gatekeeper.cpp b/gatekeeper/1.0/default/Gatekeeper.cpp
index 35b8c02704..36e044cab9 100644
--- a/gatekeeper/1.0/default/Gatekeeper.cpp
+++ b/gatekeeper/1.0/default/Gatekeeper.cpp
@@ -15,7 +15,7 @@
*/
#define LOG_TAG "android.hardware.gatekeeper@1.0-service"
-#include <utils/Log.h>
+#include <android/log.h>
#include <dlfcn.h>
#include "Gatekeeper.h"
diff --git a/gatekeeper/1.0/vts/functional/gatekeeper_hidl_hal_test.cpp b/gatekeeper/1.0/vts/functional/gatekeeper_hidl_hal_test.cpp
index 4dd929401a..e919b48ed1 100644
--- a/gatekeeper/1.0/vts/functional/gatekeeper_hidl_hal_test.cpp
+++ b/gatekeeper/1.0/vts/functional/gatekeeper_hidl_hal_test.cpp
@@ -26,7 +26,7 @@
#include <hardware/hw_auth_token.h>
-#include <android-base/logging.h>
+#include <android/log.h>
#include <android/hardware/gatekeeper/1.0/IGatekeeper.h>
#include <android/hardware/gatekeeper/1.0/types.h>