commit | 87163300c25a1f4946298f6bc4bfce567bf1e3e2 | [log] [tgz] |
---|---|---|
author | Michael Wright <michaelwr@google.com> | Wed Feb 07 12:08:51 2018 +0000 |
committer | Michael Wright <michaelwr@google.com> | Wed Feb 07 12:08:51 2018 +0000 |
tree | cd31992d034e848b84a1bc6f941298d4eb01e0b5 | |
parent | 6e9648796810c4a2a05ac71c6cdc58167a144173 [diff] |
Revert "Correct some GSI settings to board makefile" This reverts commit 6e9648796810c4a2a05ac71c6cdc58167a144173. Reason for revert: build_test broken by this change. Change-Id: I0f48bb84dc8c521540c745814daa11c2900ac2c8
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.