commit | 5015273fa33b3326cf654c7b028280a66e2b0d9e | [log] [tgz] |
---|---|---|
author | Paul Duffin <[email protected]> | Thu Jun 23 18:05:22 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Jun 23 18:05:22 2022 +0000 |
tree | 2f4ae1d4a156d948c3e917ff0a67226467aa4715 | |
parent | 3ef5ea6bc7a595b13e910646e3e47a31cd19dffc [diff] | |
parent | dccd189954c52d2726cfd287a7a230f4b837f285 [diff] |
Do not override setting of SOONG_CONFIG_<m>_module_source_build am: dccd189954 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/19033310 Change-Id: I0afaabf48d53e9a2cdc9447a88c32ca3d2bda9a0 Signed-off-by: Automerger Merge Worker <[email protected]>
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.