Merge "Remove soong.config, FileConfigurableOptions, MegaDevice config."

This commit is contained in:
Jingwen Chen
2020-12-03 02:07:35 +00:00
committed by Gerrit Code Review
5 changed files with 4 additions and 108 deletions

View File

@@ -2399,10 +2399,6 @@ func (m *moduleContext) skipInstall(fullInstallPath InstallPath) bool {
if m.Config().KatiEnabled() && !m.InstallBypassMake() {
return true
}
if m.Config().SkipMegaDeviceInstall(fullInstallPath.String()) {
return true
}
}
return false