commit | 7b2b0b209a7614f47163cebb92d33aafaeba3aa6 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Fri Oct 07 16:21:04 2022 +0000 |
committer | Anton Hansson <hansson@google.com> | Fri Oct 07 16:21:04 2022 +0000 |
tree | e573c262dffb9e03ca8fb0c35240481bb69726b9 | |
parent | 694cb51d7ebd614dc0790ff0e4c1ce17590a6759 [diff] |
Pass docs goal to kati The docs goal affects makefile parsing (android_soong_config_variables), so it needs to be passed to kati to work properly. Bug: 251762621 Test: TARGET_PRODUCT=sdk m docs dist (in prebuilt branch) Change-Id: Ifa8e1e8e3a239434ac40a3edb213ed6344ceb424
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.