You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
459 B

###############################################################################
# GPS HAL libraries
LOCAL_PATH := $(call my-dir)
ifeq ($(strip $(BLUETOOTH_USE_BPLUS)),true)
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)gps/ap6xxx/gps.default.so:system/lib/hw/gps.default.so \
$(LOCAL_PATH)gps/ap6xxx/glgps:system/bin/glgps \
$(LOCAL_PATH)gps/ap6xxx/gpslogd:system/bin/gpslogd \
$(LOCAL_PATH)gps/ap6xxx/gpsconfig.xml:system/etc/gps/gpsconfig.xml
endif