From: Danny Wood Date: Fri, 28 Sep 2018 15:00:11 +0000 (+0100) Subject: a3xelte: Add GPS config files X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0829adfd7dafcfdcfe7845e11a9363f8248252af;p=GitHub%2FLineageOS%2Fandroid_device_samsung_a3xelte.git a3xelte: Add GPS config files Change-Id: Ic6fe71e6c9b145877ff85cb0edb191fb46ce389a --- diff --git a/configs/gps/gps.conf b/configs/gps/gps.conf new file mode 100644 index 0000000..e3247c4 --- /dev/null +++ b/configs/gps/gps.conf @@ -0,0 +1,5 @@ +NTP_SERVER=north-america.pool.ntp.org +#XTRA_SERVER_1=http://gllto1.glpals.com/4day/v3/latest/lto2.dat +#XTRA_SERVER_2=http://gllto2.glpals.com/4day/v3/latest/lto2.dat +SUPL_HOST=supl.google.com +SUPL_PORT=7275 \ No newline at end of file diff --git a/configs/gps/gps.xml b/configs/gps/gps.xml new file mode 100644 index 0000000..d3ca789 --- /dev/null +++ b/configs/gps/gps.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + diff --git a/device.mk b/device.mk index fae4e6b..f64ac05 100644 --- a/device.mk +++ b/device.mk @@ -24,6 +24,11 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ android.hardware.bluetooth@1.0-service + +# GPS +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/configs/gps/gps.conf:system/etc/gps.conf \ + $(LOCAL_PATH)/configs/gps/gps.xml:system/etc/gps.xml # Ramdisk PRODUCT_PACKAGES += \