commit | 99cdf5385db1807a16da562321b87e8960b9eb22 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Wed Mar 20 15:10:03 2019 +0800 |
committer | Logan Chien <loganchien@google.com> | Wed Mar 20 15:24:00 2019 +0800 |
tree | 52ecc5996d185714daa601a85a6a3d6f962c0682 | |
parent | 88e38f01babb6adecff3b11c207e904bfebc98a0 [diff] |
Update check_elf_file.py for clang-r353983 This commit updates how `check_elf_file.py` parses the symbol name because the `llvm-readobj` (from clang-r353983) does not print "@" if the symbol is not versioned. See also. https://reviews.llvm.org/D56319 Bug: 128959554 Test: CHECK_ELF_FILES=true make check-elf-files Change-Id: I0dee5e505225e57750a2c86cf0d25a151c218eb1
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.