commit | 94c6d7a4011b8b605176ffe4cf94701b0045b6d5 | [log] [tgz] |
---|---|---|
author | Jiakai Zhang <jiakaiz@google.com> | Mon Jan 22 18:43:49 2024 +0000 |
committer | Jiakai Zhang <jiakaiz@google.com> | Thu Jan 25 14:37:30 2024 +0000 |
tree | 837913ea6c66e4a04d5329f451d9264da0738336 | |
parent | e11290c27c6bb30a2a15354160445e0f46199ad9 [diff] |
Force PRODUCT_ENABLE_UFFD_GC to true on GSI. If the kernel version isn't available to the build system and PRODUCT_ENABLE_UFFD_GC isn't explicitly set, there will be a build warning. To address the warning and make the behavior more explicit on GSI builds, we need this change. Bug: 321751629 Test: lunch aosp_x86_64-trunk_staging-userdebug && m dist Change-Id: I5b73890235827929ea3bce5a07260d6c67a00a27
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.