commit | c6f0d967cbae37857e086c203ac106bfe1546960 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Mar 15 17:46:37 2022 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Mar 16 14:21:08 2022 -0700 |
tree | 875c83100b004d34c1226996b440a4ca591c6e12 | |
parent | d4a054fb406ee556454f4d25ae8c55c2e0d01534 [diff] |
Track licenses of dexpreopted bootjars Propagate the license metadata for dexpreopted bootjars. Requires rewriting the generated module to look more like as Soong module so that it can use LOCAL_SOONG_LICENSE_METADATA. Bug: 224612665 Test: m alllicensemetadata reportmissinglicenses Change-Id: Ibd3269594462a0c38a3427d0c7838620a9b84551
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.