]> gitweb.stoutner.com Git - PrivacyBrowserROMIntegration.git/blobdiff - Android.mk
Clarify the device configuration instructions.
[PrivacyBrowserROMIntegration.git] / Android.mk
index ce83cc3a66fd740cdccdbdde3edc954e4d16b2b1..85ae61f3aa1712fffa08b65547757fb734184815 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
@@ -40,7 +40,7 @@ LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
 # Keep the current package signature, which will allow users to upgrade Privacy Browser with packages signed by Stoutner.
 LOCAL_CERTIFICATE := PRESIGNED
 
-# Replace system references to `Browser` and `Browser2` with Privacy Browser.
+# Replace the `Browser` and `Browser2` packages with Privacy Browser.
 LOCAL_OVERRIDES_PACKAGES := Browser Browser2
 
 # Indicate that this is an optional build (as opposed to `users`, `eng`, or `tests`).