commit | 8a3608e5f45beaf74df82b6033b7e3d7a21111c1 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Apr 08 23:49:42 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 08 23:49:42 2022 +0000 |
tree | 4e8f18bd6f1ef19b376637c506e5511c58570d05 | |
parent | 69cb5fb275ed0b217ec91f2e37f95c1f8a9922c5 [diff] | |
parent | 2f101fbc2b297310d9fd39475fc5213aec258251 [diff] |
Merge "change logtags dependency to provide java sources" am: 84a39ac3f0 am: 1b14ac6ba6 am: 2f101fbc2b Original change: https://android-review.googlesource.com/c/platform/build/+/2045664 Change-Id: Icdd5a31eefe6c09c29fbddc6d07efcf610dc673e 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.