commit | 5b6f5a7bcc90fd51109f13d21af01f56ea56a043 | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Fri Apr 16 16:40:59 2021 -0400 |
committer | Liz Kammer <eakammer@google.com> | Fri Apr 16 16:40:59 2021 -0400 |
tree | 6bd86abd7c44b50eab83bcde1c5c3b011920b517 | |
parent | 507e84a26627a4f95bc7bd989bae49b7f477f716 [diff] |
Add LOCAL_FULL_VINTF_FRAGMENTS to handle full path Soong supports references to other modules for vintf_fragments property, so full paths need to be passed from Soong to make rather than module local paths. Test: m droid Bug: 184567830 Change-Id: Ia7f1cf977de8aeb08d41624277ff6231198222e5
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.