File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -683,6 +683,7 @@ fingerprint=$(rg -m1 -INoP --no-messages "(?<=^ro.odm.build.fingerprint=).*" odm
683683fingerprint=$( echo " $fingerprint " | head -1)
684684
685685codename=$( rg -m1 -INoP --no-messages " (?<=^ro.product.odm.device=).*" odm/etc/build* .prop | head -1)
686+ [[ -z ${codename} ]] && codename=$( rg -m1 -INoP --no-messages " (?<=^ro.build.product=).*" product_h/etc/prop/local* .prop | head -1)
686687[[ -z ${codename} ]] && codename=$( rg -m1 -INoP --no-messages " (?<=^ro.product.odm.device=).*" system/system/build_default.prop)
687688[[ -z ${codename} ]] && codename=$( rg -m1 -INoP --no-messages " (?<=^ro.product.device=).*" odm/etc/fingerprint/build.default.prop)
688689[[ -z ${codename} ]] && codename=$( rg -m1 -INoP --no-messages " (?<=^ro.product.device=).*" my_manifest/build* .prop)
You can’t perform that action at this time.
0 commit comments