commit | 5f97aef277cf25fbd7562881849fe549204f533f | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Fri Jan 26 00:16:38 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jan 26 00:16:38 2018 +0000 |
tree | 338c9d9bf65932e60dda3ad47e3b68fb2d12307b | |
parent | 0c9dce22c047fd9f3fffb4f0e98e7d819a37b7aa [diff] | |
parent | 74f173806b6212af7da75dc3fd1f508018ae4016 [diff] |
Merge "Apply hiddenapi build tool on boot jars" am: 221848b181 am: b1831cf27e am: 74f173806b Change-Id: I60a5482f2a04429e3dcbf47ed82441cb3c702cdc
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.