-# Privacy Browser copyright © 2015-2017 Soren Stoutner <soren@stoutner.com>.
+# Privacy Browser copyright © 2017 Soren Stoutner <soren@stoutner.com>.
#
# Privacy Browser is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# Replace system references to `Browser` and `Browser2` with Privacy Browser.
LOCAL_OVERRIDES_PACKAGES := Browser Browser2
+# Uncomment the following line if you have removed the `Browser` or `Browser2` repository in the your local manifest.
+# PRODUCT_PACKAGES := privacy-browser
+
# Indicate that this is an optional build (as opposed to `users`, `eng`, or `tests`).
LOCAL_MODULE_TAGS := optional
The purpose of this repo is to make it easy to integrate Privacy Browser into ROMs. It is updated with each release of Privacy Browser.
-Feature requests and bug reports can be made at https://redmine.stoutner.com/projects/privacy-browser-rom-integration.
+Feature requests and bug reports can be submitted at https://redmine.stoutner.com/projects/privacy-browser-rom-integration.
+
+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" />