commit | 65e4560308b4086e77330f986473ffe18ae93a7c | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Mon Nov 12 09:32:47 2018 -0800 |
committer | Yi Kong <yikong@google.com> | Mon Nov 12 17:38:00 2018 +0000 |
tree | 060c79e6f3b689791b3d105a403070ee2d62cf0c | |
parent | a81a534c58eb618efd332d961cc82b2dfb3f0b98 [diff] |
Always get target llvm rtlib from Linux toolchain directory To avoid duplication, we would only ship one copy of the target llvm runtime library. Change the source path to Linux on Darwin host. Test: m checkbuild Bug: 119288831 Bug: 119270185 Change-Id: Ie32d65d6647765a5060078cc61a089e5a47c3a36
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.