commit | 21ba377f5a10518e9d5857d63de1e1ded1704b47 | [log] [tgz] |
---|---|---|
author | Nelson Li <nelsonli@google.com> | Thu Sep 19 07:14:50 2024 +0000 |
committer | Nelson Li <nelsonli@google.com> | Thu Sep 19 07:20:46 2024 +0000 |
tree | 33257c75e259a009ebb7ec9d08a655c20b8e16ba | |
parent | 48a08682fab23034653ef7964d3fe3ad577ad7d3 [diff] |
Move the `dist` target of `mke2fs` to `build/core/tasks` Because `mke2fs`, `make_f2fs`, and `make_f2fs_casefold` have `recovery_available` set to true, Soong forcibly adds a new variation with a `_recovery` suffix to the existing variations. If this is directly added to the `dist` of the corresponding module, it will cause duplication of the `android_recovery_<arch>/meta_lic` and `android_<arch>/meta_lic` files. Therefore, it is temporarily moved to `build/core/tasks`. Once the issues are resolved, they will be moved to the corresponding modules. Bug: 349741178 Test: m sdk dist Change-Id: I1bea3aa2f42334c9ed14bf766aaa7e6f428ed35a
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.