android_device_xiaomi_sdm66.../folio_daemon/Android.bp
Stylogey 8376ecf831
sdm660-common: switch to blueprints where it's possible
Change-Id: I7d691f054b3744e52cb6d30b236e0a11de9923d3
2020-08-12 02:02:39 +06:00

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",
}