commit | 44858d35ceae630d5164c364b7c83704fa53a04a | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Nov 29 21:41:40 2021 -0800 |
committer | Colin Cross <ccross@android.com> | Wed Dec 01 14:38:13 2021 -0800 |
tree | 499cc9724222898731b79f317262058a2f6a6dcd | |
parent | 143af9284f970fb246120f12ca2a60255ea76fcb [diff] |
Move meta_lic files into per-module intermediates directories Store the meta_lic files in the per-module intermediates directories to avoid conflating multiple variants for the same module, for example host and device. Bug: 207445310 Test: m checkbuild Change-Id: I2b0ca22c1f7b069f79d2026707be3294c488f6de
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.