| Index: README.md |
| =================================================================== |
| --- a/README.md |
| +++ b/README.md |
| @@ -6,15 +6,6 @@ |
| Building |
| -------- |
| -Follow Mozilla's [Building Fennec](https://wiki.mozilla.org/Mobile/Fennec/Android) |
| -guide, setting up your _.mozconfig_ as follows: |
| +Follow Mozilla's [Building Fennec][1] guide. |
| - ac_add_options --with-android-ndk="$ANDROID_NDK_ROOT" |
| - ac_add_options --with-android-sdk="$ANDROID_HOME/platforms/android-19" |
| - |
| - # android options |
| - ac_add_options --enable-application=mobile/android |
| - ac_add_options --target=arm-linux-androideabi |
| - |
| - # branding |
| - ac_add_options --with-branding=mobile/android/branding/adblockbrowser |
| +[1]: https://wiki.mozilla.org/Mobile/Fennec/Android |