commit | 37e237aa712475dc725d3b16c00f5bdf9f838f4d | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Thu Sep 12 21:26:09 2019 -0700 |
committer | Logan Chien <loganchien@google.com> | Thu Sep 12 21:26:09 2019 -0700 |
tree | 5d04d99913702a41ff40bfa4dd2e604d9437b345 | |
parent | 0b67e41f3fdb2a6257f5e25050c7bd4fa43a778d [diff] |
Add check-elf-files as a checkbuild prerequisite This commit adds `check-elf-files` as a `checkbuild` prerequisite so that prebuilt ELF files can be checked in a `checkbuild` build bot when `PRODUCT_CHECK_ELF_FILES` is set to `true`. Bug: 140908693 Test: lunch aosp_walleye-userdebug && make checkbuild Change-Id: Ifea2f7057eecbf74028e986367f2322ff851f5e4
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.