X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserROMIntegration.git;a=blobdiff_plain;f=README;h=2cfc146521dd1edff9b4cecf298a619c7b87200b;hp=753522a57196dad801d0c63f01c0499e8247abaa;hb=76b846c4bcd87263030ef22af34ec1e5d3215b26;hpb=2e274451ac9874fce46b999a17863735acc707ad diff --git a/README b/README index 753522a..2cfc146 100644 --- a/README +++ b/README @@ -1,12 +1,14 @@ -Privacy Browser copyright © 2015-2017 Soren Stoutner . +Privacy Browser copyright © 2015-2021 Soren Stoutner . 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. +The source code is available from gitweb.stoutner.com. The repository can be cloned using the following command: + +git clone https://git.stoutner.com/PrivacyBrowserROMIntegration.git 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. @@ -14,9 +16,10 @@ 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: - - + + -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: +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