commit | 48a0af51f21c6332611f87c50d2075d4fd42e447 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Tue Jun 25 18:09:23 2019 +0800 |
committer | SzuWei Lin <szuweilin@google.com> | Fri Sep 20 10:33:06 2019 +0800 |
tree | a8cae7427c95a0441b44306dffbde83626775b6d | |
parent | 7c7e3e69bd03781ce2fb6802e2609b2ab224e000 [diff] |
Phase out Legacy GSI and gsi_common.mk The Legacy GSI is used on O/O-MR1 devices. Do not need to support anymore. Phase out it. Bug: 135977699 Test: none Change-Id: I48b563a3aceca3c926e744165eb1dd88eff7a3d2
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.