commit | 6aab05dfcee58fb1f6af6fa55be754c88de7ce4a | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Tue Oct 29 21:50:28 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 29 21:50:28 2019 -0700 |
tree | 7e813d4b96332b144e328e134485ac19821b6c88 | |
parent | 08b87efcf87957128afe5be9116c0958593369e8 [diff] | |
parent | e059bdeb0befa6c57bede2c928db98daf0b7596a [diff] |
Merge "Revert "Revert "Revert "Revert "install VNDK APEX instead of VNDK libs""""" am: 85808a8089 am: f889ac5e21 am: e059bdeb0b Change-Id: I32cb8216c0bf915d05c2697d54a9ef70c2547fbc
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.