Browse Source

Added proguard rule to keep psi.* classes to the Android library

Eugene Fryntov 7 years ago
parent
commit
6e4b09ef5f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MobileLibrary/Android/make.bash

+ 1 - 0
MobileLibrary/Android/make.bash

@@ -82,6 +82,7 @@ fi
 
 cd -
 cd build-tmp/psi
+echo -e "-keep class psi.** { *; }\n"  >> proguard.txt
 zip -r ../../ca.psiphon.aar ./
 cd -
 rm -rf build-tmp