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

Commit 70a969c6 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

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

am: 9a30f044

Change-Id: Ibf35cc60eeb53bc421a2f886fa63b37ffa2083c1
parents c144b7da 9a30f044
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,11 +39,11 @@
#include <string>
#include <vector>

#include <android/log.h>
#include <android-base/file.h>
#include <cutils/debugger.h>
#include <cutils/properties.h>
#include <cutils/sockets.h>
#include <log/log.h>
#include <private/android_filesystem_config.h>

#include <selinux/android.h>