This commit is contained in:
Tad 2018-03-18 12:48:08 -04:00
parent b5f07ae7d7
commit 2a1b88cab3
3 changed files with 1 additions and 57 deletions

View file

@ -209,9 +209,6 @@ 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.
#enterAndClear "kernel/lge/g3"
#sed -i 's/39 01 00 00 00 00 04 F2 01 00 40/39 01 00 00 00 00 04 F2 01 00 00/' arch/arm/boot/dts/msm8974pro-lge-common/msm8974pro-lge-panel.dtsi; #Oversharpening fix, Credit: @Skin1980
#enterAndClear "device/lge/mako"
#patch -p1 < $patches"android_device_lge_mako/0001-Enable_LTE.patch" #Enable LTE support (Requires LTE hybrid modem to be flashed) XXX: Doesn't seem to work on 7+
#Make changes to all devices
cd $base
find "device" -maxdepth 2 -mindepth 2 -type d -exec bash -c 'enhanceLocation "$0"' {} \;

View file

@ -75,7 +75,7 @@ export -f buildAll;
patchWorkspace() {
source build/envsetup.sh;
repopick 204743 204744 205021 206123; #Cherry picks
repopick 205021 206123; #Cherry picks
source $scripts/Patch.sh;
source $scripts/Defaults.sh;