Can anyone tell me how to transplant linux shell command (such as : ls ,cat and tar) from linux to android. what i think is to do as follow:
1、download the sourcecode
2、execute the command :./configure ( with some params ) CC=arm-linux-android(use cross-compile)
3、./build or make it
4、then ,we can copy the object files and executables to the android
is it right way to do it? thanks in advance !