commit | 3482c8930398a4ebabfabc74a6a01e3b9e660db6 | [log] [tgz] |
---|---|---|
author | Hridya Valsaraju <hridya@google.com> | Tue Aug 28 21:14:57 2018 -0700 |
committer | Hridya Valsaraju <hridya@google.com> | Thu Sep 06 21:21:16 2018 -0700 |
tree | 02c6121f507b337abf64e6f1c1860b15bf5e154b | |
parent | 0e0ef050f9d9601bed195d03dc64156a0be8820c [diff] |
Add fastboot HAL to VNDK Bug: 79480454 Bug: 78793464 Test: make Change-Id: Ib9fa4161579d666a3276a1a4193b750b64653760
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.