Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_hardware_qcom_audio-ar
/
d250964b51c69d335bd25935332bdbc281ab7273
/
.
/
adsprpcd
/
Android.bp
blob: f91ad2f3ac8d1d96935f9c214298e8a024cc9a4f [
file
] [
log
] [
blame
]
cc_binary
{
name
:
"audioadsprpcd"
,
srcs
:
[
"adsprpcd.c"
],
shared_libs
:
[
"liblog"
,
"libdl"
,
],
init_rc
:
[
"vendor.qti.audio-adsprpc-service.rc"
],
vendor
:
true
,
owner
:
"qti"
,
sanitize
:
{
integer_overflow
:
true
,
},
}