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

Commit 99a5c4a7 authored by Chris Phoenix's avatar Chris Phoenix
Browse files

Fix HAL name in LOG_TAG string

Test: None
Change-Id: Idfd59985a97e27e993b3f28f355a6e8c46b59815
parent cd912948
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#define LOG_TAG "android.hardware.nfc@1.0-service"
#define LOG_TAG "android.hardware.sensors@1.0-service"

#include <android/hardware/sensors/1.0/ISensors.h>
#include <hidl/LegacySupport.h>