c++ version
https://github.com/jefby/build-glog-for-android
./configure --disable-shared -with-pic
git submodule deinit {MOD_NAME}
git rm --cached {MOD_NAME}
git commit -am "Remove a submodule."
git submodule add
其中,url为子模块的路径,path为该子模块存储的目录路径。
执行成功后,git status会看到项目中修改了.gitmodules,并增加了一个新文件(为刚刚添加的路径)
git diff --cached查看修改内容可以看到增加了子模块,并且新文件下为子模块的提交hash摘要
git commit提交即完成子模块的添加
git submodule init git submodule update
git submodule update --init --recursive
https://github.com/amrayn/easyloggingpp.git
android 特有的
HAVE_ANDROID_GETCPUFEATURES aarch64 v8
__ARM_NEON v7