OSDN Git Service

Switch to toybox cmp.
authorElliott Hughes <enh@google.com>
Thu, 15 Jan 2015 23:04:19 +0000 (15:04 -0800)
committerElliott Hughes <enh@google.com>
Thu, 15 Jan 2015 23:04:19 +0000 (15:04 -0800)
Change-Id: I551c31251a0079cfae148f2d14e33a78adab8643

Android.mk

index 6c413ad..3a561f4 100644 (file)
@@ -182,13 +182,15 @@ LOCAL_CFLAGS += \
     -Wno-sign-compare \
     -Wno-uninitialized \
     -Wno-unused-parameter \
-    -funsigned-char -ffunction-sections -fdata-sections -fno-asynchronous-unwind-tables \
+    -funsigned-char \
+    -ffunction-sections -fdata-sections \
+    -fno-asynchronous-unwind-tables \
 
 LOCAL_SHARED_LIBRARIES := libselinux
 
 LOCAL_MODULE := toybox
 
-# dupes: cmp df du grep id ls mount nc netcat renice touch umount
+# dupes: df du grep id ls mount nc netcat renice touch umount
 # useless?: chvt freeramdisk fsfreeze install makedevs mkfifo mktemp nbd-client
 #           partprobe pivot_root pwdx rev rfkill switch_root tty unshare vconfig
 # prefer efs2progs instead?: blkid chattr lsattr
@@ -208,6 +210,7 @@ ALL_TOOLS := \
     cksum \
     clear \
     comm \
+    cmp \
     cp \
     cut \
     date \