OSDN Git Service

Add symlink for chrt.
[android-x86/external-toybox.git] / Android.mk
index 567c2a9..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 \
@@ -121,6 +122,7 @@ LOCAL_SRC_FILES := \
     toys/other/realpath.c \
     toys/other/rev.c \
     toys/other/rmmod.c \
+    toys/other/setfattr.c \
     toys/other/setsid.c \
     toys/other/stat.c \
     toys/other/swapoff.c \
@@ -137,8 +139,10 @@ 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 \
     toys/pending/lsof.c \
     toys/pending/more.c \
     toys/pending/tar.c \
@@ -249,6 +253,7 @@ ALL_TOOLS := \
     chmod \
     chown \
     chroot \
+    chrt \
     cksum \
     clear \
     comm \