commit | 51c49e590d5971a8fcf007fddb4f96df79f2093f | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Jul 23 21:38:00 2020 +0000 |
committer | Dan Willemsen <dwillemsen@google.com> | Thu Jul 23 21:38:00 2020 +0000 |
tree | 49f8bc8b44599cf2faf354a66f18e9930ac93571 | |
parent | 3e1c9115d1e53cee4b77adb8e02bf6cb5a2c189a [diff] |
Revert "Move some prebuilt build tool configs to Soong" This reverts commit 3e1c9115d1e53cee4b77adb8e02bf6cb5a2c189a. Reason for revert: broke builds where makefiles were using M4 without depending upon it Change-Id: Ib2deef08255656b91cb8ec42f1cb7e9555364f23
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.