dre: Enable ELF checks for libwpa_client dependent libs
Change-Id: I490df02b68da4b9a7088a239672a1dcace66d270
This commit is contained in:
parent
46c0a47f0f
commit
12f74ba4a3
3 changed files with 4 additions and 13 deletions
|
|
@ -9,7 +9,6 @@ from extract_utils.fixups_blob import (
|
|||
blob_fixups_user_type,
|
||||
)
|
||||
from extract_utils.fixups_lib import (
|
||||
lib_fixup_remove,
|
||||
lib_fixups,
|
||||
lib_fixups_user_type,
|
||||
)
|
||||
|
|
@ -44,9 +43,6 @@ lib_fixups: lib_fixups_user_type = {
|
|||
'vendor.qti.hardware.wifidisplaysession@1.0',
|
||||
'vendor.qti.imsrtpservice@3.0',
|
||||
): lib_fixup_vendor_suffix,
|
||||
(
|
||||
'libwpa_client',
|
||||
): lib_fixup_remove,
|
||||
}
|
||||
|
||||
blob_fixups: blob_fixups_user_type = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue