From 5b244cd4141d7e42bf9382e39c669e1ccf96266c Mon Sep 17 00:00:00 2001 From: Iliyan Malchev Date: Sat, 25 Oct 2014 11:57:35 -0700 Subject: toolbox: add prlimit command adb shell prlimit 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 --- toolbox/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'toolbox/Android.mk') 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 \ -- cgit v1.1