commit | 410ec0d03ec387cdef328371c861cd1aabe66c7a | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Mon Apr 08 13:32:06 2019 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Wed May 15 09:09:38 2019 -0700 |
tree | 7051ce80e20dd7d5d9eb6d6310a26798335cbb14 | |
parent | 3caec84292975e33a82a3491ecd4d63461d9402b [diff] |
Specify default image block size of 512KB by default Enables parallel decompression. Test: manual Bug: 116052292 (cherry picked from commit 6cbc3899b3091a1e538e58699d8c164404c19ad9) Merged-In: I172935c8dd9c729199d9015e82487f84018bb9f4 Change-Id: I1b5db4aed3b06b527a6b4d4b25583f7ee10f05cb
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.