AOSP android 源码批量下载 windows平台

本文介绍了如何在Windows平台上批量下载AOSP源代码,由于repo工具不支持Windows,作者通过创建批处理脚本,将分散的git clone命令重组,实现了源码的下载。然而,最后作者发现这种方法在中断后难以继续,转而在Ubuntu下使用repo完成了源码获取。
摘要由CSDN通过智能技术生成

前提条件 VPN Cygwin安装git


repo不能在windows下愉快地跑起来

于是就弄了个批处理,内容来自https://android.googlesource.com/,将里头分散的命令重新组装成git clone命令,存成bat就能下载咯


git clone https://android.googlesource.com/accessories/manifest

git clone https://android.googlesource.com/device/asus/deb
git clone https://android.googlesource.com/device/asus/flo
git clone https://android.googlesource.com/device/asus/flo-kernel
git clone https://android.googlesource.com/device/asus/grouper
git clone https://android.googlesource.com/device/asus/tilapia
git clone https://android.googlesource.com/device/common
git clone https://android.googlesource.com/device/generic/armv7-a
git clone https://android.googlesource.com/device/generic/armv7-a-neon
git clone https://android.googlesource.com/device/generic/art
git clone https://android.googlesource.com/device/generic/common
git clone https://android.googlesource.com/device/generic/goldfish
git clone https://android.googlesource.com/device/generic/mini-emulator-armv7-a-neon
git clone https://android.googlesource.com/device/generic/mini-emulator-mips
git clone https://android.googlesource.com/device/generic/mini-emulator-x86
git clone https://android.googlesource.com/device/generic/mips
git clone https://android.googlesource.com/device/generic/qemu
git clone https://android.googlesource.com/device/generic/x86
git clone https://android.googlesource.com/device/google/accessory/adk2012
git clone https://android.googlesource.com/device/google/accessory/adk2012_demo
git clone https://android.googlesource.com/device/google/accessory/arduino
git clone https://android.googlesource.com/device/google/accessory/demokit
git clone https://android.googlesource.com/device/google/phantasm
git clone https://android.googlesource.com/device/htc/common
git clone https://android.googlesource.com/device/htc/dream    Files specific to HTC dream hardware
git clone https://android.googlesource.com/device/htc/dream-sapphire
git clone https://android.googlesource.com/device/htc/passion
git clone https://android.googlesource.com/device/htc/passion-common
git clone https://android.googlesource.com/device/htc/sapphire
git clone https://android.googlesource.com/device/lge/hammerhead
git clone https://android.googlesource.com/device/lge/hammerhead-kernel
git clone https://android.googlesource.com/device/lge/mako
git clone https://android.googlesource.com/device/lge/mako-kernel
git clone https://android.googlesource.com/device/moto/common
git clone https://android.googlesource.com/device/moto/stingray
git clone https://android.googlesource.com/device/moto/wingray
git clone https://android.googlesource.com/device/sample
git clone https://android.googlesource.com/device/samsung_slsi/arndale
git clone https://android.googlesource.com/device/samsung/crespo
git clone https://android.googlesource.com/device/samsung/crespo4g
git clone https://android.googlesource.com/device/samsung/maguro
git clone https://android.googlesource.com/device/samsung/manta
git clone https://android.googlesource.com/device/samsung/toro
git clone https://android.googlesource.com/device/samsung/toroplus
git clone https://android.googlesource.com/device/samsung/torospr
git clone https://android.googlesource.com/device/samsung/tuna
git clone https://android.googlesource.com/device/sony/lt26
git clone https://android.googlesource.com/device/ti/bootloader/uboot
git clone https://android.googlesource.com/device/ti/panda
git clone https://android.googlesource.com/kernel/common
git clone https://android.googlesource.com/kernel/exynos
git clone https://android.googlesource.com/kernel/goldfish
git clone https://android.googlesource.com/kernel/lk
git clone https://android.googlesource.com/kernel/mediatek
git clone https://android.googlesource.com/kernel/msm
git clone https://android.googlesource.com/kernel/omap
git clone https://android.googlesource.com/kernel/samsung
git clone https://android.googlesource.com/kernel/tegra
git clone https://android.googlesource.com/Kernel-Projects
git clone https://android.googlesource.com/mirror/manifest
git clone https://android.googlesource.com/platform/abi/cpp
git clone https://android.googlesource.com/platform/art
git clone https://android.googlesource.com/platform/bionic
git clone https://android.googlesource.com/platform/bootable/bootloader/legacy
git clone https://android.googlesource.com/platform/bootable/diskinstaller
git clone https://android.googlesource.com/platform/bootable/recovery
git clone https://android.googlesource.com/platform/build
git clone https://android.googlesource.com/platform/cts
git clone https://android.googlesource.com/platform/dalvik
git clone https://android.googlesource.com/platform/dalvik2
git clone https://android.googlesource.com/platform/dalvik-snapshot
git clone https://android.googlesource.com/platform/developers/build
git clone https://android.googlesource.com/platform/developers/demos
git clone https://android.googlesource.com/platform/developers/docs
git clone https://android.googlesource.com/platform/developers/samples/android
git clone https://android.googlesource.com/platform/development
git clone https://android.googlesource.com/platform/docs/source.android.com
git clone https://android.googlesource.com/platform/external/aac
git clone https://android.googlesource.com/platform/external/actionbarsherlock
git clone https://android.googlesource.com/platform/external/aes
git clone https://android.googlesource.com/platform/external/alac
git clone https://android.googlesource.com/platform/external/android-clat
git clone https://android.googlesource.com/platform/external/android-mock
git clone https://android.googlesource.com/platform/external/ant-glob
git clone https://android.googlesource.com/platform/external/antlr
git clone https://android.googlesource.com/platform/external/apache-apr
git clone https://android.googlesource.com/platform/external/apache-apr-util
git clone https://android.googlesource.com/platform/external/apache-harmony
git clone https://android.googlesource.com/platform/external/apache-http
git clone https://android.googlesource.com/platform/external/apache-log4cxx
git clone https://android.googlesource.com/platform/external/apache-qp
git clone https://android.googlesource.com/platform/external/apache-xml
git clone https://android.googlesource.com/platform/external/apple-coreaudiosamples
git clone https://android.googlesource.com/platform/external/arduino
git clone https://android.googlesource.com/platform/external/arduino-ide
git clone https://android.googlesource.com/platform/external/astl
git clone https://android.googlesource.com/platform/external/bison
git clone https://android.googlesource.com/platform/external/blktrace
git clone https://android.googlesource.com/platform/external/bluetooth/bluedroid
git clone https://android.googlesource.com/platform/external/bluetooth/bluez
git clone https://android.googlesource.com/platform/external/bluetooth/glib
git clone https://android.googlesource.com/platform/external/bluetooth/hcidump
git clone https://android.googlesource.com/platform/external/bluez
git clone https://android.googlesource.com/platform/external/boost
git clone https://android.googlesource.com/platform/external/bouncycastle
git clone https://android.googlesource.com/platform/external/bsdiff
git clone https://android.googlesource.com/platform/external/bzip2
git clone https://android.googlesource.com/platform/external/ceres-solver
git clone https://android.googlesource.com/platform/external/checkpolicy
git clone https://android.googlesource.com/platform/external/chromium
git clone https://android.googlesource.com/platform/external/chromium_org
git clone https://android.googlesource.com/platform/external/chromium_org/sdch/open-vcdiff
git clone https://android.googlesource.com/platform/external/chromium_org/testing/gtest
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/angle
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/angle_dx11
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/boringssl/src
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/brotli/src
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/freetype
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/icu
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/leveldatabase/src
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/libaddressinput/src
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/libjingle/source/talk
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/libjpeg_turbo
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/libphonenumber/src/phonenumbers
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/libphonenumber/src/resources
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/libsrtp
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/libvpx
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/libyuv
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/mesa/src
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/openmax_dl
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/openssl
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/opus/src
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/ots
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/sfntly/cpp/src
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/skia
git clone https://android.googlesource.com/platform/external/chromium_org/third_party/skia/gyp
git clone https://android.googlesource.com/platf
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值