libsec-ril: Include liblog

Change-Id: I87df49446a2729f19a5d5611a88a4a80faf0350b
tirimbino
Sean hoyt 7 years ago committed by Christopher N. Hesse
parent f7c75aa4e0
commit 7ef59cea50
  1. 3
      ril/libsecril-client-sap/Android.mk
  2. 1
      ril/libsecril-client-sap/secril-client-sap.cpp
  3. 3
      ril/libsecril-client/Android.mk
  4. 1
      ril/libsecril-client/secril-client.cpp

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

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

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

Loading…
Cancel
Save