commit | bb45f8c74dfa186e88a3938d8d47b8f1c3015d3f | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Jan 28 15:18:19 2022 -0800 |
committer | Colin Cross <ccross@android.com> | Mon Jan 31 10:15:10 2022 -0800 |
tree | 4bb1d0e5f7b58ef7bb22adb7a5710fb91b8f0575 | |
parent | e4442b7df67ffb2e879e96e731bb778b072df245 [diff] |
Track dependencies when reading notice files Track which files are read by the notice file indexer and add a flag to textnotice and htmlnotice to support writing them out. Bug: 207445310 Test: textnotice_test Test: htmlnotice_test Change-Id: Ib74706b8a87a5ed9268a0fe37982ecf89f4e227d
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.