commit | 40f0e6dfa7eff8b9c9322c604d2b0527198398ee | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Thu Jul 26 15:22:18 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jul 26 15:22:18 2018 -0700 |
tree | d76b7b9ccefb5d0925b7ccb535fa4ae1dae0a06c | |
parent | c8841cdc6a0d9db032b2f0d22fe95f6a5e1c7648 [diff] | |
parent | 5ec361fff6a07c244a506fb4dd029404525a8ac9 [diff] |
Merge "Add a version.txt file to compatibility suite zips" am: aa2abc3324 am: 5ec361fff6 Change-Id: Ic2858e22703cfdb8ff5cea5d1de06993b0df8a0a
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.