From f50d9bc3fabde09a101fa3da1a5912973fac2ab1 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Thu, 26 Dec 2019 17:29:50 -0500 Subject: [PATCH] lineage: Deprecate AddonSU * We are no longer providing our own root access solution as of 17.0, as PermissionHub has largely replaced the functionallity of Privacy Guard, which this feature was housed in. * We do still have a baked in ADB root solution that can be enabled in developer settings (see topic:ten-adbroot on Gerrit). * This DOES NOT mean we will be providing support for other root solutions. Change-Id: Iecf92e3c8f91304ed998e0260d09a8048dc44d82 --- addonsu/51-addonsu.sh | 41 ---------------------------------- addonsu/mount-system.sh | 34 ---------------------------- addonsu/unmount-system.sh | 15 ------------- addonsu/updater-script-install | 25 --------------------- addonsu/updater-script-remove | 23 ------------------- build/tasks/addonsu.mk | 41 ---------------------------------- 6 files changed, 179 deletions(-) delete mode 100644 addonsu/51-addonsu.sh delete mode 100644 addonsu/mount-system.sh delete mode 100644 addonsu/unmount-system.sh delete mode 100644 addonsu/updater-script-install delete mode 100644 addonsu/updater-script-remove delete mode 100644 build/tasks/addonsu.mk diff --git a/addonsu/51-addonsu.sh b/addonsu/51-addonsu.sh deleted file mode 100644 index f2d200b9..00000000 --- a/addonsu/51-addonsu.sh +++ /dev/null @@ -1,41 +0,0 @@ -#!/sbin/sh -# -# ADDOND_VERSION=2 -# - -. /tmp/backuptool.functions - -list_files() { -cat <