bluejay: Replace userdebug checks in scripts

Change-Id: Ia326a3eff1fad5badf1282850939a90663b6d1c4
This commit is contained in:
Michael Bestas
2025-12-05 11:19:34 +02:00
parent 740858fa0d
commit 018e8e624f

View File

@@ -52,6 +52,11 @@ blob_fixups: blob_fixups_user_type = {
.patch_file('osaifu-keitai.patch'),
'vendor/etc/init/init.modem_logging_control.rc': blob_fixup()
.regex_replace(' && property:ro.debuggable=0', ''),
(
'vendor/etc/init/fingerprint-goodix.rc',
'vendor/etc/init/init.storage.rc',
) : blob_fixup()
.regex_replace('ro.build.type=userdebug', 'ro.debuggable=1'),
} # fmt: skip
extract_fns: extract_fns_user_type = {