We need only one Glean version for Fennec 129.0.0

Drop GleanAS compilation for now.
This commit is contained in:
relan
2024-08-07 11:17:22 +03:00
parent 9e559fdf96
commit 34bdcaa998
2 changed files with 1 additions and 9 deletions

View File

@@ -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

View File

@@ -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