commit | 1a3d83d6677acb7fba1f38ea5a16af3ca4c6b283 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Jul 23 07:22:59 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jul 23 07:22:59 2018 -0700 |
tree | ba52dee3a06c6330cb173b006a4f4f4669ca6a91 | |
parent | 9295ccaef490fe1250a3deb4e4acd7c288581eda [diff] | |
parent | 23a407048358a5d9889e42e976d8dc15969d19ee [diff] |
Merge "releasetools: Make scripts pylint clean." am: 23a4070483 Change-Id: I4f4b35565f7d154dd47e4b5b8444e76c6c7227c6
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.