Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 596 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 596 Bytes

fstrim-static

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"