commit | b50e47cbc43c4118a88635df20393cb581e23984 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Jan 24 02:34:47 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jan 24 02:34:47 2018 +0000 |
tree | 502539cb27896066d946da1b7b5502e036090c4a | |
parent | 7a6fafb42e79eb5859f01544ebb91ffd60e29935 [diff] | |
parent | 3fcaecec8aeccb487d441b41a074cffb620197e0 [diff] |
Merge "Don't use old VNDK and SystemSDK versions for new devices" am: 3fcaecec8a Change-Id: I7b90cb48f3ee95a101b7789a3aaaa606a187d44e
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.