mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-05-24 08:38:46 -04:00
JNI wrappers generation is slow on build server
Hack the timeout to give geckoview:generateJNIWrappersForGeneratedWithGeckoBinariesDebug a chance to pass.
This commit is contained in:
@@ -235,6 +235,12 @@ sed -i \
|
||||
-e "s/singleVariant('withGeckoBinariesDebug')/singleVariant('withGeckoBinariesRelease')/" \
|
||||
mobile/android/geckoview/build.gradle
|
||||
|
||||
# Hack the timeout for
|
||||
# geckoview:generateJNIWrappersForGeneratedWithGeckoBinariesDebug
|
||||
sed -i \
|
||||
-e 's/max_wait_seconds=600/max_wait_seconds=1800/' \
|
||||
mobile/android/gradle.py
|
||||
|
||||
# Configure
|
||||
sed -i -e '/check_android_tools("emulator"/d' build/moz.configure/android-sdk.configure
|
||||
cat << EOF > mozconfig
|
||||
|
||||
Reference in New Issue
Block a user