commit | 0b2eb8f45e65c06b7619cc4b4e59016f5a67d127 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Apr 28 10:37:33 2022 +0900 |
committer | Jiyong Park <jiyong@google.com> | Thu Apr 28 10:38:39 2022 +0900 |
tree | f9c7d6ad69bf63f301206374651215db4c2773e5 | |
parent | 42a71603001f5e0c52f437bac14763620ef7ac73 [diff] |
Updated vndk list The recent freeze of android.hardware.[light|power] is reflected. Bug: 17983786 Test: m nothing Change-Id: I72ad4891b6afc30ccfc7ac87a1e86fb77827bedb
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.