commit | b72009a8e966e95f0279818e7c7dec9000f84688 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Tue Jul 13 13:40:12 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Sat Jul 17 07:19:09 2021 +0900 |
tree | b71b27d2bed660731ac6d6733b2985a99ec6258c | |
parent | bcb47764460846dd09cb1a56c14d338d028edab7 [diff] |
zipalign: use getopt Bug: 192991318 Test: zipalign_tests Change-Id: I49f8ebc2cc2dbefe53c2eedda8d185eb658b4124
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.