commit | 019485a8577acd283b83dbdfd6634fcb297c4c0b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Sep 14 21:19:41 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 14 21:19:41 2022 +0000 |
tree | f7bdc402fee538b96903bfbc1e4228e4bd48d1b4 | |
parent | 22268449f621f6aaabf289587b8a4f2e5414e526 [diff] | |
parent | 6fe2e2b3263c13f3bec5ee72045bc87135231d79 [diff] |
Merge "Put host license metadata in OUT_DIR." am: ebb4bfe9c9 am: faacd30690 am: 9cb0db8420 am: 6fe2e2b326 Original change: https://android-review.googlesource.com/c/platform/build/+/2215325 Change-Id: Id5a1ef4c2f0755b850e14fdd9b1b7481e63445e0 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.