mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-04-19 14:40:21 -04:00
We need only one Glean version for Fennec 129.0.0
Drop GleanAS compilation for now.
This commit is contained in:
6
build.sh
6
build.sh
@@ -56,7 +56,7 @@ gradle -x javaDocReleaseGeneration \
|
||||
:play-services-tasks:publishToMavenLocal
|
||||
popd
|
||||
|
||||
pushd "$glean_as"
|
||||
pushd "$glean"
|
||||
export TARGET_CFLAGS=-DNDEBUG
|
||||
gradle publishToMavenLocal
|
||||
popd
|
||||
@@ -68,10 +68,6 @@ export NSS_STATIC=1
|
||||
gradle :tooling-nimbus-gradle:publishToMavenLocal
|
||||
popd
|
||||
|
||||
pushd "$glean"
|
||||
gradle publishToMavenLocal
|
||||
popd
|
||||
|
||||
pushd "$mozilla_release"
|
||||
MOZ_CHROME_MULTILOCALE=$(< "$patches/locales")
|
||||
export MOZ_CHROME_MULTILOCALE
|
||||
|
||||
@@ -134,10 +134,6 @@ popd
|
||||
# Glean
|
||||
#
|
||||
|
||||
pushd "$glean_as"
|
||||
echo "rust.targets=$rusttarget" >> local.properties
|
||||
localize_maven
|
||||
popd
|
||||
pushd "$glean"
|
||||
echo "rust.targets=linux-x86-64,$rusttarget" >> local.properties
|
||||
localize_maven
|
||||
|
||||
Reference in New Issue
Block a user