From kde-commits Sat Sep 29 00:47:53 2018 From: Aleix Pol Date: Sat, 29 Sep 2018 00:47:53 +0000 To: kde-commits Subject: [sysadmin/binary-factory-tooling] android: Revert "Android: Don't shadow the EXTRA env var" Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=153831210026155 Git commit 7e52933d58285a47d83da24fc0369ecd16878df2 by Aleix Pol. Committed on 29/09/2018 at 00:46. Pushed by apol into branch 'master'. Revert "Android: Don't shadow the EXTRA env var" This reverts commit 609a92ecd28946d2e7efab03dbdd243159391355. M +1 -1 android/generic-build.pipeline https://commits.kde.org/sysadmin/binary-factory-tooling/7e52933d58285a47d83= da24fc0369ecd16878df2 diff --git a/android/generic-build.pipeline b/android/generic-build.pipeline index ff02e14..6763f55 100644 --- a/android/generic-build.pipeline +++ b/android/generic-build.pipeline @@ -10,7 +10,7 @@ timestamps { // Do the build! sh """ ${dependency} - export EXTRA=3D-DKDE_L10N_AUTO_TRANSLATIONS=3DON $EXTRA + export EXTRA=3D-DKDE_L10N_AUTO_TRANSLATIONS=3DON /opt/helpers/build-generic ${application} ${cmakeParameters} """ }