Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_hardware_qcom_display
/
1a98734d973ddf71f1fca8acddc7076ac99484f0
/
.
/
liblight
/
Android.bp
blob: d2cb82a813c35278cfd3377ad622cc829184c020 [
file
] [
log
] [
blame
]
cc_library_shared
{
name
:
"lights.qcom"
,
srcs
:
[
"lights.c"
],
relative_install_path
:
"hw"
,
header_libs
:
[
"libhardware_headers"
],
shared_libs
:
[
"liblog"
],
cflags
:
[
"-DLOG_TAG=\"qdlights\""
],
vendor
:
true
,
}