Add vintf_fragments.

Bug: 66917623
Test: fragments are loaded in the right place
Test: boot device which is depending on fragments
Test: androidmk file which uses LOCAL_VINTF_FRAGMENTS properly
    converted
Change-Id: I366b731cf8d5ecf51851866f441ff1c517da75cf
This commit is contained in:
Steven Moreland
2018-04-04 15:42:19 -07:00
parent bc30a77591
commit 57a23d2f20
3 changed files with 7 additions and 0 deletions

View File

@@ -242,6 +242,9 @@ type commonProperties struct {
// init.rc files to be installed if this module is installed
Init_rc []string
// VINTF manifest fragments to be installed if this module is installed
Vintf_fragments []string
// names of other modules to install if this module is installed
Required []string `android:"arch_variant"`