Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit a6e7f4d

Browse files
committed
Re-enable vendor/foss/update.sh to download phh su app
1 parent eee58c1 commit a6e7f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else
3232
fi
3333
repo sync -c -j 1 --force-sync
3434
(cd device/phh/treble; git clean -fdx; bash generate.sh)
35-
#(cd vendor/foss; git clean -fdx; bash update.sh)
35+
(cd vendor/foss; git clean -fdx; bash update.sh)
3636

3737
. build/envsetup.sh
3838

0 commit comments

Comments
 (0)