d95ae2838e
Change-Id: I7d691f054b3744e52cb6d30b236e0a11de9923d3 Signed-off-by: pix106 <sbordenave@gmail.com>
21 lines
298 B
Text
Executable file
21 lines
298 B
Text
Executable file
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",
|
|
|
|
}
|