clover: folio_daemon: switch to blueprint
Change-Id: I7d691f054b3744e52cb6d30b236e0a11de9923d3 Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
4fd5c1039d
commit
d95ae2838e
2 changed files with 21 additions and 23 deletions
21
folio_daemon/Android.bp
Executable file
21
folio_daemon/Android.bp
Executable file
|
@ -0,0 +1,21 @@
|
|||
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",
|
||||
|
||||
}
|
|
@ -1,23 +0,0 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libandroid \
|
||||
libcutils \
|
||||
liblog
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
main.cpp
|
||||
|
||||
LOCAL_C_INCLUDES :=
|
||||
|
||||
LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"folio_daemon\" -DLOG_NDEBUG=0
|
||||
|
||||
LOCAL_CFLAGS += -Wall -Werror
|
||||
|
||||
LOCAL_MODULE := folio_daemon
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_OWNER := google
|
||||
LOCAL_PROPRIETARY_MODULE := true
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
Loading…
Reference in a new issue