Fix build issues after the merge

Change-Id: Ia856311187a0b2168cb859bd8b2300ff59df6569
tirimbino
Vinit Deshpande 10 years ago committed by Ethan Chen
parent 961fd02e9b
commit 5257b14d60
  1. 5
      ril/libril/Android.mk
  2. 1
      ril/libril/RilSapSocket.cpp

@ -20,7 +20,7 @@ LOCAL_SHARED_LIBRARIES := \
librilutils \
LOCAL_STATIC_LIBRARIES := \
libnanopb-c-2.8.0-enable_malloc \
libprotobuf-c-nano-enable_malloc \
ifneq ($(filter xmm6262 xmm6360,$(BOARD_MODEM_TYPE)),)
LOCAL_CFLAGS := -DMODEM_TYPE_XMM6262
@ -56,7 +56,8 @@ LOCAL_SRC_FILES:= \
LOCAL_STATIC_LIBRARIES := \
libutils_static \
libcutils \
librilutils_static
librilutils_static \
libprotobuf-c-nano-enable_malloc
ifneq ($(filter xmm6262 xmm6360,$(BOARD_MODEM_TYPE)),)
LOCAL_CFLAGS := -DMODEM_TYPE_XMM6262

@ -24,6 +24,7 @@
#define LOG_TAG "RIL_UIM_SOCKET"
#include <utils/Log.h>
#include <arpa/inet.h>
#include <errno.h>
RilSapSocket::RilSapSocketList *head;

Loading…
Cancel
Save