Skip to content

Commit

Permalink
Make installclean after make first systemimage
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoleGun <1592501605@qq.com>
  • Loading branch information
xiaoleGun committed Jan 1, 2023
1 parent b422bc1 commit 7e1cff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ buildtreble() {
echo "--> Building treble image"
echo ""
lunch miku_treble_arm64_bvN-userdebug
make installclean
make -j$(nproc --all) systemimage
mv $OUT/system.img $BD/system-miku_treble_arm64_bvN.img
sleep 1
make installclean
lunch miku_treble_arm64_bgN-userdebug
make -j$(nproc --all) systemimage
mv $OUT/system.img $BD/system-miku_treble_arm64_bgN.img
Expand Down

0 comments on commit 7e1cff9

Please sign in to comment.