Merge "Revert "Implement detecting container violations."" into main

This commit is contained in:
Satish Yalla
2024-08-28 05:48:21 +00:00
committed by Gerrit Code Review
17 changed files with 19 additions and 225 deletions

View File

@@ -593,13 +593,6 @@ func (j *Module) InstallInProduct() bool {
return j.ProductSpecific()
}
var _ android.StubsAvailableModule = (*Module)(nil)
// To safisfy the StubsAvailableModule interface
func (j *Module) IsStubsModule() bool {
return proptools.Bool(j.properties.Is_stubs_module)
}
func (j *Module) CheckStableSdkVersion(ctx android.BaseModuleContext) error {
sdkVersion := j.SdkVersion(ctx)
if sdkVersion.Stable() {