commit | ad7d562d276ab16c84212b014517e7f5c71a1241 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Oct 08 11:19:28 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Oct 08 11:19:28 2018 -0700 |
tree | 9285536e7bf0a2ab206f8ce60f57190b07d167c5 | |
parent | c18b2b28c2d8c0879061b9d8ef38fad9e72b5ef2 [diff] |
Move zipalign off NO_ERROR. I really only care about code that's built for Windows, but I may as well clean up anywhere that's easy to clean up too... Bug: N/A Test: builds Change-Id: I3ef34fb12ac90e9411b6421e9c23dd8524f056ae
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.