blob: 7b9cdc47a956f8e904dacb7fa2f9b2f4c10c43e4 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001echo "NDK_STANDALONE_TC = $NDK_STANDALONE_TC"
2echo "NDK = $NDK"
3./autogen.sh
4./configure --host=arm-linux-androideabi --with-sysroot=$NDK_STANDALONE_TC/sysroot --prefix=$NDK/platforms/android-14/arch-arm/usr --disable-srtp
5ln -s src jni
6ndk-build -j4