From 7e822d2b0c014c607efa27085a5120220bf867f8 Mon Sep 17 00:00:00 2001 From: Zhao Wei Liew Date: Fri, 30 Dec 2016 16:17:57 +0800 Subject: [PATCH] cm: Remove root access prop This property is already defaulted to 0 in the code. The su_daemon is also disabled by default. Thus, for all intents and purposes, root access is already being disabled by default. Change-Id: I1241689c0d3253aa2e44835c55839f24b3b74341 --- config/common.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/common.mk b/config/common.mk index de94b827..ca7aaef7 100644 --- a/config/common.mk +++ b/config/common.mk @@ -250,9 +250,6 @@ PRODUCT_PACKAGES += \ su endif -PRODUCT_PROPERTY_OVERRIDES += \ - persist.sys.root_access=0 - DEVICE_PACKAGE_OVERLAYS += vendor/cm/overlay/common PRODUCT_VERSION_MAJOR = 13