c326530244
qcom bsp will handle xtra/agps/ni/time through qcom propreitary service, and non-qcom bsp will handle xtra/gps/ni/time through android framework. xtra url will be queried from modem on qcom bsp, and read from gps.conf from non-qcom bsp. Change-Id: Ib54a1596caa65f7aa0358f639640c3d1074980e7
12 lines
231 B
Makefile
12 lines
231 B
Makefile
|
|
LOCAL_PATH := $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := gps.conf
|
|
LOCAL_MODULE_TAGS := optional
|
|
LOCAL_MODULE_CLASS := ETC
|
|
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/
|
|
LOCAL_SRC_FILES := gps.conf
|
|
|
|
include $(BUILD_PREBUILT)
|
|
|