Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 592 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 592 Bytes

NDK BUILD POWERSHELL

VERSION Author CHANGE LOG
v0.0.1 Turbine Yan 1. add -jN parameter for speeding up compiling

This is script for compiling android libs on windows 10 using power shell. The main functionality descript:

  1. 功能自动按照不同机型分别拷贝到不同的目录中进行编译;
  2. 加快自动化过程;

TODO:

  1. 计划添加多进程编译操作,一个进程编译一种机型文件;
  2. 自动化git版本推送操作;