diff options
Diffstat (limited to 'trusty/keymaster/trusty_keymaster_ipc.c')
| -rw-r--r-- | trusty/keymaster/trusty_keymaster_ipc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/trusty/keymaster/trusty_keymaster_ipc.c b/trusty/keymaster/trusty_keymaster_ipc.c index b68209ef3..0159bcead 100644 --- a/trusty/keymaster/trusty_keymaster_ipc.c +++ b/trusty/keymaster/trusty_keymaster_ipc.c @@ -14,15 +14,15 @@ * limitations under the License. */ +#define LOG_TAG "TrustyKeymaster" + // TODO: make this generic in libtrusty #include <errno.h> #include <stdlib.h> #include <string.h> -#define LOG_TAG "TrustyKeymaster" -#include <cutils/log.h> - +#include <android/log.h> #include <trusty/tipc.h> #include "trusty_keymaster_ipc.h" |
