commit | 753d1ad14e3a08650ebd9e9b3ee84dc4292f95c1 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Sat May 25 17:20:38 2019 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Sat May 25 17:20:38 2019 -0700 |
tree | 696cf7959644c943d931fb78a052469041ea722c | |
parent | 3a1072a839b9be70e69f11a6467e732125c8adb6 [diff] |
Mark more BUILD_* as obsolete These have been warnings for a couple weeks now, with no hits. BUILD_AUX_EXECUTABLE BUILD_AUX_STATIC_LIBRARY BUILD_HOST_FUZZ_TEST BUILD_HOST_NATIVE_TEST BUILD_HOST_STATIC_TEST_LIBRARY BUILD_NATIVE_BENCHMARK BUILD_STATIC_TEST_LIBRARY Fixes: 130735607 Fixes: 130735003 Fixes: 130691889 Fixes: 130723134 Fixes: 130722660 Fixes: 130734558 Fixes: 130735594 Test: check all downstream build_test logs Change-Id: Ia13e59200af8f77a79d6a17d94913b79d8970055
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.