commit | 7dc8f486c23cd2e511387c3a80f28a5b882201c9 | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Wed Nov 17 17:19:12 2021 -0800 |
committer | Sasha Smundak <asmundak@google.com> | Thu Nov 18 15:17:59 2021 -0800 |
tree | da64007dcc1a76c5a67f569b0874315265ddd2e3 | |
parent | 613ae210f62e1e09a713b7b3f769eede9cbb9c97 [diff] |
Update conversion results file only when it changed. Test: treehugger Change-Id: Ia0d6bf614fa0714a977b2880f7271d54df034366
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.