fogos: Shim sensors.moto with libbase_shim

See: 46fc805282

Change-Id: I5127020e18114a13515d9dc382c95d689634243d
This commit is contained in:
Michael Bestas 2025-04-08 02:15:18 +05:30 committed by Anand S
parent 4b3457172c
commit 4dd1ef4d21
No known key found for this signature in database
GPG key ID: EFD0D6FBB9A067B4

View file

@ -37,6 +37,8 @@ lib_fixups: lib_fixups_user_type = {
blob_fixups: blob_fixups_user_type = { blob_fixups: blob_fixups_user_type = {
('vendor/lib/libmot_chi_desktop_helper.so', 'vendor/lib64/libmot_chi_desktop_helper.so'): blob_fixup() ('vendor/lib/libmot_chi_desktop_helper.so', 'vendor/lib64/libmot_chi_desktop_helper.so'): blob_fixup()
.add_needed('libgui_shim_vendor.so'), .add_needed('libgui_shim_vendor.so'),
'vendor/lib64/sensors.moto.so': blob_fixup()
.add_needed('libbase_shim.so'),
} # fmt: skip } # fmt: skip
module = ExtractUtilsModule( module = ExtractUtilsModule(