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

Commit b4c16851 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

liblog: use log/log.h when utilizing ALOG macros

Test: compile
Bug: 30465923
Change-Id: Id6d76510819ebd88c3f5003d00d73a0dbe85e943
parent 271a1a7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#include <string.h>
#include <mutex>

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

using android::hardware::memtrack::V1_0::IMemtrack;
using android::hardware::memtrack::V1_0::MemtrackType;