diff options
-rw-r--r-- | hal/Android.mk | 1 | ||||
-rw-r--r-- | hal/src/CtUpdateAmbassador.cpp | 2 | ||||
-rw-r--r-- | hal/src/HAL.cpp | 2 | ||||
-rw-r--r-- | hal/src/IpaEventRelay.cpp | 2 | ||||
-rw-r--r-- | hal/src/LocalLogBuffer.cpp | 2 |
5 files changed, 4 insertions, 5 deletions
diff --git a/hal/Android.mk b/hal/Android.mk index 6ebca46..58b3414 100644 --- a/hal/Android.mk +++ b/hal/Android.mk @@ -16,7 +16,6 @@ LOCAL_SHARED_LIBRARIES := libhwbinder \ libhidlbase \ libhidltransport \ liblog \ - libcutils \ libdl \ libbase \ libutils \ diff --git a/hal/src/CtUpdateAmbassador.cpp b/hal/src/CtUpdateAmbassador.cpp index eba6b93..b5e60e2 100644 --- a/hal/src/CtUpdateAmbassador.cpp +++ b/hal/src/CtUpdateAmbassador.cpp @@ -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> diff --git a/hal/src/HAL.cpp b/hal/src/HAL.cpp index 3f1a41f..175f833 100644 --- a/hal/src/HAL.cpp +++ b/hal/src/HAL.cpp @@ -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> diff --git a/hal/src/IpaEventRelay.cpp b/hal/src/IpaEventRelay.cpp index 137092f..484355a 100644 --- a/hal/src/IpaEventRelay.cpp +++ b/hal/src/IpaEventRelay.cpp @@ -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> diff --git a/hal/src/LocalLogBuffer.cpp b/hal/src/LocalLogBuffer.cpp index f556e40..50fa91c 100644 --- a/hal/src/LocalLogBuffer.cpp +++ b/hal/src/LocalLogBuffer.cpp @@ -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> |