commit | 8e080ccefe7e59ca614fe83bbded97b137641880 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Fri Jan 03 21:19:55 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jan 03 21:19:55 2020 -0800 |
tree | 6251f32b096f992009b637416691ad01d5d17bff | |
parent | a9bfb4faba47ab0b638e43c594e16060aa0c733c [diff] | |
parent | 99202ec0a65060514666916590c4294190a9d0db [diff] |
Merge "Export list of "installable" files to soong_ui" am: 99202ec0a6 Change-Id: I252f4748396572d4b6c0f26148dc51b0c01b2f9e
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.