Index: README.md |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/README.md |
@@ -0,0 +1,20 @@ |
+Adblock Browser |
+=============== |
+ |
+The Adblock Plus browser, based on Firefox for Android. |
+ |
+Building |
+-------- |
+ |
+Follow Mozilla's [Building Fennec](https://wiki.mozilla.org/Mobile/Fennec/Android) |
+guide, setting up your _.mozconfig_ as follows: |
+ |
+ 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 |