commit | e954e3e47da8ff2228de358e70f8bbc7bb0dd00c | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Fri May 03 08:29:53 2019 -0700 |
committer | Martin Stjernholm <mast@google.com> | Fri May 10 16:14:50 2019 +0000 |
tree | 6765c983cf8acd64154727b6bc792909dabe6129 | |
parent | 4c62151f8e70b35f4927b65877a0c1d177afb921 [diff] |
Add the library absence check as a kati stage check. (cherry picked from commit a5181f67a7bdf77400190c0f4e78dbbf54d870de) Test: m systemimage Test: build_test on Forrest Bug: 132289438 Merged-In: I7a93cc0ac4480404a3d56c75eb43ae499e8a3a05 Change-Id: I6012e16bb02d4fea1cff51b20de94560da7a8d09
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.