commit | 3291184ab6e4b97076eaf5f0077ee48b56717832 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Thu Jan 31 12:05:12 2019 +0800 |
committer | Logan Chien <loganchien@google.com> | Thu Jan 31 14:18:03 2019 +0800 |
tree | d742708f87f4e7b598237109796a4414b2775e22 | |
parent | 59fa4ca9938bb6d769b568f5e5f53a61729c4e53 [diff] |
Add system shared libs to a prebuilt_internal.mk path This commit adds LOCAL_SYSTEM_SHARED_LIBRARIES to a `prebuilt_internal.mk` path. Before this commit, LOCAL_SYSTEM_SHARED_LIBRARIES is only supported when LOCAL_STRIP_MODULE is specified. If LOCAL_STRIP_MODULE is not specified, default system shared libs (libc, libdl, and libm) are not added implicitly. This commit makes both paths have the same behavior. See also. https://android-review.googlesource.com/814993 Bug: 119086738 Test: CHECK_ELF_FILES=true make -j check-elf-files Change-Id: I84ff9f6157ad6e5ee26234133fb7148a3e2b9551
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.