mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
More patches
This commit is contained in:
parent
8ead3072ca
commit
7d4faa1ef8
6 changed files with 90 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
|||
|
||||
echo "Rebranding..."
|
||||
|
||||
cd $base"bootable/recovery"
|
||||
sed -i 's|Android Recovery|DivestOS Recovery|' *_ui.cpp;
|
||||
|
||||
cd $base"build"
|
||||
sed -i 's|echo "ro.build.user=$USER"|echo "ro.build.user=emy"|' tools/buildinfo.sh; #Override build user
|
||||
sed -i 's|echo "ro.build.host=`hostname`"|echo "ro.build.host=dosbm"|' tools/buildinfo.sh; #Override build host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue