added extra stuff to libgps to get compiled into CM

This commit is contained in:
Arif Ali 2011-06-27 10:41:01 +01:00
parent 1c63b627e5
commit 735eff93ef

View File

@ -1,10 +1,15 @@
LOCAL_PATH:= $(call my-dir)
ifneq ($(TARGET_SIMULATOR,true)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libgps
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)
LOCAL_SHARED_LIBRARIES := libutils libcutils librpc
LOCAL_C_INCLUDES := \
@ -16,3 +21,5 @@ LOCAL_SRC_FILES := \
time.cpp \
include $(BUILD_SHARED_LIBRARY)
endif # !TARGET_SIMULATOR