More /system/bin/sh -> $PREFIX/bin/sh changes

This commit is contained in:
Fredrik Fornwall 2015-12-02 06:32:11 -05:00
parent 5822f92030
commit 70a744a484
5 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
#!/system/bin/sh
#!/bin/sh
objdump -p $@ | grep NEEDED | cut -d ' ' -f 18

View File

@ -1,4 +1,4 @@
#!/system/bin/sh
#!/bin/sh
# There needs to be a folder at $ANDROID_DATA/dalvik-cache:
export ANDROID_DATA=@TERMUX_PREFIX@/var/android/

View File

@ -1,4 +1,4 @@
#!/system/bin/sh
#!/bin/sh
dalvikvm-wrapper
-Xmx256m \

View File

@ -1,4 +1,4 @@
#!/system/bin/sh
#!/bin/sh
# There needs to be a folder at $ANDROID_DATA/dalvik-cache
export ANDROID_DATA=@TERMUX_PREFIX@/var/android/

View File

@ -1,4 +1,4 @@
#!/system/bin/sh
#!/bin/sh
# There needs to be a folder at $ANDROID_DATA/dalvik-cache
export ANDROID_DATA=@TERMUX_PREFIX@/var/android/