Skip to content

Commit

Permalink
add protobuf and openssl arm64 libs
Browse files Browse the repository at this point in the history
  • Loading branch information
felipejfc committed Jun 5, 2019
1 parent 0bff3d7 commit 471566e
Show file tree
Hide file tree
Showing 673 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions android/libprotobuf/arm64-v8a/3.7.0/google
Binary file not shown.
Binary file added android/libprotobuf/arm64-v8a/3.7.0/libprotobuf.a
Binary file not shown.
@@ -1,4 +1,4 @@
export PREFIX=$HOME/dev/android/protobuf-3.6.1/
export PREFIX=$HOME/dev/android/protobuf-3.7.0/
export PATH=$HOME/dev/android/arm-16-toolchain-clang/bin:$PATH
export SYSROOT=$HOME/dev/android/arm-16-toolchain-clang/sysroot
export CC="arm-linux-androideabi-clang --sysroot $SYSROOT"
Expand All @@ -11,8 +11,8 @@ export CXX="arm-linux-androideabi-clang++ --sysroot $SYSROOT"
--enable-shared \
--enable-cross-compile \
--with-protoc=protoc \
CFLAGS="-march=armv7-a -D__ANDROID_API__=16" \
CXXFLAGS="-fPIC -frtti -fexceptions -march=armv7-a -D__ANDROID_API__=16 -Os" \
CFLAGS="-march=armv64-v8 -D__ANDROID_API__=16" \
CXXFLAGS="-fPIC -frtti -fexceptions -march=arm64-v8 -D__ANDROID_API__=16 -Os" \
LIBS="-llog -lz -lc++_static"

make -j 4

0 comments on commit 471566e

Please sign in to comment.