22 lines
298 B
Text
22 lines
298 B
Text
|
cc_binary {
|
||
|
name: "folio_daemon",
|
||
|
|
||
|
shared_libs: [
|
||
|
"libandroid",
|
||
|
"libcutils",
|
||
|
"liblog",
|
||
|
],
|
||
|
|
||
|
srcs: ["main.cpp"],
|
||
|
|
||
|
cflags: [
|
||
|
"-DLOG_TAG=\"folio_daemon\"",
|
||
|
"-DLOG_NDEBUG=0",
|
||
|
"-Wall",
|
||
|
"-Werror",
|
||
|
],
|
||
|
|
||
|
owner: "google",
|
||
|
|
||
|
}
|