Sign in
fuchsia
/
third_party
/
android.googlesource.com
/
platform
/
system
/
core
/
be823d71bdf70f3636fce8cf7a3e205f9f5baca2
/
.
/
sdcard
/
Android.bp
blob: c096587ba89f45a9b5db7009deb328ef5ab81ddd [
file
] [
log
] [
blame
]
cc_binary
{
srcs
:
[
"sdcard.cpp"
],
name
:
"sdcard"
,
cflags
:
[
"-Wall"
,
"-Wno-unused-parameter"
,
"-Werror"
,
],
shared_libs
:
[
"libbase"
,
"libcutils"
,
"libminijail"
,
],
sanitize
:
{
misc_undefined
:
[
"integer"
],
},
}