commit | b9e8d8cac8c99c311be62880655981ed2fe32691 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Mon Sep 23 14:00:37 2019 -0700 |
committer | David Anderson <dvander@google.com> | Mon Oct 07 17:13:11 2019 -0700 |
tree | da5d195607c3ccd5f0e744a569f230403f9d75fd | |
parent | 0fee5b9d55dfd7add6d8c18bce3494bb03ad32c0 [diff] |
Add IBootControl HAL 1.1. Bug: 138861550 Test: m check-vndk-list Test: m Change-Id: If09d031e5acf1178fce942526782a41426c5180b Merged-In: If09d031e5acf1178fce942526782a41426c5180b
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.