commit | 5e0226b816c2d182b5dcf24ac65a8fbd550c81de | [log] [tgz] |
---|---|---|
author | Suprabh Shukla <suprabh@google.com> | Mon Apr 29 12:01:23 2019 -0700 |
committer | Suprabh Shukla <suprabh@google.com> | Tue Apr 30 00:48:01 2019 +0000 |
tree | 4918df808ca24aef24dd345421e2f582112f2316 | |
parent | 46f7e88c27accc91cea7a88d9d33388c2af19d10 [diff] |
RESTRICT AUTOMERGE Updating the platform sdk version for Q Test: Builds, boots. Bug: 129975435 Change-Id: I98d35b36c540a258e17d18210eb4e93717abacc6
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.