]> gitweb.stoutner.com Git - PrivacyBrowserROMIntegration.git/blob - README
Update the instructions for ROM integration in README and Android.mk.
[PrivacyBrowserROMIntegration.git] / README
1 Privacy Browser copyright © 2015-2017 Soren Stoutner <soren@stoutner.com>.
2
3 https://www.stoutner.com/privacy-browser/
4
5 Privacy Browser is released under the GPLv3+ license.
6
7 http://www.gnu.org/licenses/lgpl-3.0.html
8
9 The source code is available from git.stoutner.com.
10
11 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.
12
13 Feature requests and bug reports can be submitted at https://redmine.stoutner.com/projects/privacy-browser-rom-integration.
14
15 To integrate Privacy Browser into a ROM build, add the following lines to the build manifest:
16
17 <remote name="stoutner" fetch="git://git.stoutner.com" />
18   <project path="external/stoutner/privacy-browser" remote="stoutner" name="git/PrivacyBrowserROMIntegration.git" revision="master" />