gps: separate gnss factory build

Bug: 328345874
Test: normal rom and factory rom gnss works
Change-Id: Id1108a1c00edf9beba229b90371b5c1a30329c51
This commit is contained in:
Edwin Tung 2024-03-11 17:19:46 +08:00
parent 80da34e35e
commit ba3445c584
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