commit | 71ef977731d7d8613f083b9907c74e2a14c84e6d | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Fri Jul 14 02:01:40 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 14 02:01:40 2023 +0000 |
tree | f383684f72d29659a368ee2564be91035a22e17e | |
parent | 3d4854452dbd0bf7d8f3c0d6e39b17627ad31be3 [diff] | |
parent | 9f7e7e7e00c46468b3faab3b175b6e9b0d92b3fd [diff] |
Merge changes I16be0dcb,I4656d43d,I52b831df into main am: b51bc1c77e am: 18485d30c4 am: 11f325c716 am: 9894a2b449 am: e4a7c0b617 am: 9f7e7e7e00 Original change: https://android-review.googlesource.com/c/platform/build/+/2646667 Change-Id: Ia60711d1b932ee3e6d1f96f77539b7af5315bf0b 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.