Fstrim static binary from util-linux built for Android.
fstrim is a part of util-linux
Applications that use this binary:
fstrimBooster EXA Battery Saver Free EXA Battery Saver Pro
How to compile:
apt source util-linux
cd util-linux-*
./autogen.sh
./configure
make fstrim CC=YOURCOMPILERHERE CFLAGS="-static" LDFLAGS="--static"