Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3435cab3 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Jakub Pawlowski
Browse files

bt: replace cutils/log.h with android/log.h

Test: compile
Bug: 26552300
Bug: 31289077
Change-Id: I8fb392150441ca5b6bc43dc43a10a3009e22202b
parent 3cfad089
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

#else  /* !defined(OS_GENERIC) */

#include <cutils/log.h>
#include <android/log.h>

/**
 * These log statements are effectively executing only ALOG(_________, tag, fmt, ## args ).