aboutsummaryrefslogtreecommitdiffstats
path: root/gello_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gello_build.sh')
-rwxr-xr-xgello_build.sh12
1 files changed, 5 insertions, 7 deletions
diff --git a/gello_build.sh b/gello_build.sh
index bd9f8bf..c32ce22 100755
--- a/gello_build.sh
+++ b/gello_build.sh
@@ -133,13 +133,9 @@ function compile() {
cd $SRC_GELLO
- # Gello "shell" builds only if we have WITH_GELLO_SOURCE == true ,
- # this script is running, so it should already be true
- # if we're just doing tests we may have not that as true, set it
- # otherwise it won't hurt
- if [ "$WITH_GELLO_SOURCE" != true ]; then
- WITH_GELLO_SOURCE=true
- fi
+ # Gello "shell" builds only if we have GELLO_SRC == true ,
+ # because we just wait it to build from here
+ GELLO_SRC=true
# Make things
ninja -C out/Release swe_android_browser_apk
@@ -150,6 +146,8 @@ function compile() {
mv $BACKUP_GELLO $BUILD_GELLO
fi
+ export GELLO_SRC=false
+
if [ "$BUILDRET" == 0 ]; then
if [ -f "$OUT_TARGET" ]; then
rm -f $OUT_TARGET