bagnkk: Update proprietary files lists
Change-Id: I7e1798a56d984cde3bab80c505ef307d738d2977
This commit is contained in:
parent
c509cbd5d2
commit
d27588e1f7
8 changed files with 84 additions and 334 deletions
|
|
@ -20,13 +20,9 @@ from extract_utils.main import (
|
|||
)
|
||||
|
||||
namespace_imports = [
|
||||
'vendor/motorola/sm6375-common',
|
||||
'device/motorola/bangkk',
|
||||
'hardware/motorola',
|
||||
'hardware/qcom-caf/sm8350',
|
||||
'hardware/qcom-caf/wlan',
|
||||
'vendor/qcom/opensource/commonsys-intf/display',
|
||||
'vendor/qcom/opensource/commonsys/display',
|
||||
'vendor/qcom/opensource/dataservices',
|
||||
'vendor/motorola/sm6375-common',
|
||||
'vendor/qcom/opensource/display',
|
||||
]
|
||||
|
||||
|
|
@ -35,11 +31,16 @@ lib_fixups: lib_fixups_user_type = {
|
|||
}
|
||||
|
||||
blob_fixups: blob_fixups_user_type = {
|
||||
'product/priv-app/MotCamera4/MotCamera4.apk': blob_fixup()
|
||||
.apktool_patch('MotCamera4-patches'),
|
||||
('vendor/lib/libmot_chi_desktop_helper.so', 'vendor/lib64/libmot_chi_desktop_helper.so'): blob_fixup()
|
||||
'vendor/lib64/libBSTSWAD.so': blob_fixup()
|
||||
.clear_symbol_version('AHardwareBuffer_allocate')
|
||||
.clear_symbol_version('AHardwareBuffer_describe')
|
||||
.clear_symbol_version('AHardwareBuffer_lock')
|
||||
.clear_symbol_version('AHardwareBuffer_lockPlanes')
|
||||
.clear_symbol_version('AHardwareBuffer_release')
|
||||
.clear_symbol_version('AHardwareBuffer_unlock'),
|
||||
'vendor/lib64/libmot_chi_desktop_helper.so': blob_fixup()
|
||||
.add_needed('libgui_shim_vendor.so'),
|
||||
('vendor/bin/STFlashTool', 'vendor/lib64/sensors.moto.so'): blob_fixup()
|
||||
'vendor/lib64/sensors.moto.so': blob_fixup()
|
||||
.add_needed('libbase_shim.so'),
|
||||
} # fmt: skip
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue