cm: Remove procmem and procrank from user builds
* These need to be installed setuid, which is a no-no for CTS. Change-Id: I68d111db2db675116e214108776aa13c848d0c9a Put procmem and procrank back into non-user builds Change-Id: I193a9607dad40043649de6fea1f9bf0ab0c437f1
This commit is contained in:
parent
bc7c4de45f
commit
275701b519
@ -187,8 +187,6 @@ PRODUCT_PACKAGES += \
|
||||
gdbserver \
|
||||
micro_bench \
|
||||
oprofiled \
|
||||
procmem \
|
||||
procrank \
|
||||
sqlite3 \
|
||||
strace
|
||||
|
||||
@ -210,6 +208,8 @@ PRODUCT_PACKAGES += \
|
||||
ifneq ($(TARGET_BUILD_VARIANT),user)
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
procmem \
|
||||
procrank \
|
||||
CMUpdater \
|
||||
Superuser \
|
||||
su
|
||||
|
Loading…
Reference in New Issue
Block a user