protoncore_android/gopenpgp/build-config.json

32 lines
833 B
JSON

{
"go_version":"1.17.1",
"build_dir":"build",
"out_dir":"out",
"go_mobile_dir":"mobile",
"go_mobile_flags": [
"-x",
"-ldflags=\"-s -w \""
],
"build_name":"gopenpgp",
"commit_message": "Build for gopenpgp v2.2.4 and go-srp v0.0.2",
"upload_branch": "feat/gopenpgp/update-2.2.4+0.0.2",
"java_pkg":"com.proton.gopenpgp",
"targets":["android"],
"requirements": [
{
"module":
{
"path":"github.com/ProtonMail/gopenpgp/v2",
"version":"v2.2.4"
},
"packages": ["crypto", "armor", "constants", "models", "subtle", "helper"]
},
{
"module":{
"path":"github.com/ProtonMail/go-srp",
"version": "v0.0.2"
}
}
]
}