Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
Tavi 2024-04-08 14:38:51 -04:00
parent 9d6325e2a0
commit 835fbb7d2c
No known key found for this signature in database
GPG key ID: E599F62ECBAEAF2E
3 changed files with 6 additions and 2 deletions

View file

@ -542,6 +542,10 @@ sed -i 's/libinit_msm8974/libinit_msm8974-oppo/' BoardConfigCommon.mk init/Andro
sed -i "s/TZ.BF.2.0-2.0.0134/TZ.BF.2.0-2.0.0134|TZ.BF.2.0-2.0.0137/" board-info.txt; #Suport new TZ firmware https://review.lineageos.org/#/c/178999/
fi;
if enterAndClear "device/samsung/jf-common"; then
sed -i 's/TARGET_RECOVERY_DENSITY := xxhdpi/TARGET_RECOVERY_DENSITY := xhdpi/' BoardConfigCommon.mk; #no space
fi;
if enterAndClear "device/samsung/jactivelte"; then
smallerSystem;
fi;