Remove Superuser app

superuser access doesn't require an app now, it's been tied to
privacy guard

Change-Id: I592a2a7d36e3e6710885161a610e13c7e835ae67
This commit is contained in:
Ricardo Cerqueira 2015-01-04 01:16:45 +00:00
parent a7dfa18fd5
commit 1bc6d1b907
1 changed files with 0 additions and 1 deletions

View File

@ -206,7 +206,6 @@ ifneq ($(TARGET_BUILD_VARIANT),user)
PRODUCT_PACKAGES += \
procmem \
procrank \
Superuser \
su
endif