commit | 78f9be7a4e89599ba9f11e68a40493ccdf3863b8 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Fri Jul 19 18:29:58 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Wed Jul 24 17:15:59 2024 +0900 |
tree | 9bbd01b21f0d8a1393539d65e22a03f2a876f26d | |
parent | eb41879e1f136affda801ebc3c2ca4e649c22ef3 [diff] |
Add more variables for system/build.prop migration Bug: 322090587 Test: build Change-Id: I499928ee2bdc53e654fd83b5ab5d609a3957ace6
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.