summaryrefslogtreecommitdiffstats
path: root/toolbox/Android.mk
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2014-10-25 11:57:35 -0700
committerIliyan Malchev <malchev@google.com>2014-10-27 12:25:41 -0700
commit5b244cd4141d7e42bf9382e39c669e1ccf96266c (patch)
tree3d521f9f9abad747b6817969c3c14baeb0109ee4 /toolbox/Android.mk
parent6e93b246d41275ff55dfab2d747cf0d5c60b3652 (diff)
downloadsystem_core-5b244cd4141d7e42bf9382e39c669e1ccf96266c.zip
system_core-5b244cd4141d7e42bf9382e39c669e1ccf96266c.tar.gz
system_core-5b244cd4141d7e42bf9382e39c669e1ccf96266c.tar.bz2
toolbox: add prlimit command
adb shell prlimit <pid> <cur> <max> prlimit uses prlimit internally to allow you to set the limits on an arbitrary process, if you have the privileges to. Change-Id: Ie9a5dc510c7c695debd8f948361d4c51befa5604 Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'toolbox/Android.mk')
-rw-r--r--toolbox/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolbox/Android.mk b/toolbox/Android.mk
index d8d397e..84714cf 100644
--- a/toolbox/Android.mk
+++ b/toolbox/Android.mk
@@ -176,6 +176,7 @@ OUR_TOOLS := \
readlink \
renice \
restorecon \
+ prlimit \
rmmod \
route \
runcon \