commit | 248124d8e1f42cbbee311b329b66c7c249a73468 | [log] [tgz] |
---|---|---|
author | Bill Yang <yangbill@google.com> | Tue Oct 22 10:31:37 2024 +0000 |
committer | Michael Bestas <mkbestas@lineageos.org> | Wed Oct 30 00:40:29 2024 +0200 |
tree | dd73273de3493af4c592dabe9b2e6d0451cd969b | |
parent | b103ddb005726c5ceff9ac9dc1aa2696f3f2da93 [diff] |
Export libacryl related flags to soong Export BOARD_LIBACRYL_DEFAULT_COMPOSITOR, BOARD_LIBACRYL_DEFAULT_SCALER, BOARD_LIBACRYL_DEFAULT_BLTER, and BOARD_LIBACRYL_G2D_HDR_PLUGIN to soong. Also export one include path to sooong but check if the path exist before export to soong due to soong does not allowed non-existed path. Bug: 370414334 Test: m libacryl Change-Id: Ib7f7af43da0359e691dee8bd538664147704c648
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.