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

Commit 79f07e9c authored by Yifan Hong's avatar Yifan Hong
Browse files

Update to use the correct logging library.

Test: compiles
Change-Id: I00467b964fd56e6379cddde26152e413f2f00379
parent 50183949
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 */

#define LOG_TAG "GnssHAL_GnssConfigurationInterface"
#include <android/log.h>

#include "GnssConfiguration.h"

+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 */

#define LOG_TAG "GnssHAL_GnssDebugInterface"
#include <android/log.h>

#include "GnssDebug.h"

+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 */

#define LOG_TAG "GnssHAL_GnssNavigationMessageInterface"
#include <android/log.h>

#include "GnssNavigationMessage.h"

+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@

#include <android/hidl/memory/1.0/IMemory.h>

#include <android/log.h>

using android::hidl::memory::V1_0::IMemory;

namespace android {