commit | d11953c3b76a432c9f962bdc6a3cd7e60b8dee3e | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu Mar 11 14:47:48 2021 -0800 |
committer | Yifan Hong <elsk@google.com> | Thu Mar 11 14:47:59 2021 -0800 |
tree | 9d6bb9716fe135c807473229d71f7188149274f0 | |
parent | d04a95a97f7debb806634a0b060b80b77c04a60f [diff] |
check_all_partition_sizes_log -> .log So that it can be viewed directly in the web browser. Test: pass Change-Id: Ic90a5d1511153a74726f1bdee5d9a058756f2d19
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.