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>
diff --git a/config/common.mk b/config/common.mk
index fcb16a3..c9ddcaf 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -126,6 +126,7 @@
LineageSetupWizard \
Eleven \
ExactCalculator \
+ Jelly \
LiveLockScreenService \
LockClock \
Trebuchet \
diff --git a/gello/Android.mk b/gello/Android.mk
index a88c42a..e078577 100644
--- a/gello/Android.mk
+++ b/gello/Android.mk
@@ -24,7 +24,7 @@
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