commit | 6f6811bc7c6edd40b3c563992ab1bfe54b5456c3 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Mon Oct 28 22:38:09 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 28 22:38:09 2019 -0700 |
tree | 945acc6a2af5a214dea339398be4198af01cfc8a | |
parent | 4e6e02ac7b0165bb778db2adf406c8df4c2dd8ac [diff] | |
parent | 016f3027edc83d1727bb26e4be122c4b24c5cf6e [diff] |
Merge "CleanSpec for symlinks to VNKD APEX" am: 016f3027ed Change-Id: Ib1e2a11278cbb6dc5e6f017e58e7d9db4f2ab92f
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.