commit | 5232f099f6140182c81f4b25083ba3fb4280e7cd | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Sat Feb 10 04:03:32 2018 +0000 |
committer | Tao Bao <tbao@google.com> | Sat Feb 10 04:03:32 2018 +0000 |
tree | 18265486edc8f500d649af797e81fc27f254ac0c | |
parent | 14a3217ff928c21ffeceec4ec187332fcaf9f8f4 [diff] |
Revert^2 "Replace $(shell find | sort) with $(sort $(shell find))" This reverts commit 14a3217ff928c21ffeceec4ec187332fcaf9f8f4. Reason for revert: Wrong blame for b/73143444. Change-Id: Ibb23349fcbb3c1b855afdd426317e8d2d4fc0adc
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.