Derp 2
apply-patches actually resets the repo, so it has to be done first
This commit is contained in:
parent
860b83db8e
commit
9b6649ba22
@ -6,6 +6,7 @@ cd device/phh/treble
|
|||||||
git clean -fdx
|
git clean -fdx
|
||||||
bash generate.sh lineage
|
bash generate.sh lineage
|
||||||
cd ../../..
|
cd ../../..
|
||||||
|
bash ~/treble_experimentations/apply-patches.sh treble_patches
|
||||||
|
|
||||||
echo "Setting up build environment"
|
echo "Setting up build environment"
|
||||||
source build/envsetup.sh &> /dev/null
|
source build/envsetup.sh &> /dev/null
|
||||||
@ -26,7 +27,6 @@ cd ../../..
|
|||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
echo "Applying GSI-specific patches"
|
echo "Applying GSI-specific patches"
|
||||||
bash ~/treble_experimentations/apply-patches.sh treble_patches
|
|
||||||
cd build/make
|
cd build/make
|
||||||
git am ../../0001-Revert-Enable-dyanmic-image-size-for-GSI.patch
|
git am ../../0001-Revert-Enable-dyanmic-image-size-for-GSI.patch
|
||||||
cd ../..
|
cd ../..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user