commit | e3d0b83f76b8d39a499adcab8fbbc96f72dc72f0 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Nov 30 02:16:53 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Nov 30 02:16:53 2017 +0000 |
tree | 0945f7c9ae8456f9bb8fe3bf4e0c96ff78cadb50 | |
parent | 4eeae43590ae536af44229d744150db4544c8f62 [diff] | |
parent | 142a601bd35025ff50d10c9f2a7aed40a4a4ed0f [diff] |
Merge "Switch unused deprecated variables to obsolete" am: f170166521 am: f20b59e4d7 am: 142a601bd3 Change-Id: I8a6292d13c4a9b8b654830bf3ffff9cf140ea1dc
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.