fix Android.mk (credits to tytung) (forgot to download it)

This commit is contained in:
Arif Ali 2011-06-27 00:55:49 +01:00
parent 21c182ea64
commit 1c63b627e5

View File

@ -3,15 +3,16 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= libgps
LOCAL_MODULE := libgps
LOCAL_SHARED_LIBRARIES := libutils libcutils
LOCAL_SHARED_LIBRARIES := libutils libcutils librpc
LOCAL_C_INCLUDES += \
LOCAL_C_INCLUDES := \
$(TARGET_OUT_HEADERS)/librpc
LOCAL_SRC_FILES += leo-gps.c
LOCAL_SRC_FILES += leo-gps-rpc.c
LOCAL_SHARED_LIBRARIES += librpc
LOCAL_SRC_FILES := \
leo-gps.c \
leo-gps-rpc.c \
time.cpp \
include $(BUILD_SHARED_LIBRARY)