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

Commit c1a60f1f authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Merge "Update to use the correct logging library." am: 48f6298f am: 82c7db6e

am: 42792cd5

Change-Id: I1e39307b7183aefccbd73bbef4e415c181b1f5f8
parents 8ac87186 42792cd5
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>