Skip to content

Commit

Permalink
Allow phh.mk-less builds
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Dec 22, 2021
1 parent 47fd032 commit ef84fcd
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 @@ -69,7 +69,7 @@ fi
repo sync -c -j 1 --force-sync || repo sync -c -j1 --force-sync

repo forall -r '.*opengapps.*' -c 'git lfs fetch && git lfs checkout'
(cd device/phh/treble; git clean -fdx; bash generate.sh phh)
(cd device/phh/treble; git clean -fdx; if [ -f phh.mk ];then bash generate.sh phh;else bash generate.sh;fi)
(cd vendor/foss; git clean -fdx; bash update.sh)
rm -f vendor/gapps/interfaces/wifi_ext/Android.bp

Expand Down

0 comments on commit ef84fcd

Please sign in to comment.