Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: update kernel scripts from fogos U1UGS34.23-110-2-1

Change-Id: I6e008352da977617e1b21c8e7b9f80df58cfdfbf
This commit is contained in:
Nick Reuter 2024-11-23 11:29:35 -06:00 committed by Albert Tang
commit 384d8c5c98
4 changed files with 39 additions and 7 deletions

View file

@ -66,6 +66,10 @@ blob_fixups: blob_fixups_user_type = {
'system_ext/lib64/libwfdnative.so': blob_fixup()
.replace_needed('android.hidl.base@1.0.so', 'libhidlbase.so')
.add_needed('libinput_shim.so'),
'vendor/bin/init.kernel.post_boot-blair.sh': blob_fixup()
.patch_file('blob-patches/init-post-boot-blair.patch'),
'vendor/bin/init.kernel.post_boot-holi.sh': blob_fixup()
.patch_file('blob-patches/init-post-boot-holi.patch'),
'vendor/etc/init/vendor.qti.media.c2@1.0-service.rc': blob_fixup()
.regex_replace('writepid /dev/cpuset/foreground/tasks', 'task_profiles ProcessCapacityHigh'),
'vendor/etc/libnfc-nci.conf': blob_fixup()