Merge "gps: separate gnss factory build" into main

This commit is contained in:
Edwin Tung 2024-03-15 05:29:14 +00:00 committed by Android (Google) Code Review
commit a314a61b6d
2 changed files with 6 additions and 0 deletions

View file

@ -20,6 +20,9 @@ $(call inherit-product, device/google/zumapro/factory_common.mk)
$(call inherit-product, device/google/tegu/device-tegu.mk)
include device/google/tegu/audio/tegu/factory-audio-tables.mk
# Factory binaries for GPS
include device/google/tegu/location/factory-gnss.mk
PRODUCT_NAME := factory_tegu
PRODUCT_DEVICE := tegu
PRODUCT_MODEL := Factory build on Tegu

3
location/factory-gnss.mk Normal file
View file

@ -0,0 +1,3 @@
# include factory gnss binaries
include vendor/samsung_slsi/gps/s5300/gnss_factory.mk