universal7885: sperate gnss vintf

* a40 uses 2.0
This commit is contained in:
roynatech2544 2021-12-05 20:50:09 +09:00
commit 43379c1069
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
2 changed files with 17 additions and 0 deletions

View file

@ -8,3 +8,7 @@ ODM_MANIFEST_NFC_FILES := $(MANIFEST_PATH)/manifest_nfc.xml
ifeq ($(filter $(TARGET_DEVICE), a10),)
DEVICE_MANIFEST_FILE += $(MANIFEST_PATH)/manifest_fingerprint.xml
endif
ifneq ($(filter $(TARGET_DEVICE), a40),)
DEVICE_MANIFEST_FILE += $(MANIFEST_PATH)/manifest_gnss.xml
endif