Merge "Remove unused field 'subAndroidMkOnce'."

This commit is contained in:
Treehugger Robot
2023-01-31 21:52:29 +00:00
committed by Gerrit Code Review

View File

@@ -31,9 +31,8 @@ type BaseSourceProvider struct {
Properties SourceProviderProperties
// The first file in OutputFiles must be the library entry point.
OutputFiles android.Paths
subAndroidMkOnce map[SubAndroidMkProvider]bool
subName string
OutputFiles android.Paths
subName string
}
var _ SourceProvider = (*BaseSourceProvider)(nil)