Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_build_make
/
c0a0f2dc1f4d094094fcb26d4699457cf208d095
/
.
/
tools
/
fs_get_stats
/
Android.bp
blob: 6684319911e99ee189d106ba7adb3c0fda48bbb3 [
file
] [
log
] [
blame
]
Dan Willemsen
c0a0f2d
2017-09-09 13:37:03 -0700
[
diff
] [
blame^
]
1
cc_binary_host
{
2
name
:
"fs_get_stats"
,
3
srcs
:
[
"fs_get_stats.c"
],
4
shared_libs
:
[
5
"libcutils"
,
6
"liblog"
,
7
],
8
}