commit | 979f9f9b180985e651c92c520364c5054e21d7d2 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Jun 25 12:33:35 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Jun 26 00:35:46 2018 +0000 |
tree | 816548198d794f079aacc73ddfd841576697346c | |
parent | 674454f223f5185c2ed15ed6fd0bddda048e6469 [diff] |
Disable standalone relocation packer We only support relocation packing inside lld now, remove calls to the standalone relocation packer. Any shared library built with LOCAL_USE_CLANG_LLD := false will no longer have relocation packing. This will also prevent relocation packing on prebuilt shared libraries. Also enables relocation packing on Darwin since lld will work on Darwin. Bug: 110715614 Test: m checkbuild Change-Id: Ib4d4bc86f164d05dd78455c8e7605d4b4f5a2a77
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.