mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-24 04:45:32 -04:00
universal7885: sperate gnss vintf
* a40 uses 2.0
This commit is contained in:
parent
7a606711c7
commit
43379c1069
2 changed files with 17 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue