An open API service indexing awesome lists of open source software.

https://github.com/exalab/fstrim-static

Fstrim static binary from util-linux built for Android.
https://github.com/exalab/fstrim-static

Last synced: about 2 months ago
JSON representation

Fstrim static binary from util-linux built for Android.

Awesome Lists containing this project

README

          

# fstrim-static
Fstrim static binary from util-linux built for Android.

fstrim is a part of [util-linux](https://github.com/karelzak/util-linux)

Applications that use this binary:

[fstrimBooster](https://play.google.com/store/apps/details?id=exa.free.fsb)
[EXA Battery Saver Free](https://play.google.com/store/apps/details?id=exa.free.ubsf)
[EXA Battery Saver Pro](https://play.google.com/store/apps/details?id=exa.free.ubsp)

How to compile:

> apt source util-linux
> cd util-linux-*
> ./autogen.sh
> ./configure
> make fstrim CC=YOURCOMPILERHERE CFLAGS="-static" LDFLAGS="--static"