Merge "Implement detecting container violations." into main

This commit is contained in:
Treehugger Robot
2024-08-28 04:39:12 +00:00
committed by Gerrit Code Review
17 changed files with 225 additions and 19 deletions

View File

@@ -2099,6 +2099,7 @@ 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
}