Bug 1247375 - Part 3: Use Gradle to build Fennec with --disable-compile-environment. r=glandium

MozReview-Commit-ID: 3oolQKHxkBs
This commit is contained in:
Nick Alexander 2016-02-12 10:07:11 -08:00
parent 0f0d885623
commit 0376933f7c
2 changed files with 19 additions and 0 deletions

View File

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

View File

@ -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
}
]