OSDN Git Service

Move & Rename buildscript, remove tabs
authorMohamed Naufal <naufal22@gmail.com>
Fri, 9 Sep 2011 17:44:36 +0000 (23:14 +0530)
committerMohamed Naufal <naufal22@gmail.com>
Fri, 9 Sep 2011 17:44:36 +0000 (23:14 +0530)
tools/build_libstagefright [moved from build.sh with 94% similarity]

similarity index 94%
rename from build.sh
rename to tools/build_libstagefright
index 0d474f4..583c801 100755 (executable)
--- a/build.sh
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 if [ "$NDK" = "" ]; then
-       echo NDK variable not set, assuming ${HOME}/android-ndk
-       export NDK=${HOME}/android-ndk
+    echo NDK variable not set, assuming ${HOME}/android-ndk
+    export NDK=${HOME}/android-ndk
 fi
 
 SYSROOT=$NDK/platforms/android-9/arch-arm