commit | 701f161eb6333b9fa75f8612e9fc47910e93cec6 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed Apr 13 16:40:06 2022 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Fri Apr 15 10:17:18 2022 -0700 |
tree | fca9d1e3694ec8906273bf67eb9d51c2c8df6cf8 | |
parent | 90814c070685cf4f1ba465d8daf1bc61b7aac932 [diff] |
Allow init_rc files to be installed in ramdisk Test: th Test: m target-file-package, then check INIT_BOOT dir of target file, make sure snapuserd.rc is there Bug: 219841787 Bug: 228893064 Change-Id: Iac3f219c763fbf8acd17f0339089c7576974dc05
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.