commit | 43c861469d2c26b16069c256df2b605b42e5698a | [log] [tgz] |
---|---|---|
author | yangbill <yangbill@google.com> | Thu Aug 08 07:07:47 2024 +0000 |
committer | yangbill <yangbill@google.com> | Thu Aug 08 07:35:58 2024 +0000 |
tree | 5eacfa534562c7ad90f8fe2bdc9f37e0ca1de999 | |
parent | 671dd3c7af3098d31580b67587b7b5a9f0d09f89 [diff] |
Export related make variables for gralloc.default to soong Bug: 356533884 Test: ./prebuilts/build-tools/linux-x86/bin/py3-cmd build/bazel/ci/rbc_dashboard.py --quick Change-Id: I05849a6f20aae807d47c9cf46d127234d53c36e8
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.