commit | 875442fde4e323515e95cab0cddacb3eaaa0bfc1 | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Mon Mar 29 18:35:51 2021 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Mon Mar 29 18:35:51 2021 +0800 |
tree | f3ff02692ad6934dca03b6c4ab05fbdedcc135c2 | |
parent | 3140fc9e15136d29a5eadcb110d95075b2ab5871 [diff] |
Remove obsolete var PRODUCT_CHECK_ELF_FILES After aosp/1184262 is submitted, PRODUCT_CHECK_ELF_FILES is deprecated and nobody is using this variable anymore. Bug: 149715904 Test: Presubmit; Should be noop Change-Id: Iaf4a6ae1fe4062684a9699b7ef999030ff483e16
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.