summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2019-09-30 09:47:05 -0700
committerIvan Lozano <ivanlozano@google.com>2019-10-01 09:43:48 -0700
commita0857e6c5cebac9d537c7f56d5d4e72d27dc2a27 (patch)
treed52c1c6bd266eadcfecc131dbfdbe799044a1280
parentf41de7d479842a390a904ccd5213d46a8beecb86 (diff)
downloadmanifest-a0857e6c5cebac9d537c7f56d5d4e72d27dc2a27.tar.gz
Shallow clone AOSP master so crosvm can build.
Add the rest of AOSP into this manifest so that we can use the build system to build crosvm. Also restore project paths to external/* instead of third_party/*. Bug: 140963307 Test: repo sync Change-Id: Ieeab5eef37e6e351c0bfdb9e54f3a3f88c5cf272
-rw-r--r--default.xml792
1 files changed, 784 insertions, 8 deletions
diff --git a/default.xml b/default.xml
index 1556d76fe..5944b04c8 100644
--- a/default.xml
+++ b/default.xml
@@ -4,18 +4,794 @@
<remote name="aosp"
fetch=".."
review="https://android-review.googlesource.com/" />
- <default revision="crosvm-master"
+ <default revision="master"
remote="aosp"
sync-j="4" />
<manifest-server url="http://android-smartsync.corp.google.com/android.googlesource.com/manifestserver" />
- <project path="third_party/adhd" name="platform/external/adhd" groups="pdk" />
- <project path="platform/crosvm" name="platform/external/crosvm" groups="pdk" />
- <project path="third_party/libepoxy" name="platform/external/libepoxy" groups="pdk" />
- <project path="third_party/minigbm" name="platform/external/minigbm" groups="pdk" />
- <project path="third_party/minijail" name="platform/external/minijail" groups="pdk" />
- <project path="third_party/virglrenderer" name="platform/external/virglrenderer" groups="pdk" />
- <project path="tools/repohooks" name="platform/tools/repohooks" groups="adt-infra,cts,developers,motodev,pdk,tools,tradefed" />
+
+ <project path="build/make" name="platform/build" groups="pdk" clone-depth="1" >
+ <copyfile src="core/root.mk" dest="Makefile" />
+ <linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
+ <linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" />
+ <linkfile src="core" dest="build/core" />
+ <linkfile src="envsetup.sh" dest="build/envsetup.sh" />
+ <linkfile src="target" dest="build/target" />
+ <linkfile src="tools" dest="build/tools" />
+ </project>
+ <project path="build/blueprint" name="platform/build/blueprint" groups="pdk,tradefed" clone-depth="1" />
+ <project path="build/soong" name="platform/build/soong" groups="pdk,tradefed" clone-depth="1" >
+ <linkfile src="root.bp" dest="Android.bp" />
+ <linkfile src="bootstrap.bash" dest="bootstrap.bash" />
+ </project>
+ <project path="art" name="platform/art" groups="pdk" clone-depth="1" />
+ <project path="bionic" name="platform/bionic" groups="pdk" clone-depth="1" />
+ <project path="bootable/recovery" name="platform/bootable/recovery" groups="pdk" clone-depth="1" />
+ <project path="compatibility/cdd" name="platform/compatibility/cdd" groups="pdk" clone-depth="1" />
+ <project path="cts" name="platform/cts" groups="cts,pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="dalvik" name="platform/dalvik" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="developers/build" name="platform/developers/build" groups="developers,pdk" clone-depth="1" />
+ <project path="developers/demos" name="platform/developers/demos" groups="developers" clone-depth="1" />
+ <project path="developers/samples/android" name="platform/developers/samples/android" groups="developers" clone-depth="1" />
+ <project path="development" name="platform/development" groups="developers,pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="device/amlogic/yukawa" name="device/amlogic/yukawa" groups="device,yukawa,pdk" clone-depth="1" />
+ <project path="device/amlogic/yukawa-kernel" name="device/amlogic/yukawa-kernel" groups="device,yukawa,pdk" clone-depth="1" />
+ <project path="device/common" name="device/common" groups="pdk-cw-fs,pdk" clone-depth="1" />
+ <project path="device/generic/arm64" name="device/generic/arm64" groups="pdk" clone-depth="1" />
+ <project path="device/generic/armv7-a-neon" name="device/generic/armv7-a-neon" groups="pdk" clone-depth="1" />
+ <project path="device/generic/car" name="device/generic/car" groups="pdk" clone-depth="1" />
+ <project path="device/generic/common" name="device/generic/common" groups="pdk" clone-depth="1" />
+ <project path="device/generic/goldfish" name="device/generic/goldfish" groups="pdk" clone-depth="1" />
+ <project path="device/generic/goldfish-opengl" name="device/generic/goldfish-opengl" groups="pdk" clone-depth="1" />
+ <project path="device/generic/mini-emulator-arm64" name="device/generic/mini-emulator-arm64" groups="pdk" clone-depth="1" />
+ <project path="device/generic/mini-emulator-armv7-a-neon" name="device/generic/mini-emulator-armv7-a-neon" groups="pdk" clone-depth="1" />
+ <project path="device/generic/mini-emulator-x86" name="device/generic/mini-emulator-x86" groups="pdk" clone-depth="1" />
+ <project path="device/generic/mini-emulator-x86_64" name="device/generic/mini-emulator-x86_64" groups="pdk" clone-depth="1" />
+ <project path="device/generic/opengl-transport" name="device/generic/opengl-transport" groups="pdk" clone-depth="1" />
+ <project path="device/generic/qemu" name="device/generic/qemu" groups="pdk" clone-depth="1" />
+ <project path="device/generic/trusty" name="device/generic/trusty" groups="pdk" clone-depth="1" />
+ <project path="device/generic/uml" name="device/generic/uml" groups="device,pdk" clone-depth="1" />
+ <project path="device/generic/x86" name="device/generic/x86" groups="pdk" clone-depth="1" />
+ <project path="device/generic/x86_64" name="device/generic/x86_64" groups="pdk" clone-depth="1" />
+ <project path="device/google/atv" name="device/google/atv" groups="device,broadcom_pdk,generic_fs,pdk" clone-depth="1" />
+ <project path="device/google/bonito" name="device/google/bonito" groups="device,bonito" clone-depth="1" />
+ <project path="device/google/bonito-kernel" name="device/google/bonito-kernel" groups="device,bonito" clone-depth="1" />
+ <project path="device/google/bonito-sepolicy" name="device/google/bonito-sepolicy" groups="device,bonito" clone-depth="1" />
+ <project path="device/google/contexthub" name="device/google/contexthub" groups="device,marlin,pdk" clone-depth="1" />
+ <project path="device/google/crosshatch" name="device/google/crosshatch" groups="device,crosshatch,generic_fs" clone-depth="1" />
+ <project path="device/google/crosshatch-kernel" name="device/google/crosshatch-kernel" groups="device,crosshatch,generic_fs" clone-depth="1" />
+ <project path="device/google/crosshatch-sepolicy" name="device/google/crosshatch-sepolicy" groups="device,crosshatch,generic_fs" clone-depth="1" />
+ <project path="device/google/cuttlefish" name="device/google/cuttlefish" groups="device,pdk" clone-depth="1" />
+ <project path="device/google/cuttlefish_common" name="device/google/cuttlefish_common" groups="device,pdk" clone-depth="1" />
+ <project path="device/google/cuttlefish_kernel" name="device/google/cuttlefish_kernel" groups="device,pdk" clone-depth="1" />
+ <project path="device/google/cuttlefish_vmm" name="device/google/cuttlefish_vmm" groups="device,pdk" />
+ <project path="device/google/fuchsia" name="device/google/fuchsia" groups="device" clone-depth="1" />
+ <project path="device/google/marlin" name="device/google/marlin" groups="device,marlin" clone-depth="1" />
+ <project path="device/google/marlin-kernel" name="device/google/marlin-kernel" groups="device,marlin" clone-depth="1" />
+ <project path="device/google/muskie" name="device/google/muskie" groups="device,generic_fs,muskie" clone-depth="1" />
+ <project path="device/google/taimen" name="device/google/taimen" groups="device,taimen" clone-depth="1" />
+ <project path="device/google/vrservices" name="device/google/vrservices" groups="pdk" clone-depth="1" />
+ <project path="device/google/wahoo" name="device/google/wahoo" groups="device,generic_fs,wahoo" clone-depth="1" />
+ <project path="device/google/wahoo-kernel" name="device/google/wahoo-kernel" groups="device,generic_fs,wahoo" clone-depth="1" />
+ <project path="device/google_car" name="device/google_car" groups="device,generic_fs" clone-depth="1" />
+ <project path="device/linaro/bootloader/arm-trusted-firmware" name="device/linaro/bootloader/arm-trusted-firmware" clone-depth="1" />
+ <project path="device/linaro/bootloader/edk2" name="device/linaro/bootloader/edk2" clone-depth="1" />
+ <project path="device/linaro/bootloader/OpenPlatformPkg" name="device/linaro/bootloader/OpenPlatformPkg" clone-depth="1" />
+ <project path="device/linaro/dragonboard" name="device/linaro/dragonboard" groups="device,dragonboard,pdk" clone-depth="1" />
+ <project path="device/linaro/dragonboard-kernel" name="device/linaro/dragonboard-kernel" groups="device,dragonboard,pdk" clone-depth="1" />
+ <project path="device/linaro/hikey" name="device/linaro/hikey" groups="device,hikey,pdk" clone-depth="1" />
+ <project path="device/linaro/hikey-kernel" name="device/linaro/hikey-kernel" groups="device,hikey,pdk" clone-depth="1" />
+ <project path="device/linaro/poplar" name="device/linaro/poplar" groups="device,poplar,pdk" clone-depth="1" />
+ <project path="device/linaro/poplar-kernel" name="device/linaro/poplar-kernel" groups="device,poplar,pdk" clone-depth="1" />
+ <project path="device/sample" name="device/sample" groups="pdk" clone-depth="1" />
+ <project path="device/ti/beagle_x15" name="device/ti/beagle-x15" groups="device,beagle_x15,pdk" clone-depth="1" />
+ <project path="device/ti/beagle_x15-kernel" name="device/ti/beagle-x15-kernel" groups="device,beagle_x15,pdk" clone-depth="1" />
+ <project path="external/ARMComputeLibrary" name="platform/external/ARMComputeLibrary" groups="pdk" clone-depth="1" />
+ <project path="external/aac" name="platform/external/aac" groups="pdk" clone-depth="1" />
+ <project path="external/adeb" name="platform/external/adeb" groups="pdk" clone-depth="1" />
+ <project path="external/adhd" name="platform/external/adhd" groups="pdk" revision="crosvm-master" />
+ <project path="external/adt-infra" name="platform/external/adt-infra" groups="adt-infra,notdefault,pdk-fs" clone-depth="1" />
+ <project path="external/android-clat" name="platform/external/android-clat" groups="pdk" clone-depth="1" />
+ <project path="external/androidplot" name="platform/external/androidplot" groups="pdk" clone-depth="1" />
+ <project path="external/ant-glob" name="platform/external/ant-glob" groups="pdk" clone-depth="1" />
+ <project path="external/antlr" name="platform/external/antlr" groups="pdk" clone-depth="1" />
+ <project path="external/apache-commons-bcel" name="platform/external/apache-commons-bcel" groups="pdk" clone-depth="1" />
+ <project path="external/apache-commons-compress" name="platform/external/apache-commons-compress" groups="pdk" clone-depth="1" />
+ <project path="external/apache-commons-math" name="platform/external/apache-commons-math" groups="pdk" clone-depth="1" />
+ <project path="external/apache-harmony" name="platform/external/apache-harmony" groups="pdk" clone-depth="1" />
+ <project path="external/apache-http" name="platform/external/apache-http" groups="pdk" clone-depth="1" />
+ <project path="external/apache-xml" name="platform/external/apache-xml" groups="pdk" clone-depth="1" />
+ <project path="external/archive-patcher" name="platform/external/archive-patcher" groups="pdk" clone-depth="1" />
+ <project path="external/arm-neon-tests" name="platform/external/arm-neon-tests" groups="vendor" clone-depth="1" />
+ <project path="external/arm-optimized-routines" name="platform/external/arm-optimized-routines" groups="pdk" clone-depth="1" />
+ <project path="external/autotest" name="platform/external/autotest" groups="pdk-fs" clone-depth="1" />
+ <project path="external/avb" name="platform/external/avb" groups="pdk" clone-depth="1" />
+ <project path="external/bcc" name="platform/external/bcc" groups="pdk" clone-depth="1" />
+ <project path="external/blktrace" name="platform/external/blktrace" groups="pdk" clone-depth="1" />
+ <project path="external/boringssl" name="platform/external/boringssl" groups="pdk" clone-depth="1" />
+ <project path="external/bouncycastle" name="platform/external/bouncycastle" groups="pdk" clone-depth="1" />
+ <project path="external/brotli" name="platform/external/brotli" groups="pdk" clone-depth="1" />
+ <project path="external/bsdiff" name="platform/external/bsdiff" groups="pdk" clone-depth="1" />
+ <project path="external/bzip2" name="platform/external/bzip2" groups="pdk" clone-depth="1" />
+ <project path="external/caliper" name="platform/external/caliper" groups="pdk" clone-depth="1" />
+ <project path="external/capstone" name="platform/external/capstone" groups="pdk" clone-depth="1" />
+ <project path="external/catch2" name="platform/external/catch2" groups="pdk" clone-depth="1" />
+ <project path="external/cblas" name="platform/external/cblas" groups="pdk" clone-depth="1" />
+ <project path="external/chromium-libpac" name="platform/external/chromium-libpac" groups="pdk" clone-depth="1" />
+ <project path="external/chromium-trace" name="platform/external/chromium-trace" groups="pdk" clone-depth="1" />
+ <project path="external/chromium-webview" name="platform/external/chromium-webview" groups="pdk" clone-depth="1" />
+ <project path="external/clang" name="platform/external/clang" groups="pdk" clone-depth="1" />
+ <project path="external/cldr" name="platform/external/cldr" groups="pdk" clone-depth="1" />
+ <project path="external/cmockery" name="platform/external/cmockery" groups="pdk" clone-depth="1" />
+ <project path="external/cn-cbor" name="platform/external/cn-cbor" groups="pdk" clone-depth="1" />
+ <project path="external/compiler-rt" name="platform/external/compiler-rt" groups="pdk" clone-depth="1" />
+ <project path="external/conscrypt" name="platform/external/conscrypt" groups="pdk" clone-depth="1" />
+ <project path="external/cpu_features" name="platform/external/cpu_features" groups="pdk" clone-depth="1" />
+ <project path="external/crcalc" name="platform/external/crcalc" groups="pdk" clone-depth="1" />
+ <project path="external/cros/system_api" name="platform/external/cros/system_api" groups="pdk" clone-depth="1" />
+ <project path="external/crosvm" name="platform/external/crosvm" groups="pdk" revision="crosvm-master" />
+ <project path="external/curl" name="platform/external/curl" groups="pdk" clone-depth="1" />
+ <project path="external/dagger2" name="platform/external/dagger2" groups="pdk" clone-depth="1" />
+ <project path="external/deqp" name="platform/external/deqp" groups="pdk-fs" clone-depth="1" />
+ <project path="external/deqp-deps/SPIRV-Headers" name="platform/external/deqp-deps/SPIRV-Headers" groups="pdk-fs" clone-depth="1" />
+ <project path="external/deqp-deps/SPIRV-Tools" name="platform/external/deqp-deps/SPIRV-Tools" groups="pdk-fs" clone-depth="1" />
+ <project path="external/deqp-deps/glslang" name="platform/external/deqp-deps/glslang" groups="pdk-fs" clone-depth="1" />
+ <project path="external/desugar" name="platform/external/desugar" groups="pdk" clone-depth="1" />
+ <project path="external/dexmaker" name="platform/external/dexmaker" groups="pdk" clone-depth="1" />
+ <project path="external/dlmalloc" name="platform/external/dlmalloc" groups="pdk" clone-depth="1" />
+ <project path="external/dng_sdk" name="platform/external/dng_sdk" groups="pdk" clone-depth="1" />
+ <project path="external/dnsmasq" name="platform/external/dnsmasq" groups="pdk" clone-depth="1" />
+ <project path="external/doclava" name="platform/external/doclava" groups="pdk" clone-depth="1" />
+ <project path="external/dokka" name="platform/external/dokka" groups="pdk" clone-depth="1" />
+ <project path="external/drm_hwcomposer" name="platform/external/drm_hwcomposer" groups="drm_hwcomposer,pdk-fs" clone-depth="1" />
+ <project path="external/droiddriver" name="platform/external/droiddriver" groups="pdk" clone-depth="1" />
+ <project path="external/drrickorang" name="platform/external/drrickorang" groups="pdk" clone-depth="1" />
+ <project path="external/dtc" name="platform/external/dtc" groups="pdk" clone-depth="1" />
+ <project path="external/dynamic_depth" name="platform/external/dynamic_depth" groups="pdk" clone-depth="1" />
+ <project path="external/e2fsprogs" name="platform/external/e2fsprogs" groups="pdk" clone-depth="1" />
+ <project path="external/easymock" name="platform/external/easymock" groups="pdk" clone-depth="1" />
+ <project path="external/eigen" name="platform/external/eigen" groups="pdk" clone-depth="1" />
+ <project path="external/elfutils" name="platform/external/elfutils" groups="pdk" clone-depth="1" />
+ <project path="external/emma" name="platform/external/emma" groups="pdk" clone-depth="1" />
+ <project path="external/epid-sdk" name="platform/external/epid-sdk" groups="pdk" clone-depth="1" />
+ <project path="external/error_prone" name="platform/external/error_prone" groups="pdk" clone-depth="1" />
+ <project path="external/expat" name="platform/external/expat" groups="pdk" clone-depth="1" />
+ <project path="external/f2fs-tools" name="platform/external/f2fs-tools" groups="pdk" clone-depth="1" />
+ <project path="external/fdlibm" name="platform/external/fdlibm" groups="pdk" clone-depth="1" />
+ <project path="external/fec" name="platform/external/fec" groups="pdk" clone-depth="1" />
+ <project path="external/flac" name="platform/external/flac" groups="pdk" clone-depth="1" />
+ <project path="external/flatbuffers" name="platform/external/flatbuffers" groups="pdk" clone-depth="1" />
+ <project path="external/fonttools" name="platform/external/fonttools" groups="pdk" clone-depth="1" />
+ <project path="external/fmtlib" name="platform/external/fmtlib" groups="pdk" clone-depth="1" />
+ <project path="external/freetype" name="platform/external/freetype" groups="pdk" clone-depth="1" />
+ <project path="external/fsck_msdos" name="platform/external/fsck_msdos" groups="pdk" clone-depth="1" />
+ <project path="external/fsverity-utils" name="platform/external/fsverity-utils" groups="pdk" clone-depth="1" />
+ <project path="external/gemmlowp" name="platform/external/gemmlowp" groups="pdk" clone-depth="1" />
+ <project path="external/gflags" name="platform/external/gflags" groups="pdk" clone-depth="1" />
+ <project path="external/giflib" name="platform/external/giflib" groups="pdk,qcom_msm8x26" clone-depth="1" />
+ <project path="external/glide" name="platform/external/glide" groups="pdk" clone-depth="1" />
+ <project path="external/golang-protobuf" name="platform/external/golang-protobuf" groups="pdk" clone-depth="1" />
+ <project path="external/google-benchmark" name="platform/external/google-benchmark" groups="pdk" clone-depth="1" />
+ <project path="external/google-breakpad" name="platform/external/google-breakpad" groups="pdk-fs" clone-depth="1" />
+ <project path="external/google-fonts/arbutus-slab" name="platform/external/google-fonts/arbutus-slab" groups="pdk" clone-depth="1" />
+ <project path="external/google-fonts/arvo" name="platform/external/google-fonts/arvo" groups="pdk" clone-depth="1" />
+ <project path="external/google-fonts/carrois-gothic-sc" name="platform/external/google-fonts/carrois-gothic-sc" groups="pdk" clone-depth="1" />
+ <project path="external/google-fonts/coming-soon" name="platform/external/google-fonts/coming-soon" groups="pdk" clone-depth="1" />
+ <project path="external/google-fonts/cutive-mono" name="platform/external/google-fonts/cutive-mono" groups="pdk" clone-depth="1" />
+ <project path="external/google-fonts/dancing-script" name="platform/external/google-fonts/dancing-script" groups="pdk" clone-depth="1" />
+ <project path="external/google-fonts/lato" name="platform/external/google-fonts/lato" groups="pdk" clone-depth="1" />
+ <project path="external/google-fonts/source-sans-pro" name="platform/external/google-fonts/source-sans-pro" groups="pdk" clone-depth="1" />
+ <project path="external/google-fonts/rubik" name="platform/external/google-fonts/rubik" groups="pdk" clone-depth="1" />
+ <project path="external/google-fonts/zilla-slab" name="platform/external/google-fonts/zilla-slab" groups="pdk" clone-depth="1" />
+ <project path="external/google-fruit" name="platform/external/google-fruit" groups="pdk" clone-depth="1" />
+ <project path="external/google-styleguide" name="platform/external/google-styleguide" groups="pdk" clone-depth="1" />
+ <project path="external/googletest" name="platform/external/googletest" groups="pdk" clone-depth="1" />
+ <project path="external/gptfdisk" name="platform/external/gptfdisk" groups="pdk" clone-depth="1" />
+ <project path="external/grpc-grpc" name="platform/external/grpc-grpc" groups="pdk,tradefed" clone-depth="1" />
+ <project path="external/grpc-grpc-java" name="platform/external/grpc-grpc-java" groups="pdk,tradefed" clone-depth="1" />
+ <project path="external/guava" name="platform/external/guava" groups="pdk" clone-depth="1" />
+ <project path="external/guice" name="platform/external/guice" groups="pdk" clone-depth="1" />
+ <project path="external/gwp_asan" name="platform/external/gwp_asan" groups="pdk" clone-depth="1" />
+ <project path="external/hamcrest" name="platform/external/hamcrest" groups="pdk" clone-depth="1" />
+ <project path="external/harfbuzz_ng" name="platform/external/harfbuzz_ng" groups="pdk,qcom_msm8x26" clone-depth="1" />
+ <project path="external/honggfuzz" name="platform/external/honggfuzz" groups="pdk" clone-depth="1" />
+ <project path="external/hyphenation-patterns" name="platform/external/hyphenation-patterns" groups="pdk" clone-depth="1" />
+ <project path="external/icu" name="platform/external/icu" groups="pdk" clone-depth="1" />
+ <project path="external/igt-gpu-tools" name="platform/external/igt-gpu-tools" groups="pdk" clone-depth="1" />
+ <project path="external/ImageMagick" name="platform/external/ImageMagick" groups="pdk" clone-depth="1" />
+ <project path="external/image_io" name="platform/external/image_io" groups="pdk" clone-depth="1" />
+ <project path="external/ims" name="platform/external/ims" groups="pdk" clone-depth="1" />
+ <project path="external/iperf3" name="platform/external/iperf3" groups="pdk" clone-depth="1" />
+ <project path="external/iproute2" name="platform/external/iproute2" groups="pdk" clone-depth="1" />
+ <project path="external/ipsec-tools" name="platform/external/ipsec-tools" groups="pdk" clone-depth="1" />
+ <project path="external/iptables" name="platform/external/iptables" groups="pdk" clone-depth="1" />
+ <project path="external/iputils" name="platform/external/iputils" groups="pdk" clone-depth="1" />
+ <project path="external/iw" name="platform/external/iw" groups="pdk" clone-depth="1" />
+ <project path="external/jacoco" name="platform/external/jacoco" groups="pdk" clone-depth="1" />
+ <project path="external/jarjar" name="platform/external/jarjar" groups="pdk" clone-depth="1" />
+ <project path="external/javaparser" name="platform/external/javaparser" groups="pdk" clone-depth="1" />
+ <project path="external/javapoet" name="platform/external/javapoet" groups="pdk" clone-depth="1" />
+ <project path="external/javasqlite" name="platform/external/javasqlite" groups="pdk" clone-depth="1" />
+ <project path="external/jcommander" name="platform/external/jcommander" groups="pdk" clone-depth="1" />
+ <project path="external/jdiff" name="platform/external/jdiff" groups="pdk" clone-depth="1" />
+ <project path="external/jemalloc" name="platform/external/jemalloc" groups="pdk" clone-depth="1" />
+ <project path="external/jemalloc_new" name="platform/external/jemalloc_new" groups="pdk" clone-depth="1" />
+ <project path="external/jline" name="platform/external/jline" groups="pdk,tradefed,pdk-fs" clone-depth="1" />
+ <project path="external/jsilver" name="platform/external/jsilver" groups="pdk" clone-depth="1" />
+ <project path="external/jsmn" name="platform/external/jsmn" groups="pdk" clone-depth="1" />
+ <project path="external/jsoncpp" name="platform/external/jsoncpp" groups="pdk" clone-depth="1" />
+ <project path="external/jsr305" name="platform/external/jsr305" groups="pdk" clone-depth="1" />
+ <project path="external/jsr330" name="platform/external/jsr330" groups="pdk" clone-depth="1" />
+ <project path="external/junit" name="platform/external/junit" groups="pdk" clone-depth="1" />
+ <project path="external/junit-params" name="platform/external/junit-params" groups="pdk" clone-depth="1" />
+ <project path="external/kernel-headers" name="platform/external/kernel-headers" groups="pdk" clone-depth="1" />
+ <project path="external/kmod" name="platform/external/kmod" groups="pdk" clone-depth="1" />
+ <project path="external/kotlinc" name="platform/external/kotlinc" groups="pdk" clone-depth="1" />
+ <project path="external/kotlinx.coroutines" name="platform/external/kotlinx.coroutines" groups="pdk" clone-depth="1" />
+ <project path="external/ksoap2" name="platform/external/ksoap2" groups="pdk" clone-depth="1" />
+ <project path="external/libaom" name="platform/external/libaom" groups="pdk" clone-depth="1" />
+ <project path="external/libavc" name="platform/external/libavc" groups="pdk" clone-depth="1" />
+ <project path="external/libbackup" name="platform/external/libbackup" groups="pdk" clone-depth="1" />
+ <project path="external/libbrillo" name="platform/external/libbrillo" groups="pdk" clone-depth="1" />
+ <project path="external/libcap" name="platform/external/libcap" groups="pdk" clone-depth="1" />
+ <project path="external/libcap-ng" name="platform/external/libcap-ng" groups="pdk" clone-depth="1" />
+ <project path="external/libchrome" name="platform/external/libchrome" groups="pdk" clone-depth="1" />
+ <project path="external/libcups" name="platform/external/libcups" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="external/libcxx" name="platform/external/libcxx" groups="pdk" clone-depth="1" />
+ <project path="external/libcxxabi" name="platform/external/libcxxabi" groups="pdk" clone-depth="1" />
+ <project path="external/libdaemon" name="platform/external/libdaemon" groups="pdk" clone-depth="1" />
+ <project path="external/libdivsufsort" name="platform/external/libdivsufsort" groups="pdk" clone-depth="1" />
+ <project path="external/libdrm" name="platform/external/libdrm" groups="pdk" clone-depth="1" />
+ <project path="external/libepoxy" name="platform/external/libepoxy" groups="pdk" revision="crosvm-master" />
+ <project path="external/libese" name="platform/external/libese" groups="pdk" clone-depth="1" />
+ <project path="external/libevent" name="platform/external/libevent" groups="pdk" clone-depth="1" />
+ <project path="external/libexif" name="platform/external/libexif" groups="pdk" clone-depth="1" />
+ <project path="external/libffi" name="platform/external/libffi" groups="pdk" clone-depth="1" />
+ <project path="external/libfuse" name="platform/external/libfuse" groups="pdk" clone-depth="1" />
+ <project path="external/libgsm" name="platform/external/libgsm" groups="pdk" clone-depth="1" />
+ <project path="external/libhevc" name="platform/external/libhevc" groups="pdk" clone-depth="1" />
+ <project path="external/libjpeg-turbo" name="platform/external/libjpeg-turbo" groups="pdk" clone-depth="1" />
+ <project path="external/libkmsxx" name="platform/external/libkmsxx" groups="pdk" clone-depth="1" />
+ <project path="external/libldac" name="platform/external/libldac" groups="pdk" clone-depth="1" />
+ <project path="external/libmpeg2" name="platform/external/libmpeg2" groups="pdk" clone-depth="1" />
+ <project path="external/libmtp" name="platform/external/libmtp" groups="pdk" clone-depth="1" />
+ <project path="external/libnetfilter_conntrack" name="platform/external/libnetfilter_conntrack" groups="pdk" clone-depth="1" />
+ <project path="external/libnfnetlink" name="platform/external/libnfnetlink" groups="pdk" clone-depth="1" />
+ <project path="external/libnl" name="platform/external/libnl" groups="pdk" clone-depth="1" />
+ <project path="external/libogg" name="platform/external/libogg" groups="pdk" clone-depth="1" />
+ <project path="external/libopus" name="platform/external/libopus" groups="pdk" clone-depth="1" />
+ <project path="external/libpcap" name="platform/external/libpcap" groups="pdk" clone-depth="1" />
+ <project path="external/libphonenumber" name="platform/external/libphonenumber" groups="pdk" clone-depth="1" />
+ <project path="external/libpng" name="platform/external/libpng" groups="pdk" clone-depth="1" />
+ <project path="external/libprotobuf-mutator" name="platform/external/libprotobuf-mutator" groups="pdk" clone-depth="1" />
+ <project path="external/libtextclassifier" name="platform/external/libtextclassifier" groups="pdk" clone-depth="1" />
+ <project path="external/libunwind" name="platform/external/libunwind" groups="pdk" clone-depth="1" />
+ <project path="external/libunwind_llvm" name="platform/external/libunwind_llvm" groups="pdk" clone-depth="1" />
+ <project path="external/libusb" name="platform/external/libusb" groups="pdk" clone-depth="1" />
+ <project path="external/libusb-compat" name="platform/external/libusb-compat" groups="pdk" clone-depth="1" />
+ <project path="external/libutf" name="platform/external/libutf" groups="pdk" clone-depth="1" />
+ <project path="external/libvpx" name="platform/external/libvpx" groups="pdk" clone-depth="1" />
+ <project path="external/libvterm" name="platform/external/libvterm" groups="pdk" clone-depth="1" />
+ <project path="external/libxaac" name="platform/external/libxaac" groups="pdk" clone-depth="1" />
+ <project path="external/libxcam" name="platform/external/libxcam" groups="pdk" clone-depth="1" />
+ <project path="external/libxkbcommon" name="platform/external/libxkbcommon" groups="pdk" clone-depth="1" />
+ <project path="external/libxml2" name="platform/external/libxml2" groups="pdk,libxml2" clone-depth="1" />
+ <project path="external/libyuv" name="platform/external/libyuv" groups="pdk,libyuv" clone-depth="1" />
+ <project path="external/linux-kselftest" name="platform/external/linux-kselftest" groups="vts,pdk" clone-depth="1" />
+ <project path="external/llvm" name="platform/external/llvm" groups="pdk" clone-depth="1" />
+ <project path="external/lmfit" name="platform/external/lmfit" groups="pdk" clone-depth="1" />
+ <project path="external/lottie" name="platform/external/lottie" groups="pdk" clone-depth="1" />
+ <project path="external/lua" name="platform/external/lua" groups="pdk" clone-depth="1" />
+ <project path="external/ltp" name="platform/external/ltp" groups="vts,pdk" clone-depth="1" />
+ <project path="external/lz4" name="platform/external/lz4" groups="pdk" clone-depth="1" />
+ <project path="external/lzma" name="platform/external/lzma" groups="pdk" clone-depth="1" />
+ <project path="external/markdown" name="platform/external/markdown" groups="pdk" clone-depth="1" />
+ <project path="external/mdnsresponder" name="platform/external/mdnsresponder" groups="pdk" clone-depth="1" />
+ <project path="external/mesa3d" name="platform/external/mesa3d" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="external/Microsoft-GSL" name="platform/external/Microsoft-GSL" groups="pdk" clone-depth="1" />
+ <project path="external/mime-support" name="platform/external/mime-support" groups="pdk" clone-depth="1" />
+ <project path="external/minigbm" name="platform/external/minigbm" groups="pdk" revision="crosvm-master" />
+ <project path="external/minijail" name="platform/external/minijail" groups="pdk" revision="crosvm-master" />
+ <project path="external/mksh" name="platform/external/mksh" groups="pdk" clone-depth="1" />
+ <project path="external/mockftpserver" name="platform/external/mockftpserver" groups="pdk" clone-depth="1" />
+ <project path="external/mockito" name="platform/external/mockito" groups="pdk" clone-depth="1" />
+ <project path="external/mockwebserver" name="platform/external/mockwebserver" groups="pdk" clone-depth="1" />
+ <project path="external/modp_b64" name="platform/external/modp_b64" groups="pdk" clone-depth="1" />
+ <project path="external/mp4parser" name="platform/external/mp4parser" groups="pdk" clone-depth="1" />
+ <project path="external/mtpd" name="platform/external/mtpd" groups="pdk" clone-depth="1" />
+ <project path="external/nanohttpd" name="platform/external/nanohttpd" groups="pdk" clone-depth="1" />
+ <project path="external/nanopb-c" name="platform/external/nanopb-c" groups="pdk" clone-depth="1" />
+ <project path="external/naver-fonts" name="platform/external/naver-fonts" groups="pdk" clone-depth="1" />
+ <project path="external/neon_2_sse" name="platform/external/neon_2_sse" groups="pdk" clone-depth="1" />
+ <project path="external/neven" name="platform/external/neven" groups="pdk" clone-depth="1" />
+ <project path="external/newfs_msdos" name="platform/external/newfs_msdos" groups="pdk" clone-depth="1" />
+ <project path="external/nfacct" name="platform/external/nfacct" groups="pdk" clone-depth="1" />
+ <project path="external/nist-pkits" name="platform/external/nist-pkits" groups="pdk" clone-depth="1" />
+ <project path="external/nist-sip" name="platform/external/nist-sip" groups="pdk" clone-depth="1" />
+ <project path="external/nos/host/android" name="platform/external/nos/host/android" groups="pixel" clone-depth="1" />
+ <project path="external/nos/host/generic" name="platform/external/nos/host/generic" groups="pixel" clone-depth="1" />
+ <project path="external/nos/test/system-test-harness" name="platform/external/nos/test/system-test-harness" groups="pixel" clone-depth="1" />
+ <project path="external/noto-fonts" name="platform/external/noto-fonts" groups="pdk" clone-depth="1" />
+ <project path="external/oauth" name="platform/external/oauth" groups="pdk" clone-depth="1" />
+ <project path="external/objenesis" name="platform/external/objenesis" groups="pdk" clone-depth="1" />
+ <project path="external/oj-libjdwp" name="platform/external/oj-libjdwp" groups="pdk" clone-depth="1" />
+ <project path="external/okhttp" name="platform/external/okhttp" groups="pdk" clone-depth="1" />
+ <project path="external/one-true-awk" name="platform/external/one-true-awk" groups="pdk" clone-depth="1" />
+ <project path="external/opencensus-java" name="platform/external/opencensus-java" groups="pdk,tradefed" clone-depth="1" />
+ <project path="external/OpenCSD" name="platform/external/OpenCSD" groups="pdk" clone-depth="1" />
+ <project path="external/oss-fuzz" name="platform/external/oss-fuzz" groups="pdk" clone-depth="1" />
+ <project path="external/owasp/sanitizer" name="platform/external/owasp/sanitizer" groups="pdk" clone-depth="1" />
+ <project path="external/parameter-framework" name="platform/external/parameter-framework" groups="pdk" clone-depth="1" />
+ <project path="external/pcre" name="platform/external/pcre" groups="pdk" clone-depth="1" />
+ <project path="external/pdfium" name="platform/external/pdfium" groups="pdk" clone-depth="1" />
+ <project path="external/perfetto" name="platform/external/perfetto" groups="pdk" clone-depth="1" />
+ <project path="external/piex" name="platform/external/piex" groups="pdk" clone-depth="1" />
+ <project path="external/ply" name="platform/external/ply" groups="pdk" clone-depth="1" />
+ <project path="external/ppp" name="platform/external/ppp" groups="pdk" clone-depth="1" />
+ <project path="external/proguard" name="platform/external/proguard" groups="pdk" clone-depth="1" />
+ <project path="external/protobuf" name="platform/external/protobuf" groups="pdk" clone-depth="1" />
+ <project path="external/protobuf-javalite" name="platform/external/protobuf-javalite" groups="pdk" clone-depth="1" />
+ <project path="external/puffin" name="platform/external/puffin" groups="pdk" clone-depth="1" />
+ <project path="external/python/apitools" name="platform/external/python/apitools" groups="pdk" clone-depth="1" />
+ <project path="external/python/appdirs" name="platform/external/python/appdirs" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/asn1crypto" name="platform/external/python/asn1crypto" groups="pdk" clone-depth="1" />
+ <project path="external/python/atomicwrites" name="platform/external/python/atomicwrites" groups="pdk" clone-depth="1" />
+ <project path="external/python/attrs" name="platform/external/python/attrs" groups="pdk" clone-depth="1" />
+ <project path="external/python/cachetools" name="platform/external/python/cachetools" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/cffi" name="platform/external/python/cffi" groups="pdk" clone-depth="1" />
+ <project path="external/python/cpython2" name="platform/external/python/cpython2" groups="pdk" clone-depth="1" />
+ <project path="external/python/cpython3" name="platform/external/python/cpython3" groups="pdk" clone-depth="1" />
+ <project path="external/python/cryptography" name="platform/external/python/cryptography" groups="pdk" clone-depth="1" />
+ <project path="external/python/dateutil" name="platform/external/python/dateutil" groups="pdk" clone-depth="1" />
+ <project path="external/python/dill" name="platform/external/python/dill" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/enum" name="platform/external/python/enum" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/enum34" name="platform/external/python/enum34" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/funcsigs" name="platform/external/python/funcsigs" groups="pdk" clone-depth="1" />
+ <project path="external/python/future" name="platform/external/python/future" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/futures" name="platform/external/python/futures" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/gapic-google-cloud-pubsub-v1" name="platform/external/python/gapic-google-cloud-pubsub-v1" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/google-api-python-client" name="platform/external/python/google-api-python-client" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/google-auth" name="platform/external/python/google-auth" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/google-auth-httplib2" name="platform/external/python/google-auth-httplib2" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/google-cloud-core" name="platform/external/python/google-cloud-core" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/google-cloud-pubsub" name="platform/external/python/google-cloud-pubsub" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/google-gax" name="platform/external/python/google-gax" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/googleapis" name="platform/external/python/googleapis" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/grpc-google-iam-v1" name="platform/external/python/grpc-google-iam-v1" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/grpcio" name="platform/external/python/grpcio" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/httplib2" name="platform/external/python/httplib2" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/ipaddress" name="platform/external/python/ipaddress" groups="pdk" clone-depth="1" />
+ <project path="external/python/matplotlib" name="platform/external/python/matplotlib" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/mock" name="platform/external/python/mock" groups="pdk" clone-depth="1" />
+ <project path="external/python/more-itertools" name="platform/external/python/more-itertools" groups="pdk" clone-depth="1" />
+ <project path="external/python/numpy" name="platform/external/python/numpy" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/oauth2client" name="platform/external/python/oauth2client" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/olefile" name="platform/external/python/olefile" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/packaging" name="platform/external/python/packaging" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/parse" name="platform/external/python/parse" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/Pillow" name="platform/external/python/Pillow" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/ply" name="platform/external/python/ply" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/pluggy" name="platform/external/python/pluggy" groups="pdk" clone-depth="1" />
+ <project path="external/python/proto-google-cloud-pubsub-v1" name="platform/external/python/proto-google-cloud-pubsub-v1" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/protobuf" name="platform/external/python/protobuf" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/py" name="platform/external/python/py" groups="pdk" clone-depth="1" />
+ <project path="external/python/pyasn1" name="platform/external/python/pyasn1" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/pyasn1-modules" name="platform/external/python/pyasn1-modules" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/pycparser" name="platform/external/python/pycparser" groups="pdk" clone-depth="1" />
+ <project path="external/python/pyopenssl" name="platform/external/python/pyopenssl" groups="pdk" clone-depth="1" />
+ <project path="external/python/pyparsing" name="platform/external/python/pyparsing" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/pytest" name="platform/external/python/pytest" groups="pdk" clone-depth="1" />
+ <project path="external/python/requests" name="platform/external/python/requests" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/rsa" name="platform/external/python/rsa" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/scipy" name="platform/external/python/scipy" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/setuptools" name="platform/external/python/setuptools" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/six" name="platform/external/python/six" groups="vts,pdk" clone-depth="1" />
+ <project path="external/python/uritemplates" name="platform/external/python/uritemplates" groups="vts,pdk" clone-depth="1" />
+ <project path="external/rapidjson" name="platform/external/rapidjson" groups="pdk" clone-depth="1" />
+ <project path="external/rappor" name="platform/external/rappor" groups="pdk" clone-depth="1" />
+ <project path="external/replicaisland" name="platform/external/replicaisland" groups="pdk" clone-depth="1" />
+ <project path="external/rmi4utils" name="platform/external/rmi4utils" groups="pdk" clone-depth="1" />
+ <project path="external/robolectric-shadows" name="platform/external/robolectric-shadows" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="external/roboto-fonts" name="platform/external/roboto-fonts" groups="pdk" clone-depth="1" />
+ <project path="external/rootdev" name="platform/external/rootdev" groups="pdk" clone-depth="1" />
+ <project path="external/Reactive-Extensions/RxCpp" name="platform/external/Reactive-Extensions/RxCpp" groups="pdk" clone-depth="1" />
+ <project path="external/rust/crates/byteorder" name="platform/external/rust/crates/byteorder" groups="pdk" />
+ <project path="external/rust/crates/libc" name="platform/external/rust/crates/libc" groups="pdk" />
+ <project path="external/rust/crates/proc-macro2" name="platform/external/rust/crates/proc-macro2" groups="pdk" />
+ <project path="external/rust/crates/quote" name="platform/external/rust/crates/quote" groups="pdk" />
+ <project path="external/rust/crates/remain" name="platform/external/rust/crates/remain" groups="pdk" />
+ <project path="external/rust/crates/syn" name="platform/external/rust/crates/syn" groups="pdk" />
+ <project path="external/rust/crates/unicode-xid" name="platform/external/rust/crates/unicode-xid" groups="pdk" />
+ <project path="external/scapy" name="platform/external/scapy" groups="pdk-fs" clone-depth="1" />
+ <project path="external/scrypt" name="platform/external/scrypt" groups="pdk" clone-depth="1" />
+ <project path="external/scudo" name="platform/external/scudo" groups="pdk" clone-depth="1" />
+ <project path="external/seccomp-tests" name="platform/external/seccomp-tests" groups="pdk" clone-depth="1" />
+ <project path="external/selinux" name="platform/external/selinux" groups="pdk" clone-depth="1" />
+ <project path="external/setupcompat" name="platform/external/setupcompat" groups="pdk" clone-depth="1" />
+ <project path="external/setupdesign" name="platform/external/setupdesign" groups="pdk" clone-depth="1" />
+ <project path="external/sfntly" name="platform/external/sfntly" groups="pdk,qcom_msm8x26" clone-depth="1" />
+ <project path="external/shaderc/spirv-headers" name="platform/external/shaderc/spirv-headers" groups="pdk" clone-depth="1" />
+ <project path="external/shflags" name="platform/external/shflags" groups="pdk" clone-depth="1" />
+ <project path="external/skia" name="platform/external/skia" groups="pdk,qcom_msm8x26" clone-depth="1" />
+ <project path="external/skqp" name="platform/external/skqp" groups="cts" clone-depth="1" />
+ <project path="external/sl4a" name="platform/external/sl4a" groups="pdk" clone-depth="1" />
+ <project path="external/slf4j" name="platform/external/slf4j" groups="pdk" clone-depth="1" />
+ <project path="external/smali" name="platform/external/smali" groups="pdk" clone-depth="1" />
+ <project path="external/snakeyaml" name="platform/external/snakeyaml" groups="pdk" clone-depth="1" />
+ <project path="external/sonic" name="platform/external/sonic" groups="pdk" clone-depth="1" />
+ <project path="external/sonivox" name="platform/external/sonivox" groups="pdk" clone-depth="1" />
+ <project path="external/speex" name="platform/external/speex" groups="pdk" clone-depth="1" />
+ <project path="external/sqlite" name="platform/external/sqlite" groups="pdk" clone-depth="1" />
+ <project path="external/squashfs-tools" name="platform/external/squashfs-tools" groups="pdk" clone-depth="1" />
+ <project path="external/strace" name="platform/external/strace" groups="pdk" clone-depth="1" />
+ <project path="external/stressapptest" name="platform/external/stressapptest" groups="pdk" clone-depth="1" />
+ <project path="external/subsampling-scale-image-view" name="platform/external/subsampling-scale-image-view" groups="pdk" clone-depth="1" />
+ <project path="external/swiftshader" name="platform/external/swiftshader" groups="pdk" clone-depth="1" />
+ <project path="external/syzkaller" name="platform/external/syzkaller" groups="projectarch,pdk" clone-depth="1" />
+ <project path="external/tagsoup" name="platform/external/tagsoup" groups="pdk" clone-depth="1" />
+ <project path="external/tcpdump" name="platform/external/tcpdump" groups="pdk" clone-depth="1" />
+ <project path="external/tensorflow" name="platform/external/tensorflow" groups="pdk" clone-depth="1" />
+ <project path="external/testng" name="platform/external/testng" groups="pdk" clone-depth="1" />
+ <project path="external/tinyalsa" name="platform/external/tinyalsa" groups="pdk" clone-depth="1" />
+ <project path="external/tinycompress" name="platform/external/tinycompress" groups="pdk" clone-depth="1" />
+ <project path="external/tinyxml" name="platform/external/tinyxml" groups="pdk" clone-depth="1" />
+ <project path="external/tinyxml2" name="platform/external/tinyxml2" groups="pdk" clone-depth="1" />
+ <project path="external/toolchain-utils" name="platform/external/toolchain-utils" clone-depth="1" />
+ <project path="external/toybox" name="platform/external/toybox" groups="pdk" clone-depth="1" />
+ <project path="external/tremolo" name="platform/external/tremolo" groups="pdk" clone-depth="1" />
+ <project path="external/turbine" name="platform/external/turbine" groups="pdk" clone-depth="1" />
+ <project path="external/u-boot" name="platform/external/u-boot" groups="pdk" clone-depth="1" />
+ <project path="external/unicode" name="platform/external/unicode" groups="pdk" clone-depth="1" />
+ <project path="external/universal-tween-engine" name="platform/external/universal-tween-engine" clone-depth="1" />
+ <project path="external/ukey2" name="platform/external/ukey2" groups="pdk" clone-depth="1" />
+ <project path="external/v4l2_codec2" name="platform/external/v4l2_codec2" groups="pdk" clone-depth="1" />
+ <project path="external/v8" name="platform/external/v8" groups="pdk" clone-depth="1" />
+ <project path="external/vboot_reference" name="platform/external/vboot_reference" groups="vboot,pdk-fs" clone-depth="1" />
+ <project path="external/virglrenderer" name="platform/external/virglrenderer" groups="pdk" revision="crosvm-master" />
+ <project path="external/vixl" name="platform/external/vixl" groups="pdk" clone-depth="1" />
+ <project path="external/vogar" name="platform/external/vogar" groups="pdk" clone-depth="1" />
+ <project path="external/volley" name="platform/external/volley" groups="pdk" clone-depth="1" />
+ <project path="external/vulkan-headers" name="platform/external/vulkan-headers" groups="pdk" clone-depth="1" />
+ <project path="external/vulkan-validation-layers" name="platform/external/vulkan-validation-layers" groups="pdk" clone-depth="1" />
+ <project path="external/walt" name="platform/external/walt" groups="pdk" clone-depth="1" />
+ <project path="external/wayland" name="platform/external/wayland" groups="pdk" clone-depth="1" />
+ <project path="external/wayland-protocols" name="platform/external/wayland-protocols" groups="pdk" clone-depth="1" />
+ <project path="external/webp" name="platform/external/webp" groups="pdk,qcom_msm8x26" clone-depth="1" />
+ <project path="external/webrtc" name="platform/external/webrtc" groups="pdk" clone-depth="1" />
+ <project path="external/wpa_supplicant_8" name="platform/external/wpa_supplicant_8" groups="pdk" clone-depth="1" />
+ <project path="external/wycheproof" name="platform/external/wycheproof" groups="pdk" clone-depth="1" />
+ <project path="external/xmp_toolkit" name="platform/external/xmp_toolkit" groups="pdk" clone-depth="1" />
+ <project path="external/xz-embedded" name="platform/external/xz-embedded" groups="pdk" clone-depth="1" />
+ <project path="external/xz-java" name="platform/external/xz-java" groups="pdk" clone-depth="1" />
+ <project path="external/yapf" name="platform/external/yapf" groups="vts,projectarch,pdk" clone-depth="1" />
+ <project path="external/zlib" name="platform/external/zlib" groups="pdk" clone-depth="1" />
+ <project path="external/zopfli" name="platform/external/zopfli" groups="pdk" clone-depth="1" />
+ <project path="external/zxing" name="platform/external/zxing" groups="pdk" clone-depth="1" />
+ <project path="frameworks/av" name="platform/frameworks/av" groups="pdk" clone-depth="1" />
+ <project path="frameworks/base" name="platform/frameworks/base" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="frameworks/compile/libbcc" name="platform/frameworks/compile/libbcc" groups="pdk" clone-depth="1" />
+ <project path="frameworks/compile/mclinker" name="platform/frameworks/compile/mclinker" groups="pdk" clone-depth="1" />
+ <project path="frameworks/compile/slang" name="platform/frameworks/compile/slang" groups="pdk" clone-depth="1" />
+ <project path="frameworks/ex" name="platform/frameworks/ex" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="frameworks/hardware/interfaces" name="platform/frameworks/hardware/interfaces" groups="pdk" clone-depth="1" />
+ <project path="frameworks/layoutlib" name="platform/frameworks/layoutlib" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="frameworks/minikin" name="platform/frameworks/minikin" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="frameworks/ml" name="platform/frameworks/ml" groups="pdk" clone-depth="1" />
+ <project path="frameworks/multidex" name="platform/frameworks/multidex" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="frameworks/native" name="platform/frameworks/native" groups="pdk" clone-depth="1" />
+ <project path="frameworks/opt/bitmap" name="platform/frameworks/opt/bitmap" groups="pdk-fs" clone-depth="1" />
+ <project path="frameworks/opt/calendar" name="platform/frameworks/opt/calendar" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="frameworks/opt/car/services" name="platform/frameworks/opt/car/services" groups="pdk-fs" clone-depth="1" />
+ <project path="frameworks/opt/car/setupwizard" name="platform/frameworks/opt/car/setupwizard" groups="pdk" clone-depth="1" />
+ <project path="frameworks/opt/chips" name="platform/frameworks/opt/chips" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="frameworks/opt/colorpicker" name="platform/frameworks/opt/colorpicker" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="frameworks/opt/net/ethernet" name="platform/frameworks/opt/net/ethernet" groups="pdk-fs" clone-depth="1" />
+ <project path="frameworks/opt/net/ike" name="platform/frameworks/opt/net/ike" groups="pdk" clone-depth="1" />
+ <project path="frameworks/opt/net/ims" name="platform/frameworks/opt/net/ims" groups="frameworks_ims,pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="frameworks/opt/net/voip" name="platform/frameworks/opt/net/voip" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="frameworks/opt/net/wifi" name="platform/frameworks/opt/net/wifi" groups="pdk" clone-depth="1" />
+ <project path="frameworks/opt/photoviewer" name="platform/frameworks/opt/photoviewer" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="frameworks/opt/setupwizard" name="platform/frameworks/opt/setupwizard" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="frameworks/opt/telephony" name="platform/frameworks/opt/telephony" groups="pdk" clone-depth="1" />
+ <project path="frameworks/opt/timezonepicker" name="platform/frameworks/opt/timezonepicker" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="frameworks/opt/vcard" name="platform/frameworks/opt/vcard" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="frameworks/rs" name="platform/frameworks/rs" groups="pdk" clone-depth="1" />
+ <project path="frameworks/wilhelm" name="platform/frameworks/wilhelm" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="hardware/broadcom/libbt" name="platform/hardware/broadcom/libbt" groups="pdk" clone-depth="1" />
+ <project path="hardware/broadcom/wlan" name="platform/hardware/broadcom/wlan" groups="pdk,broadcom_wlan" clone-depth="1" />
+ <project path="hardware/google/apf" name="platform/hardware/google/apf" groups="pdk" clone-depth="1" />
+ <project path="hardware/google/av" name="platform/hardware/google/av" groups="pdk" clone-depth="1" />
+ <project path="hardware/google/easel" name="platform/hardware/google/easel" groups="pdk,easel" clone-depth="1" />
+ <project path="hardware/google/interfaces" name="platform/hardware/google/interfaces" groups="pdk" clone-depth="1" />
+ <project path="hardware/google/pixel" name="platform/hardware/google/pixel" groups="pixel" clone-depth="1" />
+ <project path="hardware/interfaces" name="platform/hardware/interfaces" groups="pdk" clone-depth="1" />
+ <project path="hardware/invensense" name="platform/hardware/invensense" groups="invensense,pdk" clone-depth="1" />
+ <project path="hardware/libhardware" name="platform/hardware/libhardware" groups="pdk" clone-depth="1" />
+ <project path="hardware/libhardware_legacy" name="platform/hardware/libhardware_legacy" groups="pdk" clone-depth="1" />
+ <project path="hardware/nxp/nfc" name="platform/hardware/nxp/nfc" groups="pdk" clone-depth="1" />
+ <project path="hardware/nxp/secure_element" name="platform/hardware/nxp/secure_element" groups="pdk" clone-depth="1" />
+ <project path="hardware/qcom/audio" name="platform/hardware/qcom/audio" groups="qcom,qcom_audio,pdk-qcom" clone-depth="1" />
+ <project path="hardware/qcom/bootctrl" name="platform/hardware/qcom/bootctrl" groups="pdk-qcom" clone-depth="1" />
+ <project path="hardware/qcom/bt" name="platform/hardware/qcom/bt" groups="qcom,pdk-qcom" clone-depth="1" />
+ <project path="hardware/qcom/camera" name="platform/hardware/qcom/camera" groups="qcom_camera,pdk-qcom" clone-depth="1" />
+ <project path="hardware/qcom/data/ipacfg-mgr" name="platform/hardware/qcom/data/ipacfg-mgr" groups="qcom,pdk-qcom" clone-depth="1" />
+ <project path="hardware/qcom/display" name="platform/hardware/qcom/display" groups="pdk-qcom,qcom,qcom_display" clone-depth="1" />
+ <project path="hardware/qcom/gps" name="platform/hardware/qcom/gps" groups="qcom,qcom_gps,pdk-qcom" clone-depth="1" />
+ <project path="hardware/qcom/keymaster" name="platform/hardware/qcom/keymaster" groups="qcom,qcom_keymaster,pdk-qcom" clone-depth="1" />
+ <project path="hardware/qcom/media" name="platform/hardware/qcom/media" groups="qcom,pdk-qcom" clone-depth="1" />
+ <project path="hardware/qcom/msm8960" name="platform/hardware/qcom/msm8960" groups="qcom_msm8960,pdk-qcom" clone-depth="1" />
+ <project path="hardware/qcom/msm8994" name="platform/hardware/qcom/msm8994" groups="qcom_msm8994,pdk-qcom" clone-depth="1" />
+ <project path="hardware/qcom/msm8996" name="platform/hardware/qcom/msm8996" groups="qcom_msm8996,pdk-qcom" clone-depth="1" />
+ <project path="hardware/qcom/msm8998" name="platform/hardware/qcom/msm8998" groups="qcom_msm8998,pdk-qcom" clone-depth="1" />
+ <project path="hardware/qcom/msm8x09" name="platform/hardware/qcom/msm8x09" groups="qcom_msm8x09" clone-depth="1" />
+ <project path="hardware/qcom/msm8x26" name="platform/hardware/qcom/msm8x26" groups="qcom_msm8x26,pdk-qcom" clone-depth="1" />
+ <project path="hardware/qcom/msm8x27" name="platform/hardware/qcom/msm8x27" groups="qcom_msm8x27,pdk-qcom" clone-depth="1" />
+ <project path="hardware/qcom/msm8x84" name="platform/hardware/qcom/msm8x84" groups="qcom_msm8x84,pdk-qcom" clone-depth="1" />
+ <project path="hardware/qcom/neuralnetworks/hvxservice" name="platform/hardware/qcom/neuralnetworks/hvxservice" groups="wahoo" clone-depth="1" />
+ <project path="hardware/qcom/power" name="platform/hardware/qcom/power" groups="qcom,pdk-qcom" clone-depth="1" />
+ <project path="hardware/qcom/sdm845/bt" name="platform/hardware/qcom/sdm845/bt" groups="qcom_sdm845" clone-depth="1" />
+ <project path="hardware/qcom/sdm845/data/ipacfg-mgr" name="platform/hardware/qcom/sdm845/data/ipacfg-mgr" groups="vendor,qcom_sdm845" clone-depth="1" >
+ <linkfile src="os_pickup.mk" dest="hardware/qcom/sdm845/Android.mk" />
+ <linkfile src="os_pickup.bp" dest="hardware/qcom/sdm845/Android.bp" />
+ </project>
+ <project path="hardware/qcom/sdm845/display" name="platform/hardware/qcom/sdm845/display" groups="qcom_sdm845" clone-depth="1" />
+ <project path="hardware/qcom/sdm845/gps" name="platform/hardware/qcom/sdm845/gps" groups="qcom_sdm845" clone-depth="1" />
+ <project path="hardware/qcom/sdm845/media" name="platform/hardware/qcom/sdm845/media" groups="qcom_sdm845" clone-depth="1" />
+ <project path="hardware/qcom/sdm845/thermal" name="platform/hardware/qcom/sdm845/thermal" groups="generic_fs,qcom_sdm845" clone-depth="1" />
+ <project path="hardware/qcom/sdm845/vr" name="platform/hardware/qcom/sdm845/vr" groups="generic_fs,qcom_sdm845" clone-depth="1" />
+ <project path="hardware/qcom/wlan" name="platform/hardware/qcom/wlan" groups="qcom_wlan,pdk-qcom" clone-depth="1" />
+ <project path="hardware/ril" name="platform/hardware/ril" groups="pdk" clone-depth="1" />
+ <project path="hardware/ti/am57x" name="platform/hardware/ti/am57x" groups="pdk" clone-depth="1" />
+ <project path="kernel/build" name="kernel/build" clone-depth="1" />
+ <project path="kernel/configs" name="kernel/configs" groups="vts,pdk" clone-depth="1" />
+ <project path="kernel/tests" name="kernel/tests" groups="vts,pdk" clone-depth="1" />
+ <project path="libcore" name="platform/libcore" groups="pdk" clone-depth="1" />
+ <project path="libnativehelper" name="platform/libnativehelper" groups="pdk" clone-depth="1" />
+ <project path="packages/apps/BasicSmsReceiver" name="platform/packages/apps/BasicSmsReceiver" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Bluetooth" name="platform/packages/apps/Bluetooth" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Browser2" name="platform/packages/apps/Browser2" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Calendar" name="platform/packages/apps/Calendar" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Camera2" name="platform/packages/apps/Camera2" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/Cluster" name="platform/packages/apps/Car/Cluster" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/Dialer" name="platform/packages/apps/Car/Dialer" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/Hvac" name="platform/packages/apps/Car/Hvac" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/LatinIME" name="platform/packages/apps/Car/LatinIME" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/Launcher" name="platform/packages/apps/Car/Launcher" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/LensPicker" name="platform/packages/apps/Car/LensPicker" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/LinkViewer" name="platform/packages/apps/Car/LinkViewer" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/LocalMediaPlayer" name="platform/packages/apps/Car/LocalMediaPlayer" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/Media" name="platform/packages/apps/Car/Media" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/Messenger" name="platform/packages/apps/Car/Messenger" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/Notification" name="platform/packages/apps/Car/Notification" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/Overview" name="platform/packages/apps/Car/Overview" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/Radio" name="platform/packages/apps/Car/Radio" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/Settings" name="platform/packages/apps/Car/Settings" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/Stream" name="platform/packages/apps/Car/Stream" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/SystemUpdater" name="platform/packages/apps/Car/SystemUpdater" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/externallibs" name="platform/packages/apps/Car/externallibs" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/libs" name="platform/packages/apps/Car/libs" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Car/tests" name="platform/packages/apps/Car/tests" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/CarrierConfig" name="platform/packages/apps/CarrierConfig" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/apps/CellBroadcastReceiver" name="platform/packages/apps/CellBroadcastReceiver" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/apps/CertInstaller" name="platform/packages/apps/CertInstaller" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Contacts" name="platform/packages/apps/Contacts" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/DeskClock" name="platform/packages/apps/DeskClock" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/DevCamera" name="platform/packages/apps/DevCamera" groups="pdk" clone-depth="1" />
+ <project path="packages/apps/Dialer" name="platform/packages/apps/Dialer" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/DocumentsUI" name="platform/packages/apps/DocumentsUI" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Email" name="platform/packages/apps/Email" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/EmergencyInfo" name="platform/packages/apps/EmergencyInfo" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Gallery" name="platform/packages/apps/Gallery" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Gallery2" name="platform/packages/apps/Gallery2" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/HTMLViewer" name="platform/packages/apps/HTMLViewer" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/KeyChain" name="platform/packages/apps/KeyChain" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Launcher3" name="platform/packages/apps/Launcher3" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/LegacyCamera" name="platform/packages/apps/LegacyCamera" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/ManagedProvisioning" name="platform/packages/apps/ManagedProvisioning" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Messaging" name="platform/packages/apps/Messaging" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Music" name="platform/packages/apps/Music" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/MusicFX" name="platform/packages/apps/MusicFX" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Nfc" name="platform/packages/apps/Nfc" groups="apps_nfc,pdk-fs" clone-depth="1" />
+ <project path="packages/apps/OneTimeInitializer" name="platform/packages/apps/OneTimeInitializer" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/PermissionController" name="platform/packages/apps/PackageInstaller" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/apps/PhoneCommon" name="platform/packages/apps/PhoneCommon" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Protips" name="platform/packages/apps/Protips" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Provision" name="platform/packages/apps/Provision" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/QuickSearchBox" name="platform/packages/apps/QuickSearchBox" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/SafetyRegulatoryInfo" name="platform/packages/apps/SafetyRegulatoryInfo" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/SampleLocationAttribution" name="platform/packages/apps/SampleLocationAttribution" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/SecureElement" name="platform/packages/apps/SecureElement" groups="apps_se,pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Settings" name="platform/packages/apps/Settings" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/SettingsIntelligence" name="platform/packages/apps/SettingsIntelligence" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/SoundRecorder" name="platform/packages/apps/SoundRecorder" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/SpareParts" name="platform/packages/apps/SpareParts" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Stk" name="platform/packages/apps/Stk" groups="apps_stk,pdk-fs" clone-depth="1" />
+ <project path="packages/apps/StorageManager" name="platform/packages/apps/StorageManager" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Tag" name="platform/packages/apps/Tag" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Terminal" name="platform/packages/apps/Terminal" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Test/connectivity" name="platform/packages/apps/Test/connectivity" groups="pdk" clone-depth="1" />
+ <project path="packages/apps/TimeZoneData" name="platform/packages/apps/TimeZoneData" groups="pdk" clone-depth="1" />
+ <project path="packages/apps/TimeZoneUpdater" name="platform/packages/apps/TimeZoneUpdater" groups="pdk" clone-depth="1" />
+ <project path="packages/apps/ThemePicker" name="platform/packages/apps/ThemePicker" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/Traceur" name="platform/packages/apps/Traceur" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/TvSettings" name="platform/packages/apps/TvSettings" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/TV" name="platform/packages/apps/TV" groups="pdk" clone-depth="1" />
+ <project path="packages/apps/UnifiedEmail" name="platform/packages/apps/UnifiedEmail" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/UniversalMediaPlayer" name="platform/packages/apps/UniversalMediaPlayer" clone-depth="1" />
+ <project path="packages/apps/WallpaperPicker" name="platform/packages/apps/WallpaperPicker" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/apps/WallpaperPicker2" name="platform/packages/apps/WallpaperPicker2" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/inputmethods/LatinIME" name="platform/packages/inputmethods/LatinIME" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/modules/CaptivePortalLogin" name="platform/packages/modules/CaptivePortalLogin" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/modules/ExtServices" name="platform/packages/modules/ExtServices" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/modules/DnsResolver" name="platform/packages/modules/DnsResolver" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/modules/ModuleMetadata" name="platform/packages/modules/ModuleMetadata" groups="pdk" clone-depth="1" />
+ <project path="packages/modules/NetworkPermissionConfig" name="platform/packages/modules/NetworkPermissionConfig" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/modules/NetworkStack" name="platform/packages/modules/NetworkStack" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/modules/TestModule" name="platform/packages/modules/TestModule" clone-depth="1" />
+ <project path="packages/providers/ApplicationsProvider" name="platform/packages/providers/ApplicationsProvider" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/providers/BlockedNumberProvider" name="platform/packages/providers/BlockedNumberProvider" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/providers/BookmarkProvider" name="platform/packages/providers/BookmarkProvider" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/providers/CalendarProvider" name="platform/packages/providers/CalendarProvider" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/providers/CallLogProvider" name="platform/packages/providers/CallLogProvider" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/providers/ContactsProvider" name="platform/packages/providers/ContactsProvider" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/providers/DownloadProvider" name="platform/packages/providers/DownloadProvider" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/providers/MediaProvider" name="platform/packages/providers/MediaProvider" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/providers/PartnerBookmarksProvider" name="platform/packages/providers/PartnerBookmarksProvider" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/providers/TelephonyProvider" name="platform/packages/providers/TelephonyProvider" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/providers/TvProvider" name="platform/packages/providers/TvProvider" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/providers/UserDictionaryProvider" name="platform/packages/providers/UserDictionaryProvider" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/screensavers/Basic" name="platform/packages/screensavers/Basic" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/screensavers/PhotoTable" name="platform/packages/screensavers/PhotoTable" groups="pdk-fs" clone-depth="1" />
+ <project path="packages/services/BuiltInPrintService" name="platform/packages/services/BuiltInPrintService" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/services/AlternativeNetworkAccess" name="platform/packages/services/AlternativeNetworkAccess" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/services/Car" name="platform/packages/services/Car" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/services/Mms" name="platform/packages/services/Mms" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/services/Telecomm" name="platform/packages/services/Telecomm" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/services/Telephony" name="platform/packages/services/Telephony" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="packages/wallpapers/LivePicker" name="platform/packages/wallpapers/LivePicker" groups="pdk-fs" clone-depth="1" />
+ <project path="pdk" name="platform/pdk" groups="pdk" clone-depth="1" />
+ <project path="platform_testing" name="platform/platform_testing" groups="pdk-fs,pdk-cw-fs,cts" clone-depth="1" />
+ <project path="prebuilts/abi-dumps/ndk" name="platform/prebuilts/abi-dumps/ndk" groups="pdk-fs" clone-depth="1" />
+ <project path="prebuilts/abi-dumps/platform" name="platform/prebuilts/abi-dumps/platform" groups="pdk-fs" clone-depth="1" />
+ <project path="prebuilts/abi-dumps/vndk" name="platform/prebuilts/abi-dumps/vndk" groups="pdk-fs" clone-depth="1" />
+ <project path="prebuilts/android-emulator" name="platform/prebuilts/android-emulator" groups="pdk-fs" clone-depth="1" />
+ <project path="prebuilts/asuite" name="platform/prebuilts/asuite" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/bundletool" name="platform/prebuilts/bundletool" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/checkcolor" name="platform/prebuilts/checkcolor" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/checkstyle" name="platform/prebuilts/checkstyle" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/clang-tools" name="platform/prebuilts/clang-tools" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="pdk,darwin" clone-depth="1" />
+ <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/devtools" name="platform/prebuilts/devtools" groups="pdk-fs" clone-depth="1" />
+ <project path="prebuilts/fuchsia_sdk" name="platform/prebuilts/fuchsia_sdk" groups="pdk-fs" clone-depth="1" />
+ <project path="prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" groups="pdk,darwin,arm" clone-depth="1" />
+ <project path="prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" name="platform/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" groups="pdk,darwin,arm" clone-depth="1" />
+ <project path="prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" name="platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" groups="pdk,darwin" clone-depth="1" />
+ <project path="prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9" groups="pdk,darwin,mips" clone-depth="1" />
+ <project path="prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9" groups="pdk,darwin,x86" clone-depth="1" />
+ <project path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" groups="pdk,linux,arm" clone-depth="1" />
+ <project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" groups="pdk,linux,arm" clone-depth="1" />
+ <project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" groups="pdk,linux" clone-depth="1" />
+ <project path="prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" groups="pdk-fs" clone-depth="1" />
+ <project path="prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9" groups="pdk,linux,mips" clone-depth="1" />
+ <project path="prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" groups="pdk,linux,x86" clone-depth="1" />
+ <project path="prebuilts/gdb/darwin-x86" name="platform/prebuilts/gdb/darwin-x86" groups="darwin,pdk" clone-depth="1" />
+ <project path="prebuilts/gdb/linux-x86" name="platform/prebuilts/gdb/linux-x86" groups="linux,pdk" clone-depth="1" />
+ <project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" groups="darwin,pdk,tradefed" clone-depth="1" />
+ <project path="prebuilts/go/linux-x86" name="platform/prebuilts/go/linux-x86" groups="linux,pdk,tradefed" clone-depth="1" />
+ <project path="prebuilts/gradle-plugin" name="platform/prebuilts/gradle-plugin" groups="pdk,pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="prebuilts/jdk/jdk11" name="platform/prebuilts/jdk/jdk11" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/jdk/jdk8" name="platform/prebuilts/jdk/jdk8" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/jdk/jdk9" name="platform/prebuilts/jdk/jdk9" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/manifest-merger" name="platform/prebuilts/manifest-merger" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/maven_repo/android" name="platform/prebuilts/maven_repo/android" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="prebuilts/maven_repo/bumptech" name="platform/prebuilts/maven_repo/bumptech" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="prebuilts/maven_repo/google-play-service-client-libraries-3p" name="platform/prebuilts/maven_repo/google-play-service-client-libraries-3p" clone-depth="1" />
+ <project path="prebuilts/misc" name="platform/prebuilts/misc" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/ndk" name="platform/prebuilts/ndk" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/ktlint" name="platform/prebuilts/ktlint" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/python/darwin-x86/2.7.5" name="platform/prebuilts/python/darwin-x86/2.7.5" groups="darwin,pdk,pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="prebuilts/python/linux-x86/2.7.5" name="platform/prebuilts/python/linux-x86/2.7.5" groups="linux,pdk,pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="prebuilts/qemu-kernel" name="platform/prebuilts/qemu-kernel" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/rust" name="platform/prebuilts/rust" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/r8" name="platform/prebuilts/r8" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/sdk" name="platform/prebuilts/sdk" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/tools" name="platform/prebuilts/tools" groups="pdk,tools" clone-depth="1" />
+ <project path="prebuilts/vndk/v27" name="platform/prebuilts/vndk/v27" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/vndk/v28" name="platform/prebuilts/vndk/v28" groups="pdk" clone-depth="1" />
+ <project path="prebuilts/vndk/v29" name="platform/prebuilts/vndk/v29" groups="pdk" clone-depth="1" />
+ <project path="sdk" name="platform/sdk" groups="pdk-cw-fs,pdk-fs" clone-depth="1" >
+ <linkfile src="current/androidx-README.md" dest="frameworks/support/README.md" />
+ </project>
+ <project path="system/apex" name="platform/system/apex" groups="pdk" clone-depth="1" />
+ <project path="system/bt" name="platform/system/bt" groups="pdk" clone-depth="1" />
+ <project path="system/bpf" name="platform/system/bpf" groups="pdk" clone-depth="1" />
+ <project path="system/bpfprogs" name="platform/system/bpfprogs" groups="pdk" clone-depth="1" />
+ <project path="system/ca-certificates" name="platform/system/ca-certificates" groups="pdk" clone-depth="1" />
+ <project path="system/chre" name="platform/system/chre" groups="pdk" clone-depth="1" />
+ <project path="system/connectivity/wificond" name="platform/system/connectivity/wificond" groups="pdk" clone-depth="1" />
+ <project path="system/connectivity/wifilogd" name="platform/system/connectivity/wifilogd" groups="pdk" clone-depth="1" />
+ <project path="system/core" name="platform/system/core" groups="pdk" clone-depth="1" />
+ <project path="system/extras" name="platform/system/extras" groups="pdk" clone-depth="1" />
+ <project path="system/gatekeeper" name="platform/system/gatekeeper" groups="pdk" clone-depth="1" />
+ <project path="system/gsid" name="platform/system/gsid" groups="pdk" clone-depth="1" />
+ <project path="system/hardware/interfaces" name="platform/system/hardware/interfaces" groups="pdk" clone-depth="1" />
+ <project path="system/hwservicemanager" name="platform/system/hwservicemanager" groups="pdk" clone-depth="1" />
+ <project path="system/iorap" name="platform/system/iorap" groups="pdk" clone-depth="1" />
+ <project path="system/keymaster" name="platform/system/keymaster" groups="pdk" clone-depth="1" />
+ <project path="system/libfmq" name="platform/system/libfmq" groups="pdk" clone-depth="1" />
+ <project path="system/libhidl" name="platform/system/libhidl" groups="pdk" clone-depth="1" />
+ <project path="system/libhwbinder" name="platform/system/libhwbinder" groups="pdk" clone-depth="1" />
+ <project path="system/libsysprop" name="platform/system/libsysprop" groups="pdk" clone-depth="1" />
+ <project path="system/libufdt" name="platform/system/libufdt" groups="pdk" clone-depth="1" />
+ <project path="system/libvintf" name="platform/system/libvintf" groups="pdk" clone-depth="1" />
+ <project path="system/linkerconfig" name="platform/system/linkerconfig" groups="pdk" clone-depth="1" />
+ <project path="system/media" name="platform/system/media" groups="pdk" clone-depth="1" />
+ <project path="system/netd" name="platform/system/netd" groups="pdk" clone-depth="1" />
+ <project path="system/nfc" name="platform/system/nfc" groups="pdk" clone-depth="1" />
+ <project path="system/nvram" name="platform/system/nvram" groups="pdk" clone-depth="1" />
+ <project path="system/security" name="platform/system/security" groups="pdk" clone-depth="1" />
+ <project path="system/sepolicy" name="platform/system/sepolicy" groups="pdk" clone-depth="1" />
+ <project path="system/server_configurable_flags" name="platform/system/server_configurable_flags" groups="pdk" clone-depth="1" />
+ <project path="system/testing/gtest_extras" name="platform/system/testing/gtest_extras" groups="pdk" clone-depth="1" />
+ <project path="system/timezone" name="platform/system/timezone" groups="pdk" clone-depth="1" />
+ <project path="system/tools/aidl" name="platform/system/tools/aidl" groups="pdk" clone-depth="1" />
+ <project path="system/tools/hidl" name="platform/system/tools/hidl" groups="pdk" clone-depth="1" />
+ <project path="system/tools/mkbootimg" name="platform/system/tools/mkbootimg" groups="pdk" clone-depth="1" />
+ <project path="system/tools/sysprop" name="platform/system/tools/sysprop" groups="pdk" clone-depth="1" />
+ <project path="system/tools/xsdc" name="platform/system/tools/xsdc" groups="pdk" clone-depth="1" />
+ <project path="system/update_engine" name="platform/system/update_engine" groups="pdk" clone-depth="1" />
+ <project path="system/ucontainer" name="platform/system/ucontainer" groups="pdk" clone-depth="1" />
+ <project path="system/vold" name="platform/system/vold" groups="pdk" clone-depth="1" />
+ <project path="test/framework" name="platform/test/framework" groups="vts,projectarch,pdk" clone-depth="1" />
+ <project path="test/mlts/benchmark" name="platform/test/mlts/benchmark" groups="pdk" clone-depth="1" />
+ <project path="test/mlts/models" name="platform/test/mlts/models" groups="pdk" clone-depth="1" />
+ <project path="test/app_compat/csuite" name="platform/test/app_compat/csuite" clone-depth="1" />
+ <project path="test/mts" name="platform/test/mts" clone-depth="1" />
+ <project path="test/suite_harness" name="platform/test/suite_harness" groups="cts,pdk-cw-fs,pdk-fs" clone-depth="1" />
+ <project path="test/vti/alert" name="platform/test/vti/alert" groups="vts,projectarch,pdk" clone-depth="1" />
+ <project path="test/vti/dashboard" name="platform/test/vti/dashboard" groups="vts,projectarch,pdk" clone-depth="1" />
+ <project path="test/vti/fuzz_test_serving" name="platform/test/vti/fuzz_test_serving" groups="vts,projectarch,pdk" clone-depth="1" />
+ <project path="test/vti/test_serving" name="platform/test/vti/test_serving" groups="vts,projectarch,pdk" clone-depth="1" />
+ <project path="test/vts" name="platform/test/vts" groups="vts,pdk" clone-depth="1" />
+ <project path="test/vts-testcase/fuzz" name="platform/test/vts-testcase/fuzz" groups="vts,projectarch,pdk" clone-depth="1" />
+ <project path="test/vts-testcase/hal" name="platform/test/vts-testcase/hal" groups="vts,pdk" clone-depth="1" />
+ <project path="test/vts-testcase/hal-trace" name="platform/test/vts-testcase/hal-trace" groups="vts,pdk" clone-depth="1" />
+ <project path="test/vts-testcase/kernel" name="platform/test/vts-testcase/kernel" groups="vts,pdk" clone-depth="1" />
+ <project path="test/vts-testcase/nbu" name="platform/test/vts-testcase/nbu" groups="vts,projectarch,pdk" clone-depth="1" />
+ <project path="test/vts-testcase/performance" name="platform/test/vts-testcase/performance" groups="vts,projectarch,pdk" clone-depth="1" />
+ <project path="test/vts-testcase/security" name="platform/test/vts-testcase/security" groups="vts,projectarch,pdk" clone-depth="1" />
+ <project path="test/vts-testcase/vndk" name="platform/test/vts-testcase/vndk" groups="vts,pdk" clone-depth="1" />
+ <project path="toolchain/benchmark" name="toolchain/benchmark" clone-depth="1" />
+ <project path="toolchain/pgo-profiles" name="toolchain/pgo-profiles" groups="pdk" clone-depth="1" />
+ <project path="tools/acloud" name="platform/tools/acloud" groups="tools,vts,projectarch,pdk,tradefed" clone-depth="1" />
+ <project path="tools/adt/idea" name="platform/tools/adt/idea" groups="notdefault,tools" clone-depth="1" />
+ <project path="tools/apksig" name="platform/tools/apksig" groups="pdk,tradefed" clone-depth="1" />
+ <project path="tools/apkzlib" name="platform/tools/apkzlib" groups="pdk,tradefed" clone-depth="1" />
+ <project path="tools/asuite" name="platform/tools/asuite" groups="pdk" clone-depth="1" />
+ <project path="tools/base" name="platform/tools/base" groups="notdefault,tools" clone-depth="1" />
+ <project path="tools/build" name="platform/tools/build" groups="notdefault,tools" clone-depth="1" />
+ <project path="tools/currysrc" name="platform/tools/currysrc" groups="pdk" clone-depth="1" />
+ <project path="tools/dexter" name="platform/tools/dexter" groups="tools,pdk-fs" clone-depth="1" />
+ <project path="tools/doc_generation" name="platform/tools/doc_generation" groups="tools" clone-depth="1" />
+ <project path="tools/external_updater" name="platform/tools/external_updater" groups="tools" clone-depth="1" />
+ <project path="tools/external/fat32lib" name="platform/tools/external/fat32lib" groups="tools" clone-depth="1" />
+ <project path="tools/idea" name="platform/tools/idea" groups="notdefault,tools" clone-depth="1" />
+ <project path="tools/loganalysis" name="platform/tools/loganalysis" groups="nopresubmit,pdk,tradefed" clone-depth="1" />
+ <project path="tools/metalava" name="platform/tools/metalava" groups="pdk,tools" clone-depth="1" />
+ <project path="tools/motodev" name="platform/tools/motodev" groups="notdefault,motodev" clone-depth="1" />
+ <project path="tools/ndkports" name="platform/tools/ndkports" groups="pdk" clone-depth="1" />
+ <project path="tools/platform-compat" name="tools/platform-compat" groups="pdk-cw-fs,pdk-fs,pdk" clone-depth="1" />
+ <project path="tools/repohooks" name="platform/tools/repohooks" groups="adt-infra,cts,developers,motodev,pdk,tools,tradefed" revision="crosvm-master" />
+ <project path="tools/security" name="platform/tools/security" groups="pdk,tools" clone-depth="1" />
+ <project path="tools/studio/cloud" name="platform/tools/studio/cloud" groups="notdefault,tools" clone-depth="1" />
+ <project path="tools/swt" name="platform/tools/swt" groups="notdefault,tools" clone-depth="1" />
+ <project path="tools/test/connectivity" name="platform/tools/test/connectivity" groups="pdk" clone-depth="1" />
+ <project path="tools/test/graphicsbenchmark" name="platform/tools/test/graphicsbenchmark" groups="pdk" clone-depth="1" />
+ <project path="tools/tradefederation/core" name="platform/tools/tradefederation" groups="pdk,tradefed" clone-depth="1" />
+ <project path="tools/tradefederation/contrib" name="platform/tools/tradefederation/contrib" groups="pdk,tradefed" clone-depth="1" />
+ <project path="tools/trebuchet" name="platform/tools/trebuchet" groups="tools,cts,pdk-cw-fs,pdk-fs" clone-depth="1" />
<repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload" />