From 9b6649ba22580bfe9f33c2141109968514f80b8a Mon Sep 17 00:00:00 2001 From: Andy CrossGate Yan Date: Sun, 11 Aug 2019 17:12:36 +0800 Subject: [PATCH] Derp 2 apply-patches actually resets the repo, so it has to be done first --- build_treble_vanilla.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_treble_vanilla.sh b/build_treble_vanilla.sh index bb953be..6a58da1 100644 --- a/build_treble_vanilla.sh +++ b/build_treble_vanilla.sh @@ -6,6 +6,7 @@ cd device/phh/treble git clean -fdx bash generate.sh lineage cd ../../.. +bash ~/treble_experimentations/apply-patches.sh treble_patches echo "Setting up build environment" source build/envsetup.sh &> /dev/null @@ -26,7 +27,6 @@ cd ../../.. echo "" echo "Applying GSI-specific patches" -bash ~/treble_experimentations/apply-patches.sh treble_patches cd build/make git am ../../0001-Revert-Enable-dyanmic-image-size-for-GSI.patch cd ../..