commit | 2736c6f0461ba99311d27ddb4c896db80e17b8b3 | [log] [tgz] |
---|---|---|
author | Joanne Chung <joannechung@google.com> | Tue Oct 27 03:08:39 2020 +0000 |
committer | Joanne Chung <joannechung@google.com> | Tue Oct 27 03:22:02 2020 +0000 |
tree | a0904f8a01e66b13013c156b82503569376d95d0 | |
parent | d4f71a97bdb3f4130c5f650e0398d3fda96ced18 [diff] |
Revert "Refactor zipalign to allow unit tests" This reverts commit d4f71a97bdb3f4130c5f650e0398d3fda96ced18. Reason for revert: Looks to have broken apsp master b/171754371 Change-Id: I17ec7ab20834f6b0dbdf49668c41d3e76c0c1e41
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.