Disable gps module

Bug: 195719618
Test: Build test, also lunch different platform to check mkfile
Change-Id: I90b43645d0a7d54281e2ed483a5c980b08638c78
This commit is contained in:
Wayne Lin 2021-08-10 16:12:41 +08:00 committed by Joe Huang
parent b98c568d28
commit 3aef4a21aa

View file

@ -767,7 +767,9 @@ PRODUCT_PACKAGES += \
endif
# GPS HAL
ifeq (,$(filter tangor citron,$(subst _, ,$(TARGET_PRODUCT))))
include device/google/gs101/gnss/device-gnss.mk
endif
# Trusty (KM, GK, Storage)
$(call inherit-product, system/core/trusty/trusty-storage.mk)