srctree

Robin Linden parent 428bb062 b5247529
Explicitly set the CMake build type in the tox4j build scripts

inlinesplit
scripts/android.mk added: 3, removed: 1, total 2
@@ -42,6 +42,8 @@ $(TOOLCHAIN_FILE): $(NDK_HOME) scripts/android.mk
mkdir -p $(@D)
echo 'set(CMAKE_SYSTEM_NAME Linux)' > $@
echo >> $@
echo 'set(CMAKE_BUILD_TYPE Release CACHE STRING "")' >> $@
echo >> $@
echo 'set(CMAKE_SYSROOT $(SYSROOT))' >> $@
echo >> $@
echo 'set(CMAKE_C_COMPILER $(TOOLCHAIN)/bin/$(VPX_TARGET)-gcc)' >> $@