commit | 3a3e60182779b8df6182fc4fc103965cbdfe9619 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Fri May 13 09:37:37 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 13 09:37:37 2022 +0000 |
tree | 416e8d02f906faa7f1bcaa391bff3a46107d1daf | |
parent | 92fb295d7e69e695c6cdce5e44233e0beb1dd629 [diff] | |
parent | 59f95bcd1c8241ca1ad70d49030b5f6efb0b8c98 [diff] |
Merge "Remove unused dependencies from sdk goals" am: 59f95bcd1c Original change: https://android-review.googlesource.com/c/platform/build/+/2096393 Change-Id: I3ebbdd2ce53488f5298163d7f94cacf0f1d41296 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.