upload android base code part13

This commit is contained in:
August 2018-08-09 00:27:16 +08:00
parent 7d7e825486
commit 175232f7a9
10193 changed files with 1661544 additions and 0 deletions

View file

@ -0,0 +1,13 @@
prefix=/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Python
Description: Python library
Requires:
Version: 2.7
Libs.private: -lpthread -ldl -lpthread -lutil
Libs: -L${libdir} -lpython2.7
Cflags: -I${includedir}/python2.7

View file

@ -0,0 +1 @@
python2.pc

View file

@ -0,0 +1 @@
python-2.7.pc