Merge "Don't install stubs"

This commit is contained in:
Dongwon Kang 2018-12-12 18:15:35 +00:00 committed by Gerrit Code Review
commit f576fcd413

View file

@ -1055,6 +1055,7 @@ func VersionMutator(mctx android.BottomUpMutatorContext) {
m.(*Module).Properties.HideFromMake = true
m.(*Module).sanitize = nil
m.(*Module).stl = nil
m.(*Module).Properties.PreventInstall = true
}
}
} else {