android/apk/make-unsigned-apk.sh: pass -X to zip to avoid storing uids

This commit is contained in:
Max Kellermann 2018-10-31 19:34:14 +01:00
parent ba25a5388e
commit 55b355618d
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ cp "$CLASSES_DEX" "$D/apk/"
cp "$RESOURCES_APK" "$UNSIGNED_APK"
cd "$D/apk"
exec zip -q -r "../`basename $UNSIGNED_APK`" .
exec zip -q -r -X "../`basename $UNSIGNED_APK`" .