summaryrefslogtreecommitdiffstats
path: root/trusty/gatekeeper/trusty_gatekeeper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trusty/gatekeeper/trusty_gatekeeper.cpp')
-rw-r--r--trusty/gatekeeper/trusty_gatekeeper.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/trusty/gatekeeper/trusty_gatekeeper.cpp b/trusty/gatekeeper/trusty_gatekeeper.cpp
index d24f44f2e..7e55fb1eb 100644
--- a/trusty/gatekeeper/trusty_gatekeeper.cpp
+++ b/trusty/gatekeeper/trusty_gatekeeper.cpp
@@ -14,18 +14,19 @@
* limitations under the License.
*/
+#define LOG_TAG "TrustyGateKeeper"
+
+#include <assert.h>
#include <errno.h>
#include <stdio.h>
-#include <assert.h>
#include <type_traits>
+#include <android/log.h>
+
#include "trusty_gatekeeper.h"
#include "trusty_gatekeeper_ipc.h"
#include "gatekeeper_ipc.h"
-#define LOG_TAG "TrustyGateKeeper"
-#include <cutils/log.h>
-
namespace gatekeeper {
const uint32_t SEND_BUF_SIZE = 8192;