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:
Steve Kondik 2013-11-06 12:41:34 -08:00 committed by Gerrit Code Review
parent bc7c4de45f
commit 275701b519
1 changed files with 2 additions and 2 deletions

View File

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