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
This commit is contained in:
Zhao Wei Liew 2016-12-30 16:17:57 +08:00
parent 31a6dd5093
commit 7e822d2b0c
1 changed files with 0 additions and 3 deletions

View File

@ -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