redwood: Drop display and graphics allocator v3 for mialgoengine
Unneeded and it spams logcat with unnecessary dlopen failure even though the libs exist but the camera fails to read them. Signed-off-by: Tashfin Shakeer Rhythm <tashfinshakeerrhythm@gmail.com>
This commit is contained in:
committed by
thepriyanshujangid
parent
77e6010c66
commit
878bbfb278
@@ -84,6 +84,9 @@ blob_fixups: blob_fixups_user_type = {
|
||||
.add_needed('libjsoncpp_shim.so'),
|
||||
('vendor/lib/hw/audio.primary.lahaina.so', 'vendor/lib/libaudioroute_ext.so'): blob_fixup()
|
||||
.replace_needed('libaudioroute.so', 'libaudioroute-v34.so'),
|
||||
'vendor/lib64/libmialgoengine.so' : blob_fixup()
|
||||
.remove_needed('android.hardware.graphics.allocator@3.0.so')
|
||||
.remove_needed('vendor.qti.hardware.display.allocator@3.0.so'),
|
||||
} # fmt: skip
|
||||
|
||||
module = ExtractUtilsModule(
|
||||
|
||||
Reference in New Issue
Block a user