Fix ordering

This commit is contained in:
Damillora 2022-06-13 14:46:08 +07:00
parent f8b5ea3238
commit 9779d4097a
1 changed files with 1 additions and 1 deletions

View File

@ -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