| commit | 323e17f7a0ba23ebea43f6a292d4875dd9c47cef | [log] [tgz] |
|---|---|---|
| author | Minghao Wang <minghaowang@google.com> | Thu Jul 03 14:34:34 2025 +0000 |
| committer | Minghao Wang <minghaowang@google.com> | Thu Jul 03 14:34:34 2025 +0000 |
| tree | 1f3c6daa4784bbf6ad076fcaddde71cee48190da | |
| parent | 41906d78673966b994f8508f98d24dbb4c127995 [diff] |
check_elf_file: Remove skip-bad-elf-magic Make sure check_elf_file can detect invalid elf files. For non elf files, specify one of the following to skip the elf check: - Android.bp: `check_elf_files: false` - Android.mk: `LOCAL_CHECK_ELF_FILES := false` Bug: 425575177 Test: Presubmits Change-Id: Iba7b0f3e019b923665718aa869f41e0251b27e7b
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.