# 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
-# 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
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" />
+<project path="external/stoutner/privacy-browser" remote="stoutner" name="git/PrivacyBrowserROMIntegration.git" revision="master" />
+
+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:
+
+PRODUCT_PACKAGES += privacy-browser