Modify gnss device.mk to support new projects am: 987378054f am: 764b89e605

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16128399

Change-Id: I71ba1ba7dc44e0fc31cbeccb8aff81236a20125d
This commit is contained in:
Joe Huang 2021-11-15 03:06:35 +00:00 committed by Automerger Merge Worker
commit 9358ac98d9

View file

@ -25,7 +25,7 @@ else ifneq (,$(filter oriole, $(subst _, ,$(TARGET_PRODUCT))))
else
PRODUCT_COPY_FILES += device/google/gs101/gnss/47765/config/gps_user.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
endif
else
else ifneq (,$(filter slider whitefin, $(subst _, ,$(TARGET_PRODUCT))))
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_COPY_FILES += device/google/gs101/gnss/47765/config/gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
else