5ae87ffe5c
Change-Id: I58c74f01d75e8616fdb03c27e3dc4c4df6838faa
16 lines
302 B
Plaintext
16 lines
302 B
Plaintext
Common_CFlags = ["-Wall"]
|
|
Common_CFlags += ["-Werror"]
|
|
|
|
cc_library_shared {
|
|
name: "libxiaomivibratoreffect",
|
|
vendor: true,
|
|
cflags: Common_CFlags,
|
|
srcs: ["effect.cpp"],
|
|
shared_libs: [
|
|
"libcutils",
|
|
"liblog",
|
|
"libutils",
|
|
],
|
|
export_include_dirs: ["."]
|
|
}
|