From: Soren Stoutner Date: Tue, 13 Jun 2017 23:20:21 +0000 (-0700) Subject: Update the integration instructions in README. X-Git-Tag: v2.4~2 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserROMIntegration.git;a=commitdiff_plain;h=2e274451ac9874fce46b999a17863735acc707ad Update the integration instructions in README. --- diff --git a/Android.mk b/Android.mk index 6ef1ea6..85ae61f 100644 --- a/Android.mk +++ b/Android.mk @@ -40,12 +40,9 @@ 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 -# 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/README b/README index bf93acb..753522a 100644 --- a/README +++ b/README @@ -15,4 +15,8 @@ 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: + +PRODUCT_PACKAGES += privacy-browser