commit | 6d74870a67258ba49afbd4054f9f4cee18420817 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Wed Mar 31 15:30:30 2021 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Wed Mar 31 15:33:35 2021 -0700 |
tree | 329c2b818aa72b5ccf7f0c761261ab7f1878d89b | |
parent | fe5799af6ba8237149966600194e168a1da5dccd [diff] |
Revert^2 "Switch platform-NDK unwinder to LLVM libunwind.a prebuilt" This reverts commit 9cd4aff30497ddc2d358e3dbcf9cb09570b2c337. Bug: http://b/153025717 Test: treehugger Change-Id: I548ca3dd5bdddb52199b4b5e1455832ee1d28125
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.