088d6e179c
Signed-off-by: karthick111 <karthickrko61@gmail.com>
11 lines
268 B
Makefile
11 lines
268 B
Makefile
# GPS
|
|
PRODUCT_PACKAGES += \
|
|
gps.default \
|
|
libcurl
|
|
|
|
PRODUCT_BOOT_JARS += \
|
|
com.qti.location.sdk
|
|
|
|
# Permissions
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml
|