Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 6349873972510720: Add the Adblock Browser branding (Closed)
Patch Set: Created Nov. 19, 2014, 1:47 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld