Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
fb62b1806ef930aa0e159f3cf182ebdf7f7421b3
/
.
/
crypto
/
vold_decrypt
/
Android.bp--skip_soong--
blob: f16942df241daf3876611c81483d89855f75bae8 [
file
] [
log
] [
blame
]
cc_binary
{
name
:
"vdc_pie"
,
defaults
:
[
"vold_default_flags"
],
srcs
:
[
"vdc_pie.cpp"
],
shared_libs
:
[
"libbase"
,
"libbinder"
,
"libcutils"
,
"libutils"
,
],
static_libs
:
[
"libvold_binder"
,
],
}