commit | 4ca749cb1188c63ffb49cb13800a30f483d73942 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Tue Feb 02 11:23:53 2021 +0000 |
committer | Martin Stjernholm <mast@google.com> | Tue Feb 02 11:32:25 2021 +0000 |
tree | b5b86680c94c683af0e269b551c188924273a6f9 | |
parent | d04a95a97f7debb806634a0b060b80b77c04a60f [diff] |
Merge the module_* device.mk files into their corresponding product mk files. To clean up an unnecessary indirection. Instead introduce a common file for module products. Test: lunch module_{arm,arm64,x86,x86_64} inspect the build banners Change-Id: Ia312431a664e731f5d801ee2671f62f5cd23bd51
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.