gps: Add gps.xml
Test: GPS sanity test Bug: 215480040 Change-Id: Ia39e86ba11a588dc83c0e4a2697265393bf53e19
This commit is contained in:
parent
e02c9bb086
commit
1332b4e457
3 changed files with 182 additions and 0 deletions
|
@ -128,3 +128,13 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
|
||||
# Trusty liboemcrypto.so
|
||||
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/lynx/prebuilts
|
||||
|
||||
# GPS xml
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/lynx/gps.xml.l10:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
|
||||
else
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/lynx/gps_user.xml.l10:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue