commit | c5628e256e9b9d6b3c1778182dff9b33cfb860bd | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Tue Feb 11 23:05:43 2025 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Tue Feb 11 23:05:43 2025 +0000 |
tree | aa33d00f4033f54b0638d1d4cee114a30699f3ab | |
parent | a445381e46f49e049924f5ae65422aed71e518e2 [diff] |
Convert release config artifacts dist rules to Soong From make to support disting the artifacts in Soong only build. Test: m droid dist --soong-only && aninja -t path droid out/dist/build_flags/all_release_configs.pb Bug: 395160805 Bug: 394365683 Change-Id: Ic947bd0428d3e54bb11911e1e43b8ed70ce8d4f2
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.