I use the ANDROID_SDK_VERSION and ANDROID_NDK_VERSION variables in my mozconfig to keep up with the builders. (defined here https://mxr.mozilla.org/mozilla-central/source/mobile/android/config/mozconfigs/common#20).
-Brad On Fri, Jun 5, 2015 at 8:51 AM, Margaret Leibovic < [email protected]> wrote: > I also updated the main wiki page to include this update to the sample > mozconfig: > https://wiki.mozilla.org/Mobile/Fennec/Android#Preparing_a_Fennec_mozconfig > > Hopefully the rest of this is still accurate. > > Margaret > > On Thu, Jun 4, 2015 at 10:56 PM, Michael Comella < > [email protected]> wrote: > >> Hey, all. >> >> I've upgraded the builders (i.e. Treeherder, Nightly builds) to use the >> latest stable Android SDK tools [1] (i.e. not the Android M preview which >> requires a minSdkVersion of M x_x). The builders are currently using: >> * Tools r24.3 >> * Platform-tools r22 >> * Build-tools r22.0.1 >> * Google play services r25 >> * Platform 22 (non-preview) >> * Support library r22.2 >> >> Which means this configuration should be stable. You can use the >> `android` utility to make these upgrades. You should also update your >> mozconfig to point to platform version 22, which will allow us to use API >> level 22 (not M) features (i.e. >> >> >> >> *ac_add_options >> --with-android-sdk="/usr/local/opt/android-sdk/platforms/android-22")* >> Due to the mozconfig change, this will also require a clobber. >> >> For future reference, I wrote a guide on how to do this here: >> https://wiki.mozilla.org/Mobile/Fennec/Android/Updating_SDK_on_builders >> >> Let me know if you have any questions or concerns - thanks! >> - Mike (:mcomella) >> >> [1]: https://bugzilla.mozilla.org/show_bug.cgi?id=1165422 >> >> _______________________________________________ >> mobile-firefox-dev mailing list >> [email protected] >> https://mail.mozilla.org/listinfo/mobile-firefox-dev >> >> > > _______________________________________________ > mobile-firefox-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/mobile-firefox-dev > >
_______________________________________________ mobile-firefox-dev mailing list [email protected] https://mail.mozilla.org/listinfo/mobile-firefox-dev

