commit | 11ee341199783fa0cef3926b7f67583eaa6e55a4 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Jan 10 13:21:07 2019 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Thu Jan 10 13:21:07 2019 -0800 |
tree | 470225f7e5b066c6986006b161fb9d0e56c4b092 | |
parent | e24da82ffd6f1dfcb2452022b28e21c9b34ddeaa [diff] |
All all_objects to LOCAL_INTERMEDIATE_TARGETS This fixes the WITH_TIDY flakes that we've been seeing, as we've been relying on a particular order of target-specific variable inheritance. Change-Id: I68c8a56620c29a41e45f26e5ea81a5313490c1cf Fixes: 122637600 Test: WITH_TIDY=true m libhellojni_jni
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.