commit | 93bdc3e7342341017f318cc80ce4e4341440f6d2 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Mon Oct 28 21:07:21 2019 +0000 |
committer | Jooyung Han <jooyung@google.com> | Mon Oct 28 21:07:21 2019 +0000 |
tree | 0f7d0c8b96598696e4875ef911e6217268334818 | |
parent | ec8769762f352da8915703d077ac1a969f26389f [diff] |
Revert "Revert "Revert "Revert "install VNDK APEX instead of VNDK libs"""" This reverts commit ec8769762f352da8915703d077ac1a969f26389f. Reason for revert: Fix b/143374795 Change-Id: I7a9a06cb01e3cac0d15b352da76b6b8e9b45eb63
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.