commit | beb2bfded0622f45e4796d090aa3e15898f727ab | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Wed Jul 12 14:01:19 2023 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Wed Jul 12 14:07:22 2023 +0200 |
tree | 478b175aa72db326b3d8e4dce2c654948b56bd04 | |
parent | 9ebfc23191db96aeeddaddc948d31183c70bfe3b [diff] |
Remove metalava --no-banner argument metalava no longer prints an ASCII banner, and has removed its --no-banner argument. Update all call sites accordingly. Test: presubmit Bug: 286023667 Change-Id: I0159cad6571c62d672da5aeb3ff422abb97c7ac9
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.