8000 GitHub - h1r0s/my-boringssl
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

h1r0s/my-boringssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libcrypto

GNU Emacs30.0.50に含まれるjava/INSTALLにしたがってパッチを適用したlibcryptoモジュール(libselinuxの依存モジュール)のレポジトリ。

作成した手順

  1. Google Gitのboringsslをclone
$: git clone https://android.googlesource.com/platform/external/boringssl
  1. nougat-releaseブランチから修正用ブランチmy/nougat-releaseをcheckout
$: cd boringssl
$: git checkout nougat-release
$: git checkout -b my/nougat-release
  1. java/INSTALLにしたがいpatchを適用
$: patch -p1 < PATCH_FOR_BORINGSSL.patch
  1. 上記patch ファイルとpatch適用後ファイルをcommitして空レポジトリにpush
$: git add -A
$: git commit -m 'nanika commit messages...'
$: gh repo create my-boringssl --public
$: git remote add mine https://github.com/JIBUN/my-boringssl.git
$: git branch -M my/nougat-release
$: git push -u mine my/nougat-release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9

0