commit | 4a901c6d41378029ff42f9d1644da7515b65ee8c | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Fri Apr 26 07:51:12 2019 -0700 |
committer | Martin Stjernholm <mast@google.com> | Fri May 10 16:14:20 2019 +0000 |
tree | a167bf7ab3016f61dcedaa1434c28e4481fd43e3 | |
parent | b4e549bfb77d491072e85df3b6dbf4b47bbcca79 [diff] |
Ignore vndk-* subdirectories in the library absence check. (cherry picked from commit 8222ce45dd0330d1699ba65e4673310f2fb5f836) Test: m systemimage Test: build_test on Forrest Bug: 132289438 Merged-In: I059c9d0edb78e52838a25cef0472807847d77417 Change-Id: I57359dc9f1aa2230acd3252118aaf41f42b7a913
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.