Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Aug 16, 2024
1 parent b92aabe commit f6e77fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ applyPatches() {

echo "--> Generating makefiles"
cd device/phh/treble
cp $BL/build/aosp.mk .
cp -r $BL/build/aosp.mk .
bash generate.sh aosp
cd ../../..
echo
Expand All @@ -60,7 +60,7 @@ buildTrebleApp() {
echo "--> Building treble_app"
cd treble_app
bash build.sh release
cp TrebleApp.apk ../vendor/hardware_overlay/TrebleApp/app.apk
cp -r TrebleApp.apk ../vendor/hardware_overlay/TrebleApp/app.apk
cd ..
echo
}
Expand Down

0 comments on commit f6e77fe

Please sign in to comment.