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:
parent
f87f2e57eb
commit
d79318bb90
5 changed files with 4 additions and 5 deletions
|
@ -12,7 +12,6 @@ cc_library_shared {
|
|||
shared_libs: [
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libcutils",
|
||||
"libdl",
|
||||
"libbase",
|
||||
"libutils",
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
/* External Includes */
|
||||
#include <arpa/inet.h>
|
||||
#include <cutils/log.h>
|
||||
#include <log/log.h>
|
||||
|
||||
/* HIDL Includes */
|
||||
#include <android/hardware/tetheroffload/control/1.0/ITetheringOffloadCallback.h>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include <linux/netfilter/nfnetlink_compat.h>
|
||||
|
||||
/* External Includes */
|
||||
#include <cutils/log.h>
|
||||
#include <log/log.h>
|
||||
#include <cstring>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
*/
|
||||
#define LOG_TAG "IPAHALService/IpaEventRelay"
|
||||
/* External Includes */
|
||||
#include <cutils/log.h>
|
||||
#include <log/log.h>
|
||||
|
||||
/* HIDL Includes */
|
||||
#include <android/hardware/tetheroffload/control/1.0/ITetheringOffloadCallback.h>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#define LOG_TAG "IPAHALService/dump"
|
||||
|
||||
/* External Includes */
|
||||
#include <cutils/log.h>
|
||||
#include <log/log.h>
|
||||
#include <deque>
|
||||
#include <string>
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Reference in a new issue