commit | 36e465a4b2fc8d13ef127b4892ef842ae962a0ac | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Tue Apr 10 17:59:44 2018 +0900 |
committer | Justin Yun <justinyun@google.com> | Fri Apr 13 05:20:15 2018 +0000 |
tree | 8c3f62312aa088fb0b69a74efa6a16b6793685a9 | |
parent | c9b4f1270ac41952195b292448d2d8e6b082f44e [diff] |
Check vndk list on build Check current vndk list on build time with current.txt. If the vndk list is changed, the current.txt must be updated manually. Otherwise the build will report an error. The list is not allowed to be updated for the release versions. Bug: 77816590 Bug: 67002788 Test: run 'm check-vndk-list' and check if build is successful. Test: 1. change vndk property of a module and run 'm check-vndk-list' and check if build is failed. 2. run 'update-vndk-list.sh'. 3. run 'm check-vndk-list' again and check if build is successful. Change-Id: I4caeb9eafa898f175d40f96125b9997edaeadbeb
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.