OSDN Git Service

Add symlink for chrt.
[android-x86/external-toybox.git] / Android.mk
index 7738dc4..b1815d4 100644 (file)
@@ -84,6 +84,7 @@ LOCAL_SRC_FILES := \
     toys/net/netcat.c \
     toys/net/netstat.c \
     toys/net/rfkill.c \
+    toys/net/tunctl.c \
     toys/other/acpi.c \
     toys/other/base64.c \
     toys/other/blkid.c \
@@ -138,6 +139,7 @@ LOCAL_SRC_FILES := \
     toys/other/which.c \
     toys/other/xxd.c \
     toys/other/yes.c \
+    toys/pending/chrt.c \
     toys/pending/dd.c \
     toys/pending/expr.c \
     toys/pending/getfattr.c \
@@ -251,6 +253,7 @@ ALL_TOOLS := \
     chmod \
     chown \
     chroot \
+    chrt \
     cksum \
     clear \
     comm \