Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_vendor_qcom_opensource_vibrator
/
59daa796aa599c6f9c709fbfbc714137cfb3768c
/
.
/
effect
/
Android.bp
blob: 19f6cfe39b7977432cd105bbc2e0874ae525b857 [
file
] [
log
] [
blame
]
Common_CFlags
=
[
"-Wall"
]
Common_CFlags
+=
[
"-Werror"
]
cc_library_shared
{
name
:
"libqtivibratoreffect"
,
vendor
:
true
,
cflags
:
Common_CFlags
,
srcs
:
[
"effect.cpp"
],
shared_libs
:
[
"libcutils"
,
"libutils"
,
],
export_include_dirs
:
[
"."
]
}