Commit 55b35561 authored by Max Kellermann's avatar Max Kellermann

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

parent ba25a538
......@@ -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`" .
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment