commit | 6c59dc79fe48ad2dc2a8b8d4b7ef582cff1224e0 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Nov 01 22:05:02 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Nov 01 22:05:02 2021 +0000 |
tree | c1ab9ca521e17ffc398b747ba9a064faa7cb54e1 | |
parent | e735b841e107a28c981b98420f8263a96995262d [diff] | |
parent | a7676b29ef611a8d38b2fbc8734fc3f070b63a68 [diff] |
Merge "Support generating install rules in Soong" am: 3a79e5b459 am: a7676b29ef Original change: https://android-review.googlesource.com/c/platform/build/+/1869445 Change-Id: I3685f15891449a2af5a24168f4b7b967e1da1782
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.