Merge "rust modules respects the installable property"
This commit is contained in:
@@ -663,7 +663,7 @@ func (mod *Module) CoverageFiles() android.Paths {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (mod *Module) installable(apexInfo android.ApexInfo) bool {
|
func (mod *Module) installable(apexInfo android.ApexInfo) bool {
|
||||||
if !mod.EverInstallable() {
|
if !proptools.BoolDefault(mod.Installable(), mod.EverInstallable()) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user