commit | e3fb5f6d09a3716ca8de91d404ee50d2e50a5f6e | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Thu Sep 06 15:52:10 2018 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Thu Sep 06 18:00:57 2018 +0100 |
tree | d7e36385648870683ca3a94028e0293052640f68 | |
parent | 71034e3764c7d9c463fa3ebc0b7e0bcbc24d0768 [diff] |
Add hidden API public/private list to KATI_RESTAT Change hidden API public/private list generation build rule so that it checks if outputs have changed and only commit them when changes have been made. .KATI_RESTAT instructs ninja to restat the outputs and remove reverse dependencies when rebuilding dependencies is not needed. Bug: 113278235 Test: m appcompat Change-Id: Iad23e302b6c30f9a021200acd4bb20e6062de5a2
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.