commit | 4aa480f99d650767dde399173244e916577852c3 | [log] [tgz] |
---|---|---|
author | nelsonli <nelsonli@google.com> | Mon Aug 05 19:46:58 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Aug 05 19:46:58 2019 -0700 |
tree | 1ef2998026c7f48b0b7caa99ec4a3ccf982ea56d | |
parent | 0c5a068d023682814a466c4dc30fb32401d639a8 [diff] | |
parent | 169b1cb8971a4afb79db8c0ff4dda56f95019993 [diff] |
Merge "VTS: Create vts-core suite and packaging rules" am: 169b1cb897 Change-Id: Iee8eab1bb0a8c0f865a5f8c8cfb3442a897d0ef2
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.