commit | 4f2e0334474788b20d464f1cdbacf421fb0548f8 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Mon Jan 08 18:09:54 2018 +0000 |
committer | Yi Kong <yikong@google.com> | Mon Jan 08 18:09:54 2018 +0000 |
tree | 8b32a953f5132ec012c547ed3356e68f48edba22 | |
parent | 5128702ed3ee97f1415315e69d2663539fc6a132 [diff] |
Revert "Switch to llvm-ar" This reverts commit 5128702ed3ee97f1415315e69d2663539fc6a132. Bug: 71694982 Reason for revert: Broke Mac build Change-Id: I1044eccf943bae3c99e7527bd13989c70743b3d4
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.