| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 Adblock Browser | 1 Adblock Browser |
| 2 =============== | 2 =============== |
| 3 | 3 |
| 4 The Adblock Plus browser, based on Firefox for Android. | 4 The Adblock Plus browser, based on Firefox for Android. |
| 5 | 5 |
| 6 Building | 6 Building |
| 7 -------- | 7 -------- |
| 8 | 8 |
| 9 Follow Mozilla's [Building Fennec](https://wiki.mozilla.org/Mobile/Fennec/Androi d) | 9 Follow Mozilla's |
|
René Jeschke
2015/02/18 14:52:30
Is this newline really needed here?
Felix Dahlke
2015/02/18 15:02:28
Yeah, to stick to 80 columns, I'm usually putting
René Jeschke
2015/02/18 15:07:26
How about:
Follow Mozilla's [Building Fennec][] gu
Felix Dahlke
2015/02/18 15:14:42
Done. Wasn't aware that's possible, woohoo :D
| |
| 10 guide, setting up your _.mozconfig_ as follows: | 10 [Building Fennec](https://wiki.mozilla.org/Mobile/Fennec/Android) guide. |
| 11 | |
| 12 ac_add_options --with-android-ndk="$ANDROID_NDK_ROOT" | |
| 13 ac_add_options --with-android-sdk="$ANDROID_HOME/platforms/android-19" | |
| 14 | |
| 15 # android options | |
| 16 ac_add_options --enable-application=mobile/android | |
| 17 ac_add_options --target=arm-linux-androideabi | |
| 18 | |
| 19 # branding | |
| 20 ac_add_options --with-branding=mobile/android/branding/adblockbrowser | |
| OLD | NEW |