commit | 9546d67fe956a751df9de6fc43177434f72c92bf | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Fri Jun 01 14:07:52 2018 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Wed Jun 06 15:09:58 2018 -0700 |
tree | 29baebb99db1003cbcbd497698b222478b9097e4 | |
parent | bc965aa7a9076f700114ea29d48883c476936692 [diff] |
Use llvm-{objcopy,strip} when clang lld is used. * PRIVATE_OBJCOPY is still set to objcopy and used when llvm-objcopy cannot replace objcopy. Bug: 80093681 Test: build/boot with USE_CLANG_LLD=true Change-Id: I4bd8a53f74864b49e007f0c5f1b0f4b16e121135
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.