]> gitweb.stoutner.com Git - PrivacyBrowserROMIntegration.git/commitdiff
Update the instructions for ROM integration in README and Android.mk.
authorSoren Stoutner <soren@stoutner.com>
Tue, 13 Jun 2017 22:15:42 +0000 (15:15 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 13 Jun 2017 22:15:42 +0000 (15:15 -0700)
Android.mk
CHANGELOG
README

index ce83cc3a66fd740cdccdbdde3edc954e4d16b2b1..6ef1ea63f726ca19e201c0fc1d0a6502f8797dc4 100644 (file)
@@ -1,4 +1,4 @@
-# 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
 #
 # 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
 
 # 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
 
 # Indicate that this is an optional build (as opposed to `users`, `eng`, or `tests`).
 LOCAL_MODULE_TAGS := optional
 
index 8e32be82a429939542928ca6b4ff17c900351691..d7a3b3b885d65b44e39fcee359422593d4a0139c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1 +1,2 @@
 Initial release with Privacy Browser 2.3.
 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 a635caf146c7488211c037cbb699de0e4befa81a..bf93acbcdb3b88c87c24c861947ec70ebf8cea54 100644 (file)
--- 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.
 
 
 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" />