[tor-commits] [tor-browser-build/master] Bug 29633: Don't ship pdnsd anymore

boklm at torproject.org boklm at torproject.org
Mon Mar 4 10:25:25 UTC 2019


commit e39c1dbe69a48274c5e806efc0ef2d407085b255
Author: Georg Koppen <gk at torproject.org>
Date:   Fri Mar 1 19:16:56 2019 +0000

    Bug 29633: Don't ship pdnsd anymore
    
    We don't use Orbot's VPN mode and therefore don't need pdnsd bundled.
    Thanks, Nathan, for noticing.
---
 projects/orbot/build | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/projects/orbot/build b/projects/orbot/build
index 4e222a9..840df3e 100644
--- a/projects/orbot/build
+++ b/projects/orbot/build
@@ -20,12 +20,6 @@ for p in $rootdir/*.patch
   do patch -p1 < $p
 done
 
-# Build OrbotService Native Libraries
-pushd /var/tmp/build/[% project %]-[% c('version') %]/orbotservice/src/main
-/var/tmp/dist/android-toolchain/android-ndk/ndk-build
-mv libs/armeabi-v7a/pdnsd libs/armeabi-v7a/pdnsd.so
-popd
-
 # Build Android Libraries and Apps
 $GRADLE_HOME/gradle-4.1/bin/gradle --offline assembleRelease -x lint
 



More information about the tor-commits mailing list