sdm660-common: data-ipa-cfg-mgr: Use log/log.h instead of cutils/log.h

Change-Id: Ie995f5010393652193ecceba1b62142cb1e0bcdb
Signed-off-by: OdSazib <odsazib@gmail.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Michael Bestas 2019-11-19 20:45:02 +02:00 committed by pix106
parent f87f2e57eb
commit d79318bb90
5 changed files with 4 additions and 5 deletions

View file

@ -12,7 +12,6 @@ cc_library_shared {
shared_libs: [ shared_libs: [
"libhidlbase", "libhidlbase",
"liblog", "liblog",
"libcutils",
"libdl", "libdl",
"libbase", "libbase",
"libutils", "libutils",

View file

@ -33,7 +33,7 @@
/* External Includes */ /* External Includes */
#include <arpa/inet.h> #include <arpa/inet.h>
#include <cutils/log.h> #include <log/log.h>
/* HIDL Includes */ /* HIDL Includes */
#include <android/hardware/tetheroffload/control/1.0/ITetheringOffloadCallback.h> #include <android/hardware/tetheroffload/control/1.0/ITetheringOffloadCallback.h>

View file

@ -39,7 +39,7 @@
#include <linux/netfilter/nfnetlink_compat.h> #include <linux/netfilter/nfnetlink_compat.h>
/* External Includes */ /* External Includes */
#include <cutils/log.h> #include <log/log.h>
#include <cstring> #include <cstring>
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/types.h> #include <sys/types.h>

View file

@ -28,7 +28,7 @@
*/ */
#define LOG_TAG "IPAHALService/IpaEventRelay" #define LOG_TAG "IPAHALService/IpaEventRelay"
/* External Includes */ /* External Includes */
#include <cutils/log.h> #include <log/log.h>
/* HIDL Includes */ /* HIDL Includes */
#include <android/hardware/tetheroffload/control/1.0/ITetheringOffloadCallback.h> #include <android/hardware/tetheroffload/control/1.0/ITetheringOffloadCallback.h>

View file

@ -29,7 +29,7 @@
#define LOG_TAG "IPAHALService/dump" #define LOG_TAG "IPAHALService/dump"
/* External Includes */ /* External Includes */
#include <cutils/log.h> #include <log/log.h>
#include <deque> #include <deque>
#include <string> #include <string>
#include <sys/types.h> #include <sys/types.h>