summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYifan Hong2016-11-30 15:45:34 -0600
committerYifan Hong2016-12-01 19:47:02 -0600
commitf9d303435d80161fabb16cdff3b8f2f75f362480 (patch)
treebc9c92a118521958e9f94cfacbc7d282cf20b480 /gatekeeper/1.0/vts
parent558727b38dde251978226b147790d0fe5f2a6ce8 (diff)
downloadplatform-hardware-interfaces-f9d303435d80161fabb16cdff3b8f2f75f362480.tar.gz
platform-hardware-interfaces-f9d303435d80161fabb16cdff3b8f2f75f362480.tar.xz
platform-hardware-interfaces-f9d303435d80161fabb16cdff3b8f2f75f362480.zip
Update to use the correct logging library.
Test: mma compiles Change-Id: Idb33dea5faaf1a5e54719c2a5a683d2d47e9b8e8
Diffstat (limited to 'gatekeeper/1.0/vts')
-rw-r--r--gatekeeper/1.0/vts/functional/gatekeeper_hidl_hal_test.cpp2
1 files changed, 1 insertions, 1 deletions
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 4dd92940..e919b48e 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 @@
26 26
27#include <hardware/hw_auth_token.h> 27#include <hardware/hw_auth_token.h>
28 28
29#include <android-base/logging.h> 29#include <android/log.h>
30#include <android/hardware/gatekeeper/1.0/IGatekeeper.h> 30#include <android/hardware/gatekeeper/1.0/IGatekeeper.h>
31#include <android/hardware/gatekeeper/1.0/types.h> 31#include <android/hardware/gatekeeper/1.0/types.h>
32 32