added extra stuff to libgps to get compiled into CM
This commit is contained in:
parent
1c63b627e5
commit
735eff93ef
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user