Merge changes from topic "sbox_tools"
* changes: Sandbox genrule tools Call ctx.InstallFile for uninstallable cc modules Don't copy uninstallable variants of NDK libraries to sysroot
This commit is contained in:
@@ -90,7 +90,7 @@ func (mod *Module) SetImageVariation(ctx android.BaseModuleContext, variant stri
|
||||
vndkVersion := ctx.DeviceConfig().VndkVersion()
|
||||
if vndkVersion != "current" && vndkVersion != "" && vndkVersion != m.Properties.VndkVersion {
|
||||
m.Properties.HideFromMake = true
|
||||
m.SkipInstall()
|
||||
m.HideFromMake()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user