Merge "rust modules respects the installable property"
This commit is contained in:
commit
f7ff81ca95
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ func (mod *Module) CoverageFiles() android.Paths {
|
|||
}
|
||||
|
||||
func (mod *Module) installable(apexInfo android.ApexInfo) bool {
|
||||
if !mod.EverInstallable() {
|
||||
if !proptools.BoolDefault(mod.Installable(), mod.EverInstallable()) {
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue