commit | 478bda01225ffffb83ba988e67120a163797e587 | [log] [tgz] |
---|---|---|
author | Bowgo Tsai <bowgotsai@google.com> | Wed Sep 04 08:22:42 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Sep 04 08:22:42 2019 -0700 |
tree | 0025b6cdd5a63df19f9d794ca24a3f19ea6245c1 | |
parent | 75e29ad5d4ae323529905c4ba4ac5506e4ec99f2 [diff] | |
parent | a6c80c11179858ec5f4f4c648712fb988a587e2c [diff] |
Merge "Moving GSI-specific files to system_ext" am: a6c80c1117 Change-Id: Ibba7d959d3e8a3e2b97c9138d067f9b6d0593d60
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.