Merge "Refactor vendor snapshot to use LinkableInterface." am: 7ce2dee09e
am: 61c475060a
am: 001c11e93a
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1680606 Change-Id: Ifff15886dba6bda0754d086456a1db3b7524e4ed
This commit is contained in:
@@ -893,7 +893,7 @@ func (a *AndroidApp) IsNativeCoverageNeeded(ctx android.BaseModuleContext) bool
|
||||
return ctx.Device() && ctx.DeviceConfig().NativeCoverageEnabled()
|
||||
}
|
||||
|
||||
func (a *AndroidApp) PreventInstall() {
|
||||
func (a *AndroidApp) SetPreventInstall() {
|
||||
a.appProperties.PreventInstall = true
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user