commit | e1aeea5c0ffdbe540deac4f687000f1e9f7557e6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Feb 16 03:58:02 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 16 03:58:02 2023 +0000 |
tree | f85497d9aea6f63c765462822ba5e30c5f418ee1 | |
parent | 963bc9676e442c87f95f3ec4aff0d05eb6cfb045 [diff] | |
parent | 98426ec5dc77ad50043744277edca1e4b49e7726 [diff] |
Merge "Automate frameworks/libs/modules-utils." am: 98426ec5dc Original change: https://android-review.googlesource.com/c/platform/build/+/2438513 Change-Id: Iada5aa0170e39522e4e4cacbad9cce499c65901a 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.