diff options
Diffstat (limited to 'trusty/gatekeeper/trusty_gatekeeper_ipc.c')
| -rw-r--r-- | trusty/gatekeeper/trusty_gatekeeper_ipc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/trusty/gatekeeper/trusty_gatekeeper_ipc.c b/trusty/gatekeeper/trusty_gatekeeper_ipc.c index a1c319e5a..ae536c539 100644 --- a/trusty/gatekeeper/trusty_gatekeeper_ipc.c +++ b/trusty/gatekeeper/trusty_gatekeeper_ipc.c @@ -14,12 +14,13 @@ * limitations under the License. */ +#define LOG_TAG "TrustyGateKeeper" + #include <errno.h> #include <stdlib.h> #include <string.h> -#define LOG_TAG "TrustyGateKeeper" -#include <cutils/log.h> +#include <android/log.h> #include <trusty/tipc.h> #include "trusty_gatekeeper_ipc.h" |
