commit | 54146eeed8d64257ca75097d187d232e0761ab4f | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Mon Dec 07 14:21:50 2020 +0900 |
committer | Justin Yun <justinyun@google.com> | Tue Jan 05 13:14:11 2021 +0900 |
tree | 92a284acdb084e4c652e0bcf9e7060069bbbb6e2 | |
parent | 4a632325a40da4e6e19686ff02e2e26dd81d0652 [diff] |
Update VNDK list for product modules Add the list for product_available VNDK list. This will be frozen by the release process. Bug: 174323911 Test: build Change-Id: Ic5f045d9210b09eef6d6c15230e8177d8c98bd22
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.