commit | 0238985e0fe88e47203d7670410ec76a355995da | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Dec 01 22:02:23 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 01 22:02:23 2021 +0000 |
tree | 32f8d6ab8ca5b8639240cf19b1812afc13938cfc | |
parent | 1cdcb088bb10635c5e774ab8dc1283ad5143fa28 [diff] | |
parent | 3db143c452979eeeedfa6de4b35405b885e555f1 [diff] |
Merge "Remove duplicate includes of BUILD_NOTICE_FILE" am: 3db143c452 Original change: https://android-review.googlesource.com/c/platform/build/+/1906235 Change-Id: Ic30b2455c2155cac186caf032ddc66e09fbb5488
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.