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

ayatakesi/my-libselinux

 
 

Repository files navigation

libselinux

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

作成した手順

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.6%
  • Makefile 1.4%
0