You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(propclean): preserve running ROM's own properties from hexpatch
hexpatch_deleteprop was wiping all properties matching fingerprint
substrings (e.g. "crdroid"), including ro.crdroid.build.version which
crDroid needs for its About screen and OTA updater. Auto-detect the
running ROM by checking for ro.<fingerprint>* props before wiping.
Also adds --debug flag to package.sh for unstripped debug builds.
0 commit comments