|
|
@@ -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)
|