diff options
author | Elliott Hughes <enh@google.com> | 2015-01-14 18:56:07 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-01-14 18:56:07 +0000 |
commit | c5d17fde1e46528ca474562baa1c270586c779cc (patch) | |
tree | 442db7bb957f7845fde7ce412f79a0dd48cfb8c3 /toolbox/Android.mk | |
parent | 8c7380b4761d5ca02d839ccd337014116134a5b8 (diff) | |
parent | 4503a1450ce9b2ed86fd9bd3eb3c34c845e8ed08 (diff) | |
download | system_core-c5d17fde1e46528ca474562baa1c270586c779cc.zip system_core-c5d17fde1e46528ca474562baa1c270586c779cc.tar.gz system_core-c5d17fde1e46528ca474562baa1c270586c779cc.tar.bz2 |
am 4503a145: Merge "Switch to toybox cat."
* commit '4503a1450ce9b2ed86fd9bd3eb3c34c845e8ed08':
Switch to toybox cat.
Diffstat (limited to 'toolbox/Android.mk')
-rw-r--r-- | toolbox/Android.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/toolbox/Android.mk b/toolbox/Android.mk index aa4e70e..667cf06 100644 --- a/toolbox/Android.mk +++ b/toolbox/Android.mk @@ -13,13 +13,6 @@ common_cflags += -Wno-unused-variable \ include $(CLEAR_VARS) -LOCAL_SRC_FILES := upstream-netbsd/bin/cat/cat.c -LOCAL_CFLAGS += $(common_cflags) -Dmain=cat_main -LOCAL_MODULE := libtoolbox_cat -LOCAL_ADDITIONAL_DEPENDENCIES += $(LOCAL_PATH)/Android.mk -include $(BUILD_STATIC_LIBRARY) - -include $(CLEAR_VARS) LOCAL_SRC_FILES := upstream-netbsd/sbin/chown/chown.c LOCAL_CFLAGS += $(common_cflags) -Dmain=chown_main LOCAL_MODULE := libtoolbox_chown @@ -62,7 +55,6 @@ include $(BUILD_STATIC_LIBRARY) include $(CLEAR_VARS) BSD_TOOLS := \ - cat \ chown \ dd \ du \ |