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

Commit adecf116 authored by Jiyong Park's avatar Jiyong Park
Browse files

Replace cutils/log.h to log/log.h

The former is deprecated.

Bug: 69526027
Test: mma -j under hardware/qcom/audio/hal

Change-Id: Ifa89be8bcf0545d49f38226148df35dfc1a9ef14
parent 3f489adb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#include <errno.h>
#include <math.h>
#include <stdlib.h>
#include <cutils/log.h>
#include <log/log.h>
#include <cutils/str_parms.h>
#include <sys/ioctl.h>
#include <sound/voice_params.h>