Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit 5dee85b

Browse files
committed
fix fostertype gapps and lunch
1 parent 1b63168 commit 5dee85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Q_Builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ mkdir -p $BUILDBASE/android/lineage/out/target/product/$OUTPUTFILE/vendor/lib/mo
178178
source build/envsetup.sh
179179

180180
# check rom type and assign gapps type and rom type
181-
if [ $FOSTERTYPE = "t" ];
181+
if [ $FOSTERTYPE = "m" ];
182182
then
183183
TYPE="tvmini"
184184
OUTPUTFILE="foster"

0 commit comments

Comments
 (0)