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

Commit 42792cd5 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

Change-Id: I3a93b0eeba305c55d3304c9ae6fbdc3952b85aeb
parents 9c3a926a 82c7db6e
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>