Change-Id: I87df49446a2729f19a5d5611a88a4a80faf0350b
@ -11,7 +11,8 @@ LOCAL_SHARED_LIBRARIES := \
libutils \
libbinder \
libcutils \
libhardware_legacy
libhardware_legacy \
liblog
LOCAL_CFLAGS :=
@ -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
@ -21,6 +21,7 @@
#include "secril-client.h"