Support multilib in apex.
Bug: b/208325023 Test: Added unit tests, also tested with adbd apex build manually. Change-Id: I47e04cd4eb5d05227f0a84683dcb66dff00e3514
This commit is contained in:
@@ -1932,6 +1932,10 @@ func (m *ModuleBase) VintfFragments() Paths {
|
||||
return append(Paths{}, m.vintfFragmentsPaths...)
|
||||
}
|
||||
|
||||
func (m *ModuleBase) CompileMultilib() *string {
|
||||
return m.base().commonProperties.Compile_multilib
|
||||
}
|
||||
|
||||
// SetLicenseInstallMap stores the set of dependency module:location mappings for files in an
|
||||
// apex container for use when generation the license metadata file.
|
||||
func (m *ModuleBase) SetLicenseInstallMap(installMap []string) {
|
||||
|
Reference in New Issue
Block a user