commit | c8f4fc7bc5023f93c37b5e6567c554e404f6f5cc | [log] [tgz] |
---|---|---|
author | Bill Yang <yangbill@google.com> | Mon Nov 25 10:47:22 2024 +0000 |
committer | Bill Yang <yangbill@google.com> | Tue Dec 10 03:43:14 2024 +0000 |
tree | a2496c1d9fdebd1ba3ca9766dce0e7f9ffcbd7d5 | |
parent | 91a72b559a5477327497a3d47ee7049355f360c2 [diff] |
Set soong config for hwcomposer.$(TARGET_BOARD_PLATFORM) Bug: 357500180 Test: lunch aosp_oriole-trunk_staging-userdebug; \ m hwcomposer.gs101 Change-Id: Ib8b55346058ecb6c8a53911ca00ef8bca0ef06ef
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.