commit | e6fdd1403b961b585f9ff8000b50939cda9c1ec9 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Thu Dec 09 22:10:43 2021 -0800 |
committer | Bob Badour <bbadour@google.com> | Wed Jan 26 16:02:11 2022 -0800 |
tree | 3394cb90af7f50023a811b9c8a743acacadb474a | |
parent | cf24fc2bf9dd3ca5da0713939efea290ef275348 [diff] |
license metadata text notice files Introduce the below command-line tool: textnotice outputs a NOTICE text file constructed from the license texts of the transitive closure of dependencies. Bug: 68860345 Bug: 151177513 Bug: 151953481 Bug: 213388645 Bug: 210912771 Test: m all Test: m systemlicense Test: m textnotice; out/soong/host/linux-x85/textnotice ... where ... is the path to the .meta_lic file for the system image. In my case if $ export PRODUCT=$(realpath $ANDROID_PRODUCT_OUT --relative-to=$PWD) ... can be expressed as: ${PRODUCT}/gen/META/lic_intermediates/${PRODUCT}/system.img.meta_lic Change-Id: Ia691869fd8e58ef008024f48c23b1a4b4435677a
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.