commit | c4fa907a4e394f2da1ac4c86225a27ff00e1d11d | [log] [tgz] |
---|---|---|
author | Yihan Dong <slotus@google.com> | Wed Jun 26 14:59:35 2024 +0800 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Jul 02 03:35:14 2024 +0000 |
tree | 6cb6748d616e9d5343780c83e6cc71c19a5f9042 | |
parent | 37630fb286d6a1e0a76cf5a89a4a561c6cedf1d3 [diff] |
Add whitelist for mcts modules Some MCTS modules should not be removed from CTS because they are dependencies of both MCTS and CTS. Add a whitelist as a short term solution. Test: m cts EXCLUDE_MCTS=true Bug: 349372705 BYPASS_INCLUSIVE_LANGUAGE_REASON=for mcts only (cherry picked from https://android-review.googlesource.com/q/commit:9005bb61f7e955536ac786ccf38f41aae8f0665c) Merged-In: I26ada6da95a8b3547de9e54781b744facb121b05 Change-Id: I26ada6da95a8b3547de9e54781b744facb121b05
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.