From: Soren Stoutner Date: Tue, 13 Jun 2017 22:15:42 +0000 (-0700) Subject: Update the instructions for ROM integration in README and Android.mk. X-Git-Tag: v2.4~3 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserROMIntegration.git;a=commitdiff_plain;h=97839966657f563e19747e8f26b8aa0c5ff045b6;ds=inline Update the instructions for ROM integration in README and Android.mk. --- diff --git a/Android.mk b/Android.mk index ce83cc3..6ef1ea6 100644 --- a/Android.mk +++ b/Android.mk @@ -1,4 +1,4 @@ -# Privacy Browser copyright © 2015-2017 Soren Stoutner . +# Privacy Browser copyright © 2017 Soren Stoutner . # # 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 @@ -43,6 +43,9 @@ LOCAL_CERTIFICATE := PRESIGNED # 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 diff --git a/CHANGELOG b/CHANGELOG index 8e32be8..d7a3b3b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1 +1,2 @@ Initial release with Privacy Browser 2.3. +Update the instructions for ROM integration in README and Android.mk. diff --git a/README b/README index a635caf..bf93acb 100644 --- a/README +++ b/README @@ -10,4 +10,9 @@ The source code is available from git.stoutner.com. 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: + + +