summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2021-11-10 13:56:28 -0800
committerEric Biggers <ebiggers@google.com>2021-11-10 14:03:48 -0800
commitd89e239c56100e485712e8fa885128b75ad9d9ad (patch)
treeaaa11ab8d703337e8f196e6370851fc4342f6f62 /Android.bp
parent72ca0cf3f9d21237ffef3546b843f5268c0a7da6 (diff)
downloadvold-d89e239c56100e485712e8fa885128b75ad9d9ad.tar.gz
Remove vdc.rc
Now that FDE is no longer supported, the "defaultcrypto" and "encrypt" events are never triggered. Therefore, the actions in vdc.rc aren't needed anymore. Bug: 191796797 Change-Id: Icdff584ec664b3e038f0accdc826437d261fed51
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 2b2d91c6..4750d1a3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -233,7 +233,6 @@ cc_binary {
static_libs: [
"libvold_binder",
],
- init_rc: ["vdc.rc"],
}
cc_binary {