Merge "Don't install stubs" am: f576fcd413

am: 32386a41e1

Change-Id: I068e1e6907070769dacd5a04f4d86a7a66fa01ce
This commit is contained in:
Dongwon Kang 2018-12-12 10:50:02 -08:00 committed by android-build-merger
commit ca2ee9f499

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 {