commit | 793100509c827a88e11b41cce3dd904a19835bc2 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Dec 07 04:52:20 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Dec 07 04:52:20 2021 +0000 |
tree | 90b5955d367c97f316951c9b7e065b60f18e975a | |
parent | 195ace0fa6c4197f8585fc11624a8259428ac879 [diff] | |
parent | 0d8d378bd460ef369b03cda8c6f1fd619f4271e3 [diff] |
Merge "Revert "Revert "Move meta_lic files into per-module intermediates directories""" am: 0d8d378bd4 Original change: https://android-review.googlesource.com/c/platform/build/+/1910142 Change-Id: I36aa20e6861144f547955e4750c43f1cd011ffeb
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.