mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Drop sperate vintf for A40
* No longer needed as commit of vendor repo 'A40: update gnss vendor blob to 2.1' commit
See: bd1ce235e9
Change-Id: Ib4b11611d97f1ccbb75df1f0f22c794628553be0
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
ecbd687920
commit
648aeb9509
2 changed files with 0 additions and 16 deletions
|
|
@ -4,7 +4,3 @@ DEVICE_MANIFEST_FILE := $(MANIFEST_PATH)/manifest.xml
|
|||
DEVICE_MATRIX_FILE := $(MANIFEST_PATH)/compatibility_matrix.xml
|
||||
ODM_MANIFEST_SKUS += NFC
|
||||
ODM_MANIFEST_NFC_FILES := $(MANIFEST_PATH)/manifest_nfc.xml
|
||||
|
||||
ifneq ($(filter $(TARGET_DEVICE), a40),)
|
||||
DEVICE_MANIFEST_FILE += $(MANIFEST_PATH)/manifest_gnss.xml
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
<manifest version="1.0" type="device">
|
||||
<hal format="hidl" override="true">
|
||||
<name>android.hardware.gnss</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>2.0</version>
|
||||
<interface>
|
||||
<name>IGnss</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
<fqname>@1.1::IGnss/default</fqname>
|
||||
</hal>
|
||||
</manifest>
|
||||
Loading…
Reference in a new issue