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

Commit 65cbd60e authored by Yifan Hong's avatar Yifan Hong
Browse files

Update to use the correct logging library.

Test: compiles
Change-Id: Ia5030c4d7ef95c5878c6b320d5bc30041023728f
parent 832f1a79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#define LOG_TAG "android.hardware.boot@1.0-impl"
#include <utils/Log.h>
#include <android/log.h>

#include <hardware/hardware.h>
#include <hardware/boot_control.h>
+1 −1
Original line number Diff line number Diff line
#define LOG_TAG "android.hardware.nfc@1.0-impl"
#include <utils/Log.h>
#include <android/log.h>

#include <hardware/hardware.h>
#include <hardware/nfc.h>