commit | 63e1c37e6fb007e5af25f88aee4232735fd15612 | [log] [tgz] |
---|---|---|
author | Kousik Kumar <kousikk@google.com> | Thu Sep 17 03:14:33 2020 +0000 |
committer | Kousik Kumar <kousikk@google.com> | Tue Sep 22 17:58:24 2020 +0000 |
tree | faafcd0e67252067c393fa3b3c659074f6b96294 | |
parent | 83bdf4b2960399c119ebebd432aad3b9fbd4b50b [diff] |
resolve merge conflicts of 22ccf36b1ba7cd51e5b76a25f9b028944c1a7703 to rvc-dev Bug: b/167405184 Change-Id: Ide73513d5822670eeb16e6b4a4332d1dc77567de Merged-In: Ic8a8adb3fffb357754384ddbf13684d944a9767e
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.