98cc1d7b97
Also, start depending on the libgcc package for the libgcc.a runtime library taken from the NDK instead of trying to build it ourselves.
4 lines
197 B
Bash
4 lines
197 B
Bash
TERMUX_SUBPKG_INCLUDE="bin/gcov bin/gcov-tool share/man/man1/gcov.1 lib/gcc/arm-linux-androideabi/4.9.1/libgcov.a"
|
|
TERMUX_SUBPKG_DESCRIPTION="GNU coverage testing tool"
|
|
TERMUX_SUBPKG_DEPENDS="gcc"
|