mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
Move lhd.conf, scd.conf to device folder and maintain them separately by project requirement Bug: 244258007 Test: confirm the configurations are correct Change-Id: I8cd14eea3d805c77dfe863285548f090d5fed538
20 lines
629 B
Makefile
20 lines
629 B
Makefile
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml \
|
|
device/google/gs201/gnss/47765/config/gps.cer:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.cer \
|
|
device/google/gs201/gnss/47765/firmware/SensorHub.patch:$(TARGET_COPY_OUT_VENDOR)/firmware/SensorHub.patch
|
|
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
device/google/gs201/gnss/47765
|
|
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.gnss@2.1-impl-google \
|
|
gps.default \
|
|
flp.default \
|
|
gpsd \
|
|
lhd \
|
|
scd \
|
|
android.hardware.gnss@2.1-service-brcm
|
|
|
|
PRODUCT_PACKAGES_DEBUG += \
|
|
init.gps_log.rc
|