OSDN Git Service

Make uncompressing jni libs in prebuilt APKs reproducible
authorDan Willemsen <dwillemsen@google.com>
Thu, 12 Nov 2015 02:20:37 +0000 (18:20 -0800)
committerDan Willemsen <dwillemsen@google.com>
Thu, 12 Nov 2015 02:26:38 +0000 (18:26 -0800)
commit5c64b4e81c1331cab56d8a8c201f26bb263b630c
treef9cb28ad8dbbc72cfa176c0d540e350c0cc653a0
parent98c27a83da8caee0ed4e57c596d4f51e182588ef
Make uncompressing jni libs in prebuilt APKs reproducible

This was extracting the shared libraries into a temporary directory,
then adding them back into the zip file using the raw filesystem
ordering. Fix that by passing a sorted list to zip.

Bug: 24201956
Change-Id: I59c41151968be6faf289e04719a9992157eb405d
core/definitions.mk