From 86ec3214b9719e0965f4aae8df91002614ad4f5b Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Wed, 14 Jun 2017 09:56:43 -0700 Subject: [PATCH] Clarify the device configuration instructions. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 753522a..093df19 100644 --- a/README +++ b/README @@ -17,6 +17,7 @@ To integrate Privacy Browser into a ROM build, add the following lines to the bu -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: +The sample Android.mk file replaces the `Browser` or `Browser2` package from AOSP. +If you have removed them from your build manifest, you need to add the following statement to your device configuration: PRODUCT_PACKAGES += privacy-browser -- 2.43.0