summaryrefslogtreecommitdiffstats
path: root/crypto/vold_decrypt/Android.bp--skip_soong--
diff options
context:
space:
mode:
authornijel8 <nijel8@gmail.com>2018-12-29 10:56:41 +0100
committernijel8 <nijel8@gmail.com>2019-02-02 03:36:23 +0100
commit2c821a8c0a4fbaa6c7061282e5fc8b5b53e9b45a (patch)
tree8c90a6419398b1da04d45b9fde4269ded53ed91a /crypto/vold_decrypt/Android.bp--skip_soong--
parentMerge "Revert "updater: Remove dead make_parents()."" into android-9.0 (diff)
downloadandroid_bootable_recovery-2c821a8c0a4fbaa6c7061282e5fc8b5b53e9b45a.tar
android_bootable_recovery-2c821a8c0a4fbaa6c7061282e5fc8b5b53e9b45a.tar.gz
android_bootable_recovery-2c821a8c0a4fbaa6c7061282e5fc8b5b53e9b45a.tar.bz2
android_bootable_recovery-2c821a8c0a4fbaa6c7061282e5fc8b5b53e9b45a.tar.lz
android_bootable_recovery-2c821a8c0a4fbaa6c7061282e5fc8b5b53e9b45a.tar.xz
android_bootable_recovery-2c821a8c0a4fbaa6c7061282e5fc8b5b53e9b45a.tar.zst
android_bootable_recovery-2c821a8c0a4fbaa6c7061282e5fc8b5b53e9b45a.zip
Diffstat (limited to 'crypto/vold_decrypt/Android.bp--skip_soong--')
-rw-r--r--crypto/vold_decrypt/Android.bp--skip_soong--15
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/vold_decrypt/Android.bp--skip_soong-- b/crypto/vold_decrypt/Android.bp--skip_soong--
new file mode 100644
index 000000000..f16942df2
--- /dev/null
+++ b/crypto/vold_decrypt/Android.bp--skip_soong--
@@ -0,0 +1,15 @@
+cc_binary {
+ name: "vdc_pie",
+ defaults: ["vold_default_flags"],
+
+ srcs: ["vdc_pie.cpp"],
+ shared_libs: [
+ "libbase",
+ "libbinder",
+ "libcutils",
+ "libutils",
+ ],
+ static_libs: [
+ "libvold_binder",
+ ],
+}