From 8591440fe2db1b2b7601b04342af5af30dddf8fa Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 20 Apr 2018 13:34:20 -0700 Subject: [PATCH] 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 --- toolbox/Android.bp | 1 - 1 file changed, 1 deletion(-) 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",