18 lines
299 B
Text
18 lines
299 B
Text
|
cc_binary {
|
||
|
srcs: ["sdcard.cpp"],
|
||
|
name: "sdcard",
|
||
|
cflags: [
|
||
|
"-Wall",
|
||
|
"-Wno-unused-parameter",
|
||
|
"-Werror",
|
||
|
],
|
||
|
shared_libs: [
|
||
|
"libbase",
|
||
|
"libcutils",
|
||
|
"libminijail",
|
||
|
],
|
||
|
sanitize: {
|
||
|
misc_undefined: ["integer"],
|
||
|
},
|
||
|
}
|