]> gitweb.stoutner.com Git - PrivacyBrowserROMIntegration.git/blobdiff - README
Release 2.14.
[PrivacyBrowserROMIntegration.git] / README
diff --git a/README b/README
index bf93acbcdb3b88c87c24c861947ec70ebf8cea54..b49c261ca82b142f8f83680af5bdb955537f9e6a 100644 (file)
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
-Privacy Browser copyright © 2015-2017 Soren Stoutner <soren@stoutner.com>.
+Privacy Browser copyright © 2015-2018 Soren Stoutner <soren@stoutner.com>.
 
 https://www.stoutner.com/privacy-browser/
 
 Privacy Browser is released under the GPLv3+ license.
 
-http://www.gnu.org/licenses/lgpl-3.0.html
+http://www.gnu.org/licenses/gpl-3.0.html
 
 The source code is available from git.stoutner.com.
 
@@ -15,4 +15,9 @@ Feature requests and bug reports can be submitted at https://redmine.stoutner.co
 To integrate Privacy Browser into a ROM build, add the following lines to the build manifest:
 
 <remote name="stoutner" fetch="git://git.stoutner.com" />
-  <project path="external/stoutner/privacy-browser" remote="stoutner" name="git/PrivacyBrowserROMIntegration.git" revision="master" />
+<project path="external/stoutner/privacy-browser" remote="stoutner" name="git/PrivacyBrowserROMIntegration.git" revision="master" />
+
+The sample Android.mk file replaces the `Browser` or `Browser2` package from AOSP.
+If you have removed them from your build manifest, you need to add the following statement to your device configuration:
+
+PRODUCT_PACKAGES += privacy-browser