X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserROMIntegration.git;a=blobdiff_plain;f=Android.mk;h=31644a57067a7d7f600b5633571a49721c3cca7f;hp=ce83cc3a66fd740cdccdbdde3edc954e4d16b2b1;hb=53aacd03f31fbea1f9079b980adf6a5d4462df5d;hpb=6ea87ae84dc632aef6a870429370d0be490e9588 diff --git a/Android.mk b/Android.mk index ce83cc3..31644a5 100644 --- a/Android.mk +++ b/Android.mk @@ -1,4 +1,4 @@ -# Privacy Browser copyright © 2015-2017 Soren Stoutner . +# Privacy Browser copyright © 2015-2018 Soren Stoutner . # # 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 @@ -29,7 +29,7 @@ include $(CLEAR_VARS) LOCAL_MODULE := privacy-browser # The name of the source APK. -LOCAL_SRC_FILES := PrivacyBrowser2.3.apk +LOCAL_SRC_FILES := PrivacyBrowser2.10.apk # Integrate Privacy Browser as a low privilege app under `/system/app` instead of high privilege app under `/system/priv-app`. LOCAL_MODULE_CLASS := APPS @@ -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`).