commit | a9d2208cb11ef5d66766f3fb9a3f0e27bfbf7df8 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Jan 16 16:07:49 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 16 16:07:49 2020 -0800 |
tree | ed32f2cab7df45f37578959591e250eaba05f7a4 | |
parent | 91e8905596f262d1d2ee6607a87972cbdf11204e [diff] | |
parent | 951ae30d56ed7bda0c1fed505b8a2bde149bd000 [diff] |
Merge "Add strict module check to package-modules.mk" am: 951ae30d56 Change-Id: I05619d5bcf0eede440a591a75ad5c9ac21a07467
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.