Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4f079cd authored by Steve Kondik's avatar Steve Kondik
Browse files

toolbox: Don't link lsof if TINY_TOOLBOX is set

Change-Id: I5618c0a0a8449d3e87baf569a4b7b994469071f9
parent 19ab1e78
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -44,8 +44,7 @@ TOOLS := \
	uptime \
	vmstat \
	nandread \
	ionice \
	lsof
	ionice 

ifndef TINY_TOOLBOX
    TOOLS += \
@@ -57,7 +56,8 @@ ifndef TINY_TOOLBOX
        df \
        chmod \
        chown \
        mv 
        mv \
        lsof	
endif

LOCAL_SRC_FILES:= \