Update libx264.a and support minSdkVersion 18
parent
143301e235
commit
9fbb0d4d0d
@ -1,2 +1,2 @@
|
||||
APP_ABI := armeabi-v7a arm64-v8a x86
|
||||
APP_ABI := armeabi-v7a arm64-v8a x86 mips
|
||||
APP_PLATFORM := android-21
|
||||
|
@ -0,0 +1,24 @@
|
||||
# Created by jianxi on 2017/6/4
|
||||
# https://github.com/mabeijianxi
|
||||
# mabeijianxi@gmail.com
|
||||
# Edit by obarong on 2020/4/15
|
||||
|
||||
chmod a+x android_*.sh
|
||||
|
||||
# Build armeabi
|
||||
#./android_build_armeabi.sh
|
||||
|
||||
# Build arm v6 v7a
|
||||
./android_build_armeabi_v7a.sh
|
||||
|
||||
# Build arm64 v8a
|
||||
./android_build_arm64_v8a.sh
|
||||
|
||||
# Build mips
|
||||
./android_build_mips.sh
|
||||
|
||||
# Build x86
|
||||
./android_build_x86.sh
|
||||
|
||||
# Build x86_64
|
||||
#./android_x86_64_build.sh
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue