commit | 5e4584439e1869c83121985a21af688105fb57ab | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Jun 20 21:39:46 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 20 21:39:46 2018 -0700 |
tree | 1cccd3fcc1204c5bda04552f87ddcdf7b69951df | |
parent | 64dd61d03f2a8d7f9b84568c321e4a1fc7aec561 [diff] | |
parent | 45883d45ecd6b335cc4b5ca3cb20b4625df92fb9 [diff] |
Merge "Deprecate implicit make rules" am: 6d3acda913 am: 45883d45ec Change-Id: Ifbbec64ab1a30e1b71eef493800cc5165446f12c
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.