Răsfoiți Sursa

Ensure ca.psiphon.aar is freshly created

The zip command alone updated contents of any existing ca.psiphon.aar,
which resulted in obsolete, omitted ABI files still being included in
the AAR.
Rod Hynes 5 ani în urmă
părinte
comite
657465e400
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      MobileLibrary/Android/make.bash

+ 1 - 0
MobileLibrary/Android/make.bash

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