commit | e71b6333c486d3db1d71b236d7e5fc11177741b1 | [log] [tgz] |
---|---|---|
author | Rajeev Kumar <rajekumar@google.com> | Tue Sep 26 14:49:31 2023 -0700 |
committer | Rajeev Kumar <rajekumar@google.com> | Tue Sep 26 20:16:57 2023 -0700 |
tree | ad23f30f6a742c97d135db0b64ca75d990c47875 | |
parent | 1741facdbf9a425e12fe9e3fef2da8348c4cf903 [diff] |
Add devicelock to the list of individually toggleable module. Bug: 300099037 Test: Builds successfully Change-Id: I4231021982819cf227f3f1298c376635e160ab72
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.