commit | a9324f04b8c94a94de52f56f38a1285ca7b62a54 | [log] [tgz] |
---|---|---|
author | Alix <agespino@google.com> | Fri Apr 22 03:49:45 2022 +0000 |
committer | Alix Espino <agespino@google.com> | Mon Aug 15 17:18:06 2022 +0000 |
tree | c0a68787fbd22fff3b534c2eb1334d7e1358fc21 | |
parent | 22907b77771aadcae0fa95038a68fee33af38801 [diff] |
Updated Changes.md on deletion of clang property Bug: 208980553 Test: None, updating documentation Change-Id: I1acc4a5055cdc6477224fc852cb882dcd5909fa6
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.