commit | 6215e436f335591ecd10bbed08e2548c8b926463 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Aug 22 10:47:16 2019 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Thu Aug 22 10:47:16 2019 -0700 |
tree | e09075fd675d5197c34bc3f2d54b6e52ea1db5ca | |
parent | 39369d08fba28ea6ff0774939c6c9b60a76485ca [diff] |
Fix host-init-verifier regression After the split up of prebuilt_internal.mk, the logic for running host-init-verifier on init.rc files was misplaced. This change moves it back to the right location. Test: see that a mistake in rootdir/init.rc causes the build to fail Change-Id: I60e503cc48639f4f11c47e6636f140672fde61b4
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.