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

ayatakesi/my-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libpackagelistparser

GNU Emacs30.0.50に含まれるjava/INSTALLに記載されているlibpackagelistparserモジュール(libselinuxの依存モジュール)に独自に修正を加えたレポジトリ。

作成した手順

  1. Google Gitのcoreをclone
$: git clone git clone https://android.googlesource.com/platform/system/core
  1. nougat-mr1-devブランチから修正用ブランチmy/nougat-mr1-devをcheckout
$: cd core
$: git checkout nougat-mr1-dev
$: git checkout -b my/nougat-mr1-dev
  1. システムヘッダのincludeエラー(バグレポートを参照)に対処するために独自にpatchを適用
$: patch -p1 < PATCH_FOR_PACKAGELISTPARSER.patch
  1. 上記patch ファイルとpatch適用後ファイルをcommitして空レポジトリにpush
$: git add -A
$: git commit -m 'nanika commit messages...'
$: gh repo create my-core --public
$: git remote add mine https://github.com/JIBUN/my-core.git
$: git branch -M my/nougat-mr1-dev
$: git push -u mine my/nougat-mr1-dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.7%
  • C 27.3%
  • Makefile 2.0%
  • Assembly 1.8%
  • Python 1.4%
  • Shell 0.5%
  • Other 0.3%
0