commit | 79b2eddeb2305a95e08fea61b7f71f0b50510729 | [log] [tgz] |
---|---|---|
author | Bill Yang <yangbill@google.com> | Mon Sep 30 07:13:48 2024 +0000 |
committer | Bill Yang <yangbill@google.com> | Fri Oct 04 02:24:40 2024 +0000 |
tree | cd95af394fd39624a41f64b66010216be35e87f5 | |
parent | 9622b9c71d34248b764fa2a065422bafc8e5adee [diff] |
Export libexynosscaler related variable to soong Export BOARD_USES_SCALER_M2M1SHOT and BOARD_USES_ALIGN_RESTRICTION to soong. Bug: 370376532 Test: m libexynosscaler libexynosgscaler Change-Id: I30da46a7b03338bc725c7529b23c7017812a6a15
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.