Browse Source

Move & Rename buildscript, remove tabs

tags/n0.9
Mohamed Naufal 14 years ago
parent
commit
9c29ab5851
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tools/build_libstagefright

build.sh → tools/build_libstagefright View File

@@ -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

Loading…
Cancel
Save