Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_hardware_qcom_display
/
ebb5dddd63fe0befc1582504a403af4388cea94c
/
.
/
liblight
/
Android.bp
blob: 9d92660a34526a44bb325c9ce5eaf69e8122251b [
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\""
],
clang
:
true
,
vendor
:
true
,
}