commit | 01baae0ae24c4cbb2d389ca7e685bfedb01c7241 | [log] [tgz] |
---|---|---|
author | Luca Stefani <luca.stefani.ge1@gmail.com> | Sat Sep 07 11:50:02 2024 +0200 |
committer | Michael Bestas <mkbestas@lineageos.org> | Sat Oct 19 19:32:17 2024 +0300 |
tree | 098af2ae011507f47942257be61d74e04fc2c026 | |
parent | 229dc1900365bded9a6b3b0f1db8c92e98bf7563 [diff] |
Export PRODUCT_BUILD_PROP_OVERRIDES to soong Change-Id: I6b6da3ef5b76cec5274f58b9337974d61771cecd
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.