commit | 382be36c4389387a9d683ba3e1277b55f7051deb | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Tue Apr 06 10:37:24 2021 -0400 |
committer | Liz Kammer <eakammer@google.com> | Thu Apr 08 11:33:46 2021 -0400 |
tree | 0ea504718aaaf4f93113faa3dd377a48b1d3f64b | |
parent | bacb3ebb2afa33d86a0ab00c7cc0b9a64140024c [diff] |
Add LOCAL_FULL_INIT_RC to handle init_rc full path Soong supports references to other modules for init_rc property, so full paths need to be passed from Soong to make rather than module local paths. Test: m droid dist Bug: 184567830 Change-Id: Ib1873a3418830f5cbf32e26f55d3ad0ab0d9c9c5
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.