commit | c15eb7d5c3ec8515188c34f00552b79474e9a7d5 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Wed Mar 06 09:29:45 2024 -0800 |
committer | Xin Li <delphij@google.com> | Wed Mar 06 09:29:45 2024 -0800 |
tree | 349105cfcaf2f5907fa9d7c558dc323f1dd79c25 | |
parent | 3ac66146666f59149e499c013ff5055014e362e0 [diff] | |
parent | 8a65d6626970c9fc83ca4332297df92a8303a0ae [diff] |
Merge Android 14 QPR2 to AOSP main Bug: 319669529 Merged-In: Icb3c8a629adb2b19e700af8c1a92cb1892ba2ca4 Change-Id: If96d30d00973a86cf05ee2f063607ca486005b01
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.