From 9779d4097acc1c83b6c08fd39628bb27bbc221d5 Mon Sep 17 00:00:00 2001 From: Damillora Date: Mon, 13 Jun 2022 14:46:08 +0700 Subject: [PATCH] Fix ordering --- prepare_source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare_source.sh b/prepare_source.sh index d2e40a8..8b97bb6 100755 --- a/prepare_source.sh +++ b/prepare_source.sh @@ -9,10 +9,10 @@ cd /android repo init -u "$manifest_url" -b $aosp --depth=1 git clone https://git.nanao.moe/android/treble_manifest .repo/local_manifests -b $phh repo sync -c -j 1 +wget https://github.com/phhusson/treble_experimentations/raw/master/0001-Fix-SearchLauncher-for-Android-12.1.patch cd /android/device/phh/treble bash generate.sh -wget https://github.com/phhusson/treble_experimentations/raw/master/0001-Fix-SearchLauncher-for-Android-12.1.patch cd /android/vendor/partner_gms git am /android/0001-Fix-SearchLauncher-for-Android-12.1.patch cd /android