19.1+: fixup rebrand

Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
Tavi 2024-05-08 12:54:23 -04:00
parent abddd5231f
commit 4c48bf84e1
2 changed files with 3 additions and 1 deletions

View File

@ -86,6 +86,7 @@ fi;
if enter "system/core"; then
sed -i 's/LineageOS/'"$DOS_BRANDING_NAME"'/' debuggerd/libdebuggerd/tombstone.cpp;
sed -i 's/LineageOS/'"$DOS_BRANDING_NAME"'/' debuggerd/libdebuggerd/tombstone_proto_to_text.cpp;
fi;
if enter "vendor/lineage"; then

View File

@ -86,7 +86,8 @@ sed -i 's|https://download.lineageos.org/<xliff:g id="device_name">%1$s</xliff:g
fi;
if enter "system/core"; then
sed -i 's/LineageOS/'"$DOS_BRANDING_NAME"'/' debuggerd/libdebuggerd/tombstone.cpp; #not used (yet)
sed -i 's/LineageOS/'"$DOS_BRANDING_NAME"'/' debuggerd/libdebuggerd/tombstone.cpp;
sed -i 's/LineageOS/'"$DOS_BRANDING_NAME"'/' debuggerd/libdebuggerd/tombstone_proto_to_text.cpp;
fi;
if enter "vendor/lineage"; then