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

@@ -2099,7 +2099,6 @@ func (module *SdkLibrary) topLevelStubsLibraryProps(mctx android.DefaultableHook
props.Dist.Dir = proptools.StringPtr(module.apiDistPath(apiScope))
props.Dist.Tag = proptools.StringPtr(".jar")
}
props.Is_stubs_module = proptools.BoolPtr(true)
return props
}