commit | ec8769762f352da8915703d077ac1a969f26389f | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Mon Oct 28 05:09:13 2019 +0000 |
committer | Jooyung Han <jooyung@google.com> | Mon Oct 28 05:09:13 2019 +0000 |
tree | 3d6800e17668656b29b4aec77c6340a4fb1e30d9 | |
parent | 6851a27604ca94bb909e635949b5b49b718ce90a [diff] |
Revert "Revert "Revert "install VNDK APEX instead of VNDK libs""" This reverts commit 6851a27604ca94bb909e635949b5b49b718ce90a. Reason for revert: b/143374795 Change-Id: Iff04cb2a500b4d624abeec4dbc5dcfb5a6e03397
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.