commit | 221572a7b4dadb6fe3b99d55410f3c4b46fc8981 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Jun 07 21:07:50 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jun 07 21:07:50 2018 -0700 |
tree | a273676b74ea63a43391a791ddda43315071257f | |
parent | 23508266a80e5ec6ea873f742b7b1ffe51bb38c7 [diff] | |
parent | ef534a7888c03455c89fc305c909318ff41fd80f [diff] |
Merge "Use llvm-{objcopy,strip} when clang lld is used." am: 87d8dc4d4e am: ef534a7888 Change-Id: I25f238309ed4da074ca908d6636fca8cf4f4963f
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.