commit | 681cdaf45496115eddfca18b46a6eb5fbcc999f7 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Fri Apr 13 07:31:26 2018 +0900 |
committer | Justin Yun <justinyun@google.com> | Fri Apr 13 02:51:10 2018 +0000 |
tree | 7d0fb4cb4fd38b58281e7d94e79ec6f0e3c7c5f8 | |
parent | b9346013b6a2dd3408793508f1ec8ab9a37d85ca [diff] |
Update current.txt for current vndk list current.txt must be updated to have current vndk list in each branch. Bug: 77816590 Test: m check-vndk-list Change-Id: I16dcf73dde0dedca1c6639d6ea4158992febcb67 Merged-In: Ia5d27d044e2bf67872238154a32d0b96f6933148
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.