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

Commit 82c7db6e 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

Change-Id: I983476d9d35eb6d795cb804142532b25f3a8d9dd
parents e78c2b96 48f6298f
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>