commit | e15ec38deb5d43d28995ef032f7aea03e747042b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Feb 24 01:30:04 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 24 01:30:04 2021 +0000 |
tree | c24e89b08898c4de8196ebe46387b34e07baf044 | |
parent | b862d0948e7da2b8beca350b45d384d88b3e6b11 [diff] | |
parent | c66465a4b04578442bdd8889953789b803cbe5f3 [diff] |
Merge "Add non-fatal mode for verify_uses_libraries check." am: c66465a4b0 Original change: https://android-review.googlesource.com/c/platform/build/+/1592373 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I36b852e328b5cd7f993766be01db2835dc67a80c
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.