| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Addresses comments from change 13e5965306.
Change-Id: I0a2c0048781858d3aa06347a77220547cfcdcebe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add a new flag to zipalign (-p) that page aligns shared
libraries (zip entries ending with ".so") in the archive.
- Add a new build variable LOCAL_PAGE_ALIGN_SHARED_LIBRARIES
to turn on this behaviour in zipalign.
- Add a new LOCAL_JNI_SHARED_LIBRARIES_ZIP_OPTIONS to control
zip behaviour.
Bug: 8076853
Bug: 19330157
Co-Authored-By: Simon Baldwin <simonb@google.com>
Co-Authored-By: Dimitry Ivanov <dimitry@google.com>
Change-Id: I1aa2c039bb2a590ae72f256acc9ba5401c2c59b1
|
|
|
|
|
| |
Bug: 18361583
Change-Id: If76334a6e18893b65d9b526271620a460a75bf22
|
|\
| |
| |
| |
| | |
* commit '8ac188ff0e739ea75ea02166c54428245200f088':
Consistent use of USE_MINGW
|
| |
| |
| |
| | |
Change-Id: I05e212e5a99639d0196006b9c2ec35072c54f399
|
|/
|
|
|
|
|
|
| |
Zopfli provides compression roughly 5% better than zlib, while remaining
completely compatible with zlib decoders. This patch adds a "-z" option
to zipalign, recompressing all compressed files within the zip archive.
Change-Id: If177ca4b82ec701b7446861b2cfe08c6bd403813
|
|
|
|
| |
Change-Id: I93a0fef582580282d62379ddba3ae2d50f3ea0c5
|
|
|
|
|
| |
Bug: 8580410
Change-Id: Id3c26ff084950f8cbfa87f4425747ee322de7624
|
|
|
|
|
|
| |
This reverts commit 8722580d90840352883a84d1ca882e50220f3959
Change-Id: Iafdbb7f540a53ddc9dc2e21c0afddb62c44c4af8
|
|
|
|
|
| |
Bug: 8580410
Change-Id: I45e17b786b8d221a071b5de2432bb1367e245fb4
|
|\ |
|
| |
| |
| |
| |
| |
| | |
The problem is due to using variable inFileName instead of outFileName for printing out error message for output file.
Change-Id: Ie53a21b077fea5e7cd106fe6884cea159d2629a2
|
|/
|
|
|
|
|
|
|
|
| |
Statically linked executable/shared-lib (eg. SDK tools) are useful
in sandboxed environment.
In BUILD_HOST_static zipalign needs -lpthread indirectly:
zipalign->libutils.a->liblog.a->logd_write.c->pthread
Change-Id: I615f574e918c83ed1ab82db2453b69d0420cb59c
|
|
|
|
|
|
|
| |
ZipUtils is needed by build/tools, move it from libandroidfw
(frameworks/base) to libutils (frameworks/native).
Change-Id: I188247d058f1baa0ebd14282208d496c4ba061be
|
|
|
|
|
|
| |
add libandroidfw.so to the build
Change-Id: If84e8afd5056a5ac66c3c9e116d821a8a5a571dd
|
|
|
|
| |
Change-Id: If9f1b8a6a9eafa9ea17a3b994941c5c369be2130
|
|
|
|
| |
Change-Id: I1e3a76e4bdae5eec4f75c5d8eb9f533afab6d140
|
|
|
|
|
|
|
| |
See https://android-git.corp.google.com/g/#/c/157220
Bug: 5449033
Change-Id: Ieea4e4511e1a95caeea42cd0a0c1147ebf9c2f48
|
|
|
|
|
|
|
| |
See https://android-git.corp.google.com/g/157065
Bug: 5449033
Change-Id: I817c12b1e97bee598097d02c70d509f7ab70576a
|
|
|
|
|
|
|
| |
See https://android-git.corp.google.com/g/156801
Bug: 5449033
Change-Id: I02566a8d55d7f8845bcc11925b90b2dac4342e63
|
|
|
|
|
|
|
| |
See https://android-git.corp.google.com/g/156016
Bug: 5449033
Change-Id: I9281fd27af8c6ec29ebdca60b22f6c9d5ff8deed
|
|
|
|
|
|
|
| |
See https://android-git.corp.google.com/g/#/c/143865
Bug: 5449033
Change-Id: Ie7704789e47b9553d02e3f6ed89c3ceab532119c
|
|
|
|
| |
Change-Id: Ibd667437d6637fbc5b21147f57eb41e81cbd8577
|
|
|
|
|
|
| |
Added the "-c" flag to the README, and added a short description of the
flag meanings to the usage output. Threw in an AOSP copyright one-liner
for good measure.
|
| |
|
|
|
|
|
| |
Add a -c flag to zipalign to do nothing but check the input zip file
for alignment (with or without verbosity).
|
| |
|
| |
|
|
|