commit | c5604a02f7adc686aec916a3506105d3e8fd6edc | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Tue Nov 10 15:33:41 2020 -0800 |
committer | Daniel Norman <danielnorman@google.com> | Wed Nov 18 11:36:19 2020 -0800 |
tree | 11d3e31f2719638074e146219166c9aa41b71426 | |
parent | fa91bf2fadfb1cd044736d4c646ca37466503554 [diff] |
Adds a new build task to run host_init_verifier on partition dirs. Also includes passwd_system_ext in copy-init-script-file-checked, seemingly left out as an oversight. Bug: 163089173 Test: Treehugger build targets Change-Id: I3b972e4677a6adad2c515f5762e0062803453d18
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.