commit | b1c11de3c1967d45c3d6e6561579f6e939f427e5 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Thu Feb 14 20:52:21 2019 +0800 |
committer | Logan Chien <loganchien@google.com> | Fri Mar 01 10:25:25 2019 +0800 |
tree | ebf2c76b6e4dc2d9deae506177ca851584769264 | |
parent | c651ef8529fea84f5c3527e6ac280b46c5d48506 [diff] |
Fix check_elf_file with LOCAL_SDK_VERSION and NDK libs This commit fixes prebuilt ELF checker for modules with LOCAL_SDK_VERSIONS and depend on NDK shared libraries. This fix is required because dynamic_binary.mk filters out NDK libraries thus those libraries do not show up in DEPENDENCIES_ON_SHARED_LIBRARIES. Bug: 119084334 Test: Create a prebuilt module with LOCAL_SDK_VERSION and check whether the NDK libs in LOCAL_SHARED_LIBRARIES are passed to check_elf_file.py. Change-Id: I0f72ae1b0edc3e8d7e43eb70829e74d606564966
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.