Merge changes from topic "product_variable_vintf_fragments" into main
* changes: Variables uses vintf_fragment_modules Append vintf_fragment_modules as required for AndroidMk
This commit is contained in:
@@ -516,6 +516,7 @@ func (a *AndroidMkEntries) fillInEntries(ctx fillInEntriesContext, mod blueprint
|
||||
a.Include = "$(BUILD_PREBUILT)"
|
||||
}
|
||||
a.Required = append(a.Required, amod.RequiredModuleNames(ctx)...)
|
||||
a.Required = append(a.Required, amod.VintfFragmentModuleNames(ctx)...)
|
||||
a.Host_required = append(a.Host_required, amod.HostRequiredModuleNames()...)
|
||||
a.Target_required = append(a.Target_required, amod.TargetRequiredModuleNames()...)
|
||||
|
||||
|
@@ -187,10 +187,10 @@ type variableProperties struct {
|
||||
// release_aidl_use_unfrozen is "true" when a device can
|
||||
// use the unfrozen versions of AIDL interfaces.
|
||||
Release_aidl_use_unfrozen struct {
|
||||
Cflags []string
|
||||
Cmd *string
|
||||
Required []string
|
||||
Vintf_fragments []string
|
||||
Cflags []string
|
||||
Cmd *string
|
||||
Required []string
|
||||
Vintf_fragment_modules []string
|
||||
}
|
||||
} `android:"arch_variant"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user