。。android
。git
。。網絡
廢話少說,單刀直入
運行方式
git clone https://android.googlesource.com/platform/frameworks/av
單獨下載frameworks/av項目
話說爲何這就是下載frameworks/av項目呢
看
https://android.googlesource.com/platform/manifest
進入master分支
https://android.googlesource.com/platform/manifest/+/master
進入default.xml查看項目
https://android.googlesource.com/platform/manifest/+/master/default.xml
<project path="frameworks/av" name="platform/frameworks/av" groups="pdk" />
<project path="frameworks/base" name="platform/frameworks/base" />
<project path="frameworks/compile/libbcc" name="platform/frameworks/compile/libbcc" groups="pdk" />
<project path="frameworks/compile/mclinker" name="platform/frameworks/compile/mclinker" groups="pdk" />
<project path="frameworks/compile/slang" name="platform/frameworks/compile/slang" groups="pdk" /> post