commit | fc52ef0a23228383a071dfe8f8e265fce4bcf02f | [log] [tgz] |
---|---|---|
author | Jae Shin <jaeshin@google.com> | Tue Dec 26 02:00:51 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Dec 26 02:00:51 2017 +0000 |
tree | c006817792d405be7c76cef52a0384410b890482 | |
parent | ed48e5954a34430e05b213289724651f6c9e761c [diff] | |
parent | 2dc0a3860e338eb0bbfa0d2bd21afc56e4f552a2 [diff] |
Merge "Add check to ensure PLATFORM_VNDK_VERSION is set" am: 13349ed3c2 am: a085258968 am: 2dc0a3860e Change-Id: Ifb8947460156924ac8b682fa66aeaa23c3f3037a
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.