commit | efd929736277e8056ea761eba12150e4166990a9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Oct 27 04:21:42 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 27 04:21:42 2020 +0000 |
tree | 80a3dd69ae7cbbbcdd98e3555dbae79cd345d845 | |
parent | b4bea66b1186697515ce893cf949da7d9c72bee2 [diff] | |
parent | 71d086d0ca01f3421559fe12895c7b4678d10aeb [diff] |
Merge "Cleanup references to system/core/liblog -> system/logging/liblog" am: 89dccb3cf9 am: 71d086d0ca Original change: https://android-review.googlesource.com/c/platform/build/+/1473818 Change-Id: I930e9de75184d8af63df76b6683c8d295e47cd33
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.