commit | 6e11749f593e115ccf49db8d98a2867855f8c294 | [log] [tgz] |
---|---|---|
author | Jae Shin <jaeshin@google.com> | Thu Nov 30 11:08:38 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Nov 30 11:08:38 2017 +0000 |
tree | 66a8bbdb061d11b4757410b95468601ab9277e4b | |
parent | d7ac0198d9246fc4f6bd428df67ad37ac13e4d9e [diff] | |
parent | 2e42c54028453444e2560b751c695bf49bcfaff8 [diff] |
Merge "Include config files to VNDK snapshot" am: 2e42c54028 Change-Id: I8bd9c608258475747ec173eb4a3c2d91d460591a
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.