代码拉取完成,页面将自动刷新
This is a version of the official Android openssl sources, but it is meant to be built as a standalone library to be embedded into app. To build: cd openssl-android /path/to/android-ndk-r5b/ndk-build http://guardianproject.info ---------------------- Updating the upstream code ---------------------- This repository tracks the Android openssl repository: git://android.git.kernel.org/platform/external/openssl.git To use this, add it as a remote called 'upstream' git remote add upstream git://android.git.kernel.org/platform/external/openssl.git Then here's how you get the updated code: git checkout upstream (switch to upstream tracking branch) git pull upstream master (get newest code from Android, but don't merge) git checkout master git merge upstream (merge the changes from upstream) git push origin master git push origin upstream (update the upstream branch)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。