commit | 6549cd0255d6f90263eb8db4a7c007e7dd175118 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Thu Jan 31 12:05:32 2019 +0800 |
committer | Logan Chien <loganchien@google.com> | Thu Jan 31 14:28:11 2019 +0800 |
tree | 276f95510b62c51de472b8ad3ef142f31884e596 | |
parent | 3291184ab6e4b97076eaf5f0077ee48b56717832 [diff] |
Check ELF files in both paths This commit moves prebuilt ELF file checks out of the ifeq statement so that both modules with and without LOCAL_STRIP_MODULE can be checked. Bug: 123670683 Test: Add `LOCAL_STRIP_MODULE := keep_symbols` to some modules and check whether `check_elf_files.timestamp` is generated. Change-Id: I2f2a7df501910d31621da025ce34101f0d358dc2
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.