commit | a68ed086abb14b379d158f1cf2a0423d2d89159e | [log] [tgz] |
---|---|---|
author | Ibrahim Kanouche <kanouche@google.com> | Thu Nov 03 00:43:12 2022 +0000 |
committer | Ibrahim Kanouche <kanouche@google.com> | Thu Nov 03 16:01:13 2022 +0000 |
tree | c3ddbbc53ef7b946d1381de7342815f9e0325479 | |
parent | 88b02afbf03125c170020e9a1aa54170f3af5ee6 [diff] |
Optimized project selection for getProjectMetadata Test: m compliance_sbom Change-Id: I9e60b7e138a4fca74170954d8bb83862677e750f
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.