0

カーネル ソースを確認するために、 http://source.android.com/source/building-kernels.htmlの手順に従いました 。

$ git clone https://android.googlesource.com/kernel/tegra.git
Cloning into 'tegra'...
remote: Total 2219519 (delta 1857594), reused 2219519 (delta 1857594)
Receiving objects: 100% (2219519/2219519), 436.09 MiB | 3.08 MiB/s, done.
Resolving deltas: 100% (1857594/1857594), done.

さて、これは非常に奇妙です...プロジェクトは空です

git log以下を示します。

$ git log
commit a89a700fada233480530e4741cca876cfdd4eb9c
Author: Jean-Baptiste Queru <jbq@google.com>
Date:   Tue Nov 15 14:46:15 2011 -0800

    empty commit

何が起こっているのですか、ソースはどこですか?

4

1 に答える 1