Просмотр исходного кода

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 лет назад
Родитель
Сommit
657465e400
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      MobileLibrary/Android/make.bash

+ 1 - 0
MobileLibrary/Android/make.bash

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