commit | bfdf765f97a46143f09044f68cba52b7b3d2cb71 | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Mon Jul 08 16:55:07 2019 -0700 |
committer | Daniel Norman <danielnorman@google.com> | Tue Jul 09 20:18:49 2019 +0000 |
tree | 4c33b3d3c7ee653e64e8d65e1a1e7c78c211d7ee | |
parent | 28142690baa94cbe91aa19183de6a0666a7498b1 [diff] |
Changes host_init_verifier to use hidl interface inheritance hierarchy. Bug: 118016875 Test: Added 'interface' lines to an init_rc file and observed errors when misspelled or missing entire inheritance hierarchy. Change-Id: I71d515e0c12ed74800b9536f07da9fc7bb69597e
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.