commit | 0f4e7f82bcef2a027330c13ee7b4ba445d1bec59 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Wed Dec 11 14:36:20 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Dec 11 14:36:20 2019 -0800 |
tree | 71627ebfd4953885ede2cf03483e3481b876557a | |
parent | 85f60f83077d2484fca1b12811d4edcff28150d8 [diff] | |
parent | 066fac7c8ca3ea5e6381e4f88973461a6740eee0 [diff] |
Merge "releasetools: Generalize base_fs_file handling." am: 066fac7c8c Change-Id: I3bbf8e9ed2d3091136c88399fa952bb347dc8907
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.