commit | d8f9313a082cc48d0d67ce0acb894020f285bb78 | [log] [tgz] |
---|---|---|
author | Jag <jagghoshal@google.com> | Thu Dec 21 22:04:25 2023 +0000 |
committer | Alexander Martinz <amartinz@shiftphones.com> | Thu Aug 01 19:42:01 2024 +0200 |
tree | 9c38c7d3a9cf5daff5f1ea5ebcddb0fa9b188e25 | |
parent | 336e7bff9007eabc1100239de6c0a7b528e26e31 [diff] |
Add respective modules to the list of individually toggleable modules. This is safe since GTS tests already exist to check for mandatory modules, which these modulea are a part of. Test: packages/modules/common/build/mainline_modules_sdks.sh Bug: 238203992 Ignore-AOSP-First: changes in topics with internal-first/internal-only projects. (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e14f4862bb439a73214bef4d909e9bdf35de8e40) Merged-In: Ica19b306bdbd67a86d2cf73478d0f886f782118c Change-Id: Ica19b306bdbd67a86d2cf73478d0f886f782118c Change-Id: I9689529f1314d55023b5603c0c470c82efbaf3e5
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.