Remove unused field 'subAndroidMkOnce'.
Test: m crosvm vmbase_example_bin Change-Id: Ica201b8bfa89073bcd7d5e3c1a2822adfe7ad28c
This commit is contained in:
parent
6cf5e0d9cb
commit
c61652ee5a
1 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue