commit | 1785dcfe5237ba5438bcc6a914820d274db1d8dd | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Dec 27 00:25:03 2019 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Dec 27 00:25:03 2019 +0000 |
tree | a05f57b6642c7b1f0364f1240d047f35ce56b66a | |
parent | 541c3e98cf7e2e6829c0ef14869b78db05e25458 [diff] | |
parent | 63e1d4d8994d710d48badca5683e79cf988d0e7e [diff] |
Merge "Do not build ld.config.txt" am: f1ef5591f1 am: 63e1d4d899 Change-Id: I1bb0689958d9af85e9b78a8c832f13887a889197
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.