commit | 54752bf0aef4510b59dc1b349f2b6cbbdc77deea | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Sep 17 09:42:55 2020 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Fri Sep 18 22:49:10 2020 +0000 |
tree | 47f691c0867e5c766c53cd5615c56e01f28f05ba | |
parent | 4e501b58b87f966b9b6b8748bb0a8262784f7efb [diff] |
Use libcutils_headers for android_filesystem_config.h android_filesystem_config.h is found since system/core/include is on the include path for all projects and contains a symlink to the real android_filesystem_config.h. This is fragile and the below bug seeks to remove this symlink and have users correctly depend on libcutils_headers. Bug: 165825252 Test: build Change-Id: Ie921c4fd96d6e4e42d127bfbfe7a892756ad9495
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.