commit | be0c47941e6842cd14d72dd0ee3f455123e20bf2 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Mon Oct 28 14:03:27 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 28 14:03:27 2019 -0700 |
tree | bd600f5928ece178b7989f718e506289d7f17cbc | |
parent | e6a11e7351a682878ed9bd5b5a120739c89ec3ab [diff] | |
parent | dcef27c2adf9772eab230512524139fd7cfb12e5 [diff] |
Merge "Stop linking libdl.a into static bins" am: fe43a3f2cb am: e22800852f am: 0ba1b3f2e8 am: dcef27c2ad Change-Id: I80dec88b7171cdc295dce7975d68a6bb214e35c0
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.