java_sdk_library: Remove unused SetNoDist method

This method was added for use in sysprop_library.go but it is no longer
used there. So, this change removes it.

Bug: 173715943
Test: m nothing
Change-Id: I0c2ae8a8d515faf2692eca2aaed63475fdb6a196
This commit is contained in:
Paul Duffin
2020-11-19 19:14:01 +00:00
parent 7a64f7e5b6
commit e3ecd6c7a8

View File

@@ -1482,10 +1482,6 @@ func (module *SdkLibrary) SdkImplementationJars(ctx android.BaseModuleContext, s
return module.sdkJars(ctx, sdkVersion, false /*headerJars*/)
}
func (module *SdkLibrary) SetNoDist() {
module.sdkLibraryProperties.No_dist = proptools.BoolPtr(true)
}
var javaSdkLibrariesKey = android.NewOnceKey("javaSdkLibraries")
func javaSdkLibraries(config android.Config) *[]string {