]> gitweb.stoutner.com Git - PrivacyBrowserROMIntegration.git/blob - README
Update the integration instructions in README.
[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" />
19
20 The sample Android.mk file replaces the `Browser` or `Browser2` package from AOSP.  If you have removed them from your local manifest, you need to add the following statement:
21
22 PRODUCT_PACKAGES += privacy-browser