mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1247375 - Part 3: Use Gradle to build Fennec with --disable-compile-environment. r=glandium
MozReview-Commit-ID: 3oolQKHxkBs
This commit is contained in:
parent
0f0d885623
commit
0376933f7c
@ -11,6 +11,9 @@ MOZ_AUTOMATION_UPLOAD_SYMBOLS=0
|
||||
|
||||
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
||||
|
||||
ac_add_options --with-gradle="$topsrcdir/gradle/bin/gradle"
|
||||
export GRADLE_MAVEN_REPOSITORY="file://$topsrcdir/jcentral"
|
||||
|
||||
ac_add_options --disable-compile-environment
|
||||
ac_add_options --disable-tests
|
||||
|
||||
|
@ -22,5 +22,21 @@
|
||||
"algorithm": "sha512",
|
||||
"filename": "java_home-1.7.0-openjdk-1.7.0.85.x86_64.tar.xz",
|
||||
"unpack": true
|
||||
},
|
||||
{
|
||||
"algorithm": "sha512",
|
||||
"visibility": "public",
|
||||
"filename": "jcentral.tar.xz",
|
||||
"unpack": true,
|
||||
"digest": "b5d85a917785e1c034318f7495fef27a6274b04d8640245726b0cf1331b7ac374f5757868901c3fadd930bf10603173a706be653d769dde8ddfdb8673b143363",
|
||||
"size": 38596168
|
||||
},
|
||||
{
|
||||
"algorithm": "sha512",
|
||||
"visibility": "public",
|
||||
"filename": "gradle.tar.xz",
|
||||
"unpack": true,
|
||||
"digest": "ef1d0038da879cc6840fced87671f8f6a18c51375498804f64d21fa48d7089ded4da2be36bd06a1457083e9110e59c0884f1e074dc609d29617c131caea8f234",
|
||||
"size": 50542140
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user