build: keep geth-sources.jar build result for JavaDoc (#21596)

* ci: tooltips for javadoc for mobile app

* f space
This commit is contained in:
Marius van der Wijden
2020-09-28 20:11:30 +02:00
committed by GitHub
parent 666092936c
commit 901471f733
2 changed files with 4 additions and 1 deletions

View File

@ -836,6 +836,7 @@ func doAndroidArchive(cmdline []string) {
if *local {
// If we're building locally, copy bundle to build dir and skip Maven
os.Rename("geth.aar", filepath.Join(GOBIN, "geth.aar"))
os.Rename("geth-sources.jar", filepath.Join(GOBIN, "geth-sources.jar"))
return
}
meta := newMavenMetadata(env)