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.
- Host: GitHub
- URL: https://github.com/exalab/fstrim-static
- Owner: EXALAB
- Created: 2020-02-25T08:51:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T08:59:51.000Z (almost 6 years ago)
- Last Synced: 2025-01-03T11:47:37.501Z (about 1 year ago)
- Size: 2.8 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"