commit | c0b883fe77d1f9b0a0d8b02fdf7199b9c730fd28 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Wed Oct 23 12:54:09 2019 +0900 |
committer | Justin Yun <justinyun@google.com> | Mon Oct 28 14:31:24 2019 +0900 |
tree | d52a37a194da8525a20da4dc4b323b6af140485f | |
parent | 047f2fd43ec7bb417c4864a133b8475363e90792 [diff] |
Add zygote init script to mainline_system.mk We may add all possible scripts to "root" to clean up the whitelists of mainline devices. One of the zygote init scripts is selected by "ro.zygote" property. Bug: 143121605 Test: build test for all device targets Change-Id: I4435f1c48a306c3a8d42522ed780d405a32780b4
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.