libsec-ril: Include liblog

Change-Id: I87df49446a2729f19a5d5611a88a4a80faf0350b
This commit is contained in:
Sean hoyt 2017-08-23 12:05:55 +00:00 committed by Christopher N. Hesse
parent f7c75aa4e0
commit 7ef59cea50
4 changed files with 6 additions and 2 deletions

View File

@ -11,7 +11,8 @@ LOCAL_SHARED_LIBRARIES := \
libutils \
libbinder \
libcutils \
libhardware_legacy
libhardware_legacy \
liblog
LOCAL_CFLAGS :=

View File

@ -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

View File

@ -11,7 +11,8 @@ LOCAL_SHARED_LIBRARIES := \
libutils \
libbinder \
libcutils \
libhardware_legacy
libhardware_legacy \
liblog
LOCAL_CFLAGS :=

View File

@ -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