gps: Import from LA.UM.5.6.r1-01900-89xx.0 release

Change-Id: Ie959cd02b338e2cd98287fc8e16d0448faa34932
This commit is contained in:
Alberto97
2017-04-22 21:41:55 +02:00
committed by Vachounet
parent d6a8e57d26
commit 57e4293652
106 changed files with 20700 additions and 0 deletions

32
gps/gnsspps/Android.mk Normal file
View File

@@ -0,0 +1,32 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libgnsspps
LOCAL_MODULE_TAGS := optional
LOCAL_SHARED_LIBRARIES := \
libutils \
libcutils \
libgps.utils \
liblog
LOCAL_SRC_FILES += \
gnsspps.c
LOCAL_CFLAGS += \
-fno-short-enums \
-D_ANDROID_
LOCAL_COPY_HEADERS_TO:= libgnsspps/
LOCAL_COPY_HEADERS:= \
gnsspps.h
## Includes
LOCAL_C_INCLUDES := \
$(TARGET_OUT_HEADERS)/gps.utils \
$(TARGET_OUT_HEADERS)/libloc_pla
include $(BUILD_SHARED_LIBRARY)