commit | c4e3e3565b1f77504688cd62ce89bea5d067e7e1 | [log] [tgz] |
---|---|---|
author | Bill Yang <yangbill@google.com> | Mon Dec 09 08:55:25 2024 +0000 |
committer | Bill Yang <yangbill@google.com> | Tue Dec 10 03:43:44 2024 +0000 |
tree | ea7cf57ff7f9ddb9eb42ceadcdbb6d3377183d72 | |
parent | c8f4fc7bc5023f93c37b5e6567c554e404f6f5cc [diff] |
Set soong config for BOARD_HWC_VERSION Bug: 357500180 Test: lunch aosp_caiman-trunk_staging-userdebug; \ m android.hardware.composer.hwc3-service.pixel Change-Id: I4021a10d0e2a5180d928942f786da9b7523dcf2d
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.