commit | 7ef59cea5032cf40e90581b5f1d0db79873a6661 | [log] [tgz] |
---|---|---|
author | Sean hoyt <seanhoyt963@gmail.com> | Wed Aug 23 12:05:55 2017 +0000 |
committer | Christopher N. Hesse <raymanfx@gmail.com> | Sun Jan 21 13:29:29 2018 +0100 |
tree | a838fb781d3e22e3ba3cfb0b13f8cbe918eae030 | |
parent | f7c75aa4e0f637ea009517c53c82d792a4dcfe60 [diff] |
libsec-ril: Include liblog Change-Id: I87df49446a2729f19a5d5611a88a4a80faf0350b
diff --git a/ril/libsecril-client-sap/Android.mk b/ril/libsecril-client-sap/Android.mk index cc04398..b436531 100755 --- a/ril/libsecril-client-sap/Android.mk +++ b/ril/libsecril-client-sap/Android.mk
@@ -11,7 +11,8 @@ libutils \ libbinder \ libcutils \ - libhardware_legacy + libhardware_legacy \ + liblog LOCAL_CFLAGS :=
diff --git a/ril/libsecril-client-sap/secril-client-sap.cpp b/ril/libsecril-client-sap/secril-client-sap.cpp index 33f6851..1182b90 100755 --- a/ril/libsecril-client-sap/secril-client-sap.cpp +++ b/ril/libsecril-client-sap/secril-client-sap.cpp
@@ -28,6 +28,7 @@ #include <string.h> #include <fcntl.h> #include <utils/Log.h> +#include <android/log.h> #include <pthread.h> #include "secril-client-sap.h" #include <hardware_legacy/power.h> // For wakelock
diff --git a/ril/libsecril-client/Android.mk b/ril/libsecril-client/Android.mk index 69a2f11..2898bb2 100755 --- a/ril/libsecril-client/Android.mk +++ b/ril/libsecril-client/Android.mk
@@ -11,7 +11,8 @@ libutils \ libbinder \ libcutils \ - libhardware_legacy + libhardware_legacy \ + liblog LOCAL_CFLAGS :=
diff --git a/ril/libsecril-client/secril-client.cpp b/ril/libsecril-client/secril-client.cpp index e607f00..4701884 100755 --- a/ril/libsecril-client/secril-client.cpp +++ b/ril/libsecril-client/secril-client.cpp
@@ -21,6 +21,7 @@ #include <string.h> #include <fcntl.h> #include <utils/Log.h> +#include <android/log.h> #include <pthread.h> #include "secril-client.h" #include <hardware_legacy/power.h> // For wakelock