removed toybox_static (and modprobe) from normal mode

toybox_static (and modprobe) was installed for both normal/charger mode
and recovery mode. This change makes it to be installed in the rootfs
for the recovery mode only.

Bug: 35633646
Test: Built and tested on sailfish
Change-Id: Ie99abc4b6ad49262e1be4fd9b58256010bb888c0
diff --git a/Android.mk b/Android.mk
index 92c8e42..4487187 100644
--- a/Android.mk
+++ b/Android.mk
@@ -421,7 +421,7 @@
 
 LOCAL_MODULE := toybox_static
 
-LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)/sbin
+LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin
 
 LOCAL_FORCE_STATIC_EXECUTABLE := true