commit | e0f3ed5cd007c017ad39d8faf492e56063af5a0f | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Mon Feb 11 13:09:59 2019 -0800 |
committer | Tom Cherry <tomcherry@google.com> | Mon Feb 11 13:45:01 2019 -0800 |
tree | 8822b94b381549d2eec8b1683e06d730fe7a282e | |
parent | 76d8591417432176eda8f6567a68c84af0c6d43e [diff] |
Remove TARGET_ANDROID_FILESYSTEM_CONFIG_H TARGET_FS_CONFIG_GEN has existed as the preferred mechanism for two releases, so we finally deprecate TARGET_ANDROID_FILESYSTEM_CONFIG_H. Test: build Change-Id: I299a4d1d1d893ac16d6e6ce2ec4659bfcdc19095
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.