Add stuff
This commit is contained in:
parent
9779d4097a
commit
e315e1b016
1
build.sh
1
build.sh
@ -1,6 +1,7 @@
|
|||||||
rom_fp="$(date +%y%m%d).sophie"
|
rom_fp="$(date +%y%m%d).sophie"
|
||||||
|
|
||||||
cd /android
|
cd /android
|
||||||
|
. build/envsetup.sh
|
||||||
lunch treble_arm64_bgN-userdebug
|
lunch treble_arm64_bgN-userdebug
|
||||||
|
|
||||||
RELAX_USES_LIBRARY_CHECK=true
|
RELAX_USES_LIBRARY_CHECK=true
|
||||||
|
@ -8,7 +8,7 @@ mkdir /android
|
|||||||
cd /android
|
cd /android
|
||||||
repo init -u "$manifest_url" -b $aosp --depth=1
|
repo init -u "$manifest_url" -b $aosp --depth=1
|
||||||
git clone https://git.nanao.moe/android/treble_manifest .repo/local_manifests -b $phh
|
git clone https://git.nanao.moe/android/treble_manifest .repo/local_manifests -b $phh
|
||||||
repo sync -c -j 1
|
repo sync -c -j 1 --verbose
|
||||||
wget https://github.com/phhusson/treble_experimentations/raw/master/0001-Fix-SearchLauncher-for-Android-12.1.patch
|
wget https://github.com/phhusson/treble_experimentations/raw/master/0001-Fix-SearchLauncher-for-Android-12.1.patch
|
||||||
|
|
||||||
cd /android/device/phh/treble
|
cd /android/device/phh/treble
|
||||||
|
Loading…
Reference in New Issue
Block a user