Files
LuK1337 3ab7d3e54c folio-daemon: Add init rc
Change-Id: Ic8e4b1956b3d5f47bd05a04db0edb69d54380137
2026-01-20 14:33:23 +01:00

26 lines
374 B
Plaintext

cc_binary {
name: "folio-daemon",
init_rc: ["folio_daemon.rc"],
shared_libs: [
"libandroid",
"libcutils",
"liblog",
],
srcs: ["main.cpp"],
cflags: [
"-DLOG_TAG=\"folio-daemon\"",
"-DLOG_NDEBUG=0",
] + [
"-Wall",
"-Werror",
],
owner: "google",
system_ext_specific: true,
}