Bug 1255855 - Make sample partner build actually build with the fennec-distribution-sample. r=me

DONTBUILD NPOTB

MozReview-Commit-ID: Lv8vUN4JSHP

--HG--
extra : rebase_source : bc436be87952007b018abdbb139db30e80c7fc76
This commit is contained in:
Nick Alexander 2016-03-11 10:48:16 -08:00
parent 8d3ad16663
commit ec9bb5f508
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ ac_add_options --target=arm-linux-androideabi
ac_add_options --with-branding=mobile/android/branding/nightly
ac_add_options --with-android-distribution-directory=/home/worker/workspace/build/partner
# This will overwrite the default of stripping everything and keep the symbol table.
# This is useful for profiling with eideticker. See bug 788680
STRIP_FLAGS="--strip-debug"

View File

@ -48,7 +48,7 @@ task:
PARTNER_BASE_REPOSITORY: 'https://github.com/mozilla/fennec-distribution-sample'
PARTNER_HEAD_REPOSITORY: 'https://github.com/mozilla/fennec-distribution-sample'
PARTNER_HEAD_REV: 756f0378d4cac87e5e6c405249ede5effe082da2
PARTNER_HEAD_REV: master
PARTNER_DEST_DIR: '/home/worker/workspace/build/partner'
maxRunTime: 36000