Merge "Export API files as part of the java_sdk_library"
This commit is contained in:
@@ -383,6 +383,7 @@ type ApiFilePath interface {
|
||||
// Provider of information about API stubs, used by java_sdk_library.
|
||||
type ApiStubsProvider interface {
|
||||
ApiFilePath
|
||||
RemovedApiFilePath() android.Path
|
||||
StubsSrcJar() android.Path
|
||||
}
|
||||
|
||||
@@ -1271,6 +1272,10 @@ func (d *Droidstubs) ApiFilePath() android.Path {
|
||||
return d.apiFilePath
|
||||
}
|
||||
|
||||
func (d *Droidstubs) RemovedApiFilePath() android.Path {
|
||||
return d.removedApiFile
|
||||
}
|
||||
|
||||
func (d *Droidstubs) StubsSrcJar() android.Path {
|
||||
return d.stubsSrcJar
|
||||
}
|
||||
|
Reference in New Issue
Block a user