commit | 66d7d580e4aa7d82a42db572a80318c633913087 | [log] [tgz] |
---|---|---|
author | Herbert Xue <herbertxue@google.com> | Mon Oct 28 11:13:17 2024 +0800 |
committer | Herbert Xue <herbertxue@google.com> | Mon Oct 28 11:13:17 2024 +0800 |
tree | 486626ded9aa15f6650adfdde39e86b23e03f9de | |
parent | 49a6b38383d19538fc1ae3c9c29008cf7d955b2f [diff] |
Fine tune the soong config variables for libExynosC2OSAL Bug: 370663515 Test: m libExynosC2OSAL Change-Id: Id9c619c4d446ffc316b5e52ebc1386ab96ab7d8e
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.