commit | a704ae4ecba590e258842932a0d0d45a238a9c0e | [log] [tgz] |
---|---|---|
author | bowen_lai <bowen_lai@htc.com> | Wed Feb 14 01:35:19 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 14 01:35:19 2018 +0000 |
tree | ecc56f23f6a66ac4f50608d1a65a17526ce6ce08 | |
parent | d0253ef4d5aa582c3d887ec6e17a02f08736418e [diff] | |
parent | 70077620c0575a51d10cb64e1edd3879f2e6a72f [diff] |
Merge "Create symbolic boot vdex files for different ISAs" am: 895a8172ee am: 862a102804 am: 70077620c0 Change-Id: I83cc2a7c520e45b25f16aa6aa9d7ce146a746857
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.