blob: c096587ba89f45a9b5db7009deb328ef5ab81ddd [file] [log] [blame]
Jeff Sharkey68e10932018-01-08 11:22:38 -07001cc_binary {
2 srcs: ["sdcard.cpp"],
3 name: "sdcard",
4 cflags: [
5 "-Wall",
6 "-Wno-unused-parameter",
7 "-Werror",
8 ],
9 shared_libs: [
10 "libbase",
11 "libcutils",
12 "libminijail",
13 ],
14 sanitize: {
15 misc_undefined: ["integer"],
16 },
17}