OSDN Git Service

Uncompress .so files before signing the apk.
authorYing Wang <wangying@google.com>
Tue, 2 Jun 2015 02:19:57 +0000 (19:19 -0700)
committerYing Wang <wangying@google.com>
Tue, 2 Jun 2015 02:19:57 +0000 (19:19 -0700)
commit226eb92321ef5b71a448b8e857eaedeb3dd0419e
tree46e26a5ab75b98074dd9ada45cb6f939bd9faa4f
parent1fb0152ff7bf24b565b44a57e51290f2a5430107
Uncompress .so files before signing the apk.

- In uncompress-shared-libs we may strip .so files not for the current
  TARGET_ARCH. So we need to strip first and then sign the apk.
- For PRESIGNED apks, make sure we don't strip the .so files even if
   they are "fat".

Bug: 21571418
Bug: 8076853
Change-Id: Ifd1193dda0c2cd52ac148064ce5a32bcdd03f75c
core/prebuilt_internal.mk