milanf: Switch NFC to source built NXP
Change-Id: I924ec1285904a1a2fe69c167eaf07148fda5bc1e Signed-off-by: AnierinB <anierin@evolution-x.org>
This commit is contained in:
parent
165a34ad32
commit
41334ba27a
2 changed files with 1 additions and 4 deletions
|
|
@ -54,7 +54,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# NFC
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.nfc@1.2-service.samsung \
|
||||
android.hardware.nfc-service.nxp \
|
||||
com.android.nfc_extras \
|
||||
Tag
|
||||
|
||||
|
|
|
|||
|
|
@ -31,9 +31,6 @@ lib_fixups: lib_fixups_user_type = {
|
|||
}
|
||||
|
||||
blob_fixups: blob_fixups_user_type = {
|
||||
'vendor/etc/init/android.hardware.nfc@1.2-service.sec.rc': blob_fixup()
|
||||
.regex_replace('sec', 'samsung')
|
||||
.regex_replace('class hal\n user nfc', 'override\n class hal\n user nfc'),
|
||||
'vendor/lib64/libBSTSWAD.so': blob_fixup()
|
||||
.clear_symbol_version('AHardwareBuffer_allocate')
|
||||
.clear_symbol_version('AHardwareBuffer_describe')
|
||||
|
|
|
|||
Loading…
Reference in a new issue