Move stub providers to droidstubs.go
They fit better there than in droiddoc.go. Test: m nothing Change-Id: I44588f1df2094f14881f920246bd19ffc6e1615c
This commit is contained in:
@@ -193,23 +193,6 @@ func apiCheckEnabled(ctx android.ModuleContext, apiToCheck ApiToCheck, apiVersio
|
||||
return false
|
||||
}
|
||||
|
||||
// Used by xsd_config
|
||||
type ApiFilePath interface {
|
||||
ApiFilePath() android.Path
|
||||
}
|
||||
|
||||
type ApiStubsSrcProvider interface {
|
||||
StubsSrcJar() android.Path
|
||||
}
|
||||
|
||||
// Provider of information about API stubs, used by java_sdk_library.
|
||||
type ApiStubsProvider interface {
|
||||
ApiFilePath
|
||||
RemovedApiFilePath() android.Path
|
||||
|
||||
ApiStubsSrcProvider
|
||||
}
|
||||
|
||||
//
|
||||
// Javadoc
|
||||
//
|
||||
|
Reference in New Issue
Block a user