commit | e7bbfb145fab0e1b2eda977e69709aeaf6d002b3 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Feb 14 21:43:37 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 14 21:43:37 2018 +0000 |
tree | b77296e864a676bbbf0bdabbf5e60da804f8931d | |
parent | da5338d6474a423a35a7e1a0a379afcdd0619ab6 [diff] | |
parent | 51b559abfa0e323d34e395cbf0c6f279bd676bf0 [diff] |
Merge "Disable duplicates warnings when merging jars" am: 2a519d5a9b am: 87eba4a9ba am: 51b559abfa Change-Id: Idd0ab1653340dcba6dd37fa80168cffcb66eb452
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.