commit | 037b3e081c0f2574f32a43baf9ed659a4a8305f0 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Oct 31 11:37:07 2019 +0900 |
committer | Jooyung Han <jooyung@google.com> | Thu Oct 31 11:37:07 2019 +0900 |
tree | 4f6d6447ed658fcb23044990b2d1615646bbdaa7 | |
parent | 1be2490d3b19a89840faaf4a89025752ae9382ba [diff] |
Use MakeVar from soong instead of hardcoding check-vndk-list target reads the vndk.libraries.txt file from SOONG_VNDK_LIBRARIES_FILE makevar. Bug: 142963962 Test: m check-vndk-list Change-Id: I10f6ad80757ed267b66c9a709b75621e063f3744
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.