diff options
author | Elliott Hughes <enh@google.com> | 2018-04-20 13:34:20 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2018-04-20 13:34:20 -0700 |
commit | 8591440fe2db1b2b7601b04342af5af30dddf8fa (patch) | |
tree | a3dd09224fdcb8cccaade067e1b248bd31ab30f3 /toolbox | |
parent | 395131df7baa7b5a141cd2c48f22dd2a4dfb7091 (diff) | |
download | system_core-8591440fe2db1b2b7601b04342af5af30dddf8fa.tar.gz system_core-8591440fe2db1b2b7601b04342af5af30dddf8fa.tar.bz2 system_core-8591440fe2db1b2b7601b04342af5af30dddf8fa.zip |
Lose dd to toybox.
Just the symlink for now. If this sticks, I'll come back to remove the code.
Bug: N/A
Test: `toolbox dd --help`
Change-Id: I9b967e9246f42db0d1f48d9d147c538d57fb3bc8
Diffstat (limited to 'toolbox')
-rw-r--r-- | toolbox/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolbox/Android.bp b/toolbox/Android.bp index ddd95b207..c6d4d9b84 100644 --- a/toolbox/Android.bp +++ b/toolbox/Android.bp @@ -63,7 +63,6 @@ cc_defaults { static_libs: ["libpropertyinfoparser"], symlinks: [ - "dd", "getevent", "getprop", "newfs_msdos", |