aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-03-29 11:49:53 -0700
committerElliott Hughes <enh@google.com>2019-03-29 11:49:53 -0700
commit5ccc165094e85ee48ba6317a1e7fd36d1a78a542 (patch)
treed4cbca35fadfd631d573baadd9fdafaaf892fb08 /Android.bp
parent29abb5e8a688c95bbc2f32ed83f0a79eca01cc7a (diff)
downloadtoybox-5ccc165094e85ee48ba6317a1e7fd36d1a78a542.tar.gz
Add fsync.
Bug: http://b/129544154 Test: manual Change-Id: I6440e07fb4102baa7e360ae83ea95dfc44a9251c
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 722fc18a..91da3ad3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -107,6 +107,7 @@ cc_defaults {
"toys/other/free.c",
"toys/other/freeramdisk.c",
"toys/other/fsfreeze.c",
+ "toys/other/fsync.c",
"toys/other/help.c",
"toys/other/hwclock.c",
"toys/other/i2ctools.c",
@@ -299,6 +300,7 @@ cc_defaults {
"flock",
"fmt",
"free",
+ "fsync",
"getconf",
"getenforce",
"groups",