cm: nuke browser, welcome jelly
* Aosp browser is really old and insecure, remove it * Jelly is a simple webview-based browser, so it relies on installed webview, which makes it secure as long as webview is updated * Gello is still alive, it overrides Jelly instead of Browser target Change-Id: Idd1dbe37879e1c1d466b93f5e754f1108f4dcfa6 Signed-off-by: Joey Rizzoli <joey@lineageos.org>
This commit is contained in:
parent
ca8cd53bcc
commit
177ab036d0
2 changed files with 2 additions and 1 deletions
|
@ -126,6 +126,7 @@ PRODUCT_PACKAGES += \
|
|||
LineageSetupWizard \
|
||||
Eleven \
|
||||
ExactCalculator \
|
||||
Jelly \
|
||||
LiveLockScreenService \
|
||||
LockClock \
|
||||
Trebuchet \
|
||||
|
|
|
@ -24,7 +24,7 @@ LOCAL_MODULE := Gello
|
|||
LOCAL_MODULE_CLASS := APPS
|
||||
LOCAL_CERTIFICATE := $(DEFAULT_SYSTEM_DEV_CERTIFICATE)
|
||||
|
||||
LOCAL_OVERRIDES_PACKAGES := Browser
|
||||
LOCAL_OVERRIDES_PACKAGES := Jelly
|
||||
|
||||
ifeq ($(WITH_GELLO_SOURCE),true)
|
||||
# Build from source
|
||||
|
|
Loading…
Reference in a new issue