commit | c95be035278dd6167ed4db0256dc9cfd551e0c19 | [log] [tgz] |
---|---|---|
author | Nelson Li <nelsonli@google.com> | Wed Dec 18 01:45:49 2024 +0000 |
committer | Nelson Li <nelsonli@google.com> | Wed Dec 18 01:45:49 2024 +0000 |
tree | 4fca1711d09eb6f1f5080c55d55fed0db910bc7a | |
parent | b3a5c380665b94bd3653e02dd8b864ea9ce041fa [diff] |
Add `CHRE_USF_DAEMON_ENABLED` to soong_config_variable. Bug: 384801967 Test: m -j chre Change-Id: Iea41ce9dda798cac0b3407179f25cdc5dbab6a63
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.