[tor-commits] [tor-browser-build/master] Bug 30460: Update TOPL Project to Use Android Toolchain (Firefox 68)

gk at torproject.org gk at torproject.org
Fri Oct 11 20:39:19 UTC 2019


commit 7fc43b5e228232caede87b571777e4a0448780d4
Author: sisbell <shane.isbell at gmail.com>
Date:   Fri Oct 11 13:33:08 2019 -0700

    Bug 30460: Update TOPL Project to Use Android Toolchain (Firefox 68)
---
 projects/tor-onion-proxy-library/build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/projects/tor-onion-proxy-library/build b/projects/tor-onion-proxy-library/build
index 41cc815..0b949a3 100644
--- a/projects/tor-onion-proxy-library/build
+++ b/projects/tor-onion-proxy-library/build
@@ -17,6 +17,8 @@ tar -C /var/tmp/build -xf [% project %]-[% c('version') %].tar.gz
 
 # Patch projects
 cd /var/tmp/build/[% project %]-[% c('version') %]
+# Gradle patch provided so that when generating a gradle dependency list, the
+# build will pull down the correct android tool versions
 patch -p1 < $rootdir/gradle.patch
 patch -p1 < $rootdir/canceldormant.patch
 



More information about the tor-commits mailing list