commit | bbdb6cbb6948b407be860a72b075108a3c756220 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Oct 15 14:59:27 2019 -0700 |
committer | Steven Moreland <smoreland@google.com> | Wed Oct 16 16:35:17 2019 +0000 |
tree | a7269172bfa1562a1d6a6b8d3ce57ad15f81389f | |
parent | 3654beb83dbdf9a25de7b324dd624aca365e0acd [diff] |
host_init_verifier: no HIDL_INTERFACE_HIERARCHY Since this is built into host_init_verifier now. Bug: 141567104 Test: build w/ and w/o host_init_verifier throwing a related error Change-Id: I75a8c373fcfb054a5074039211134761596600c3
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.