blob: 71da6f135bf7a8aabbe8bfeb79ff39399c6ca8b3 [file] [log] [blame]
The Android Open Source Project6cf16a52011-09-16 09:30:17 -07001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3
Chris Soyars834a50e2011-11-14 22:30:45 -05004 <remote name="github"
Koushik Dutta89acec72012-02-29 10:44:16 -08005 fetch=".."
Arne Coucherona3378352017-08-26 01:23:16 +02006 review="review.lineageos.org" />
Chris Soyars834a50e2011-11-14 22:30:45 -05007
Koushik Duttacfb4a862012-06-19 18:04:54 -07008 <remote name="private"
9 fetch="ssh://git@github.com" />
Koushik Dutta17837402012-06-19 17:57:28 -070010
Steve Kondik4f78f792016-08-29 17:22:33 -070011 <remote name="aosp"
12 fetch="https://android.googlesource.com"
Arne Coucherona3378352017-08-26 01:23:16 +020013 review="android-review.googlesource.com"
Michael Bestas2fca1232021-10-05 16:18:45 +030014 revision="refs/tags/android-12.0.0_r1" />
Steve Kondik4f78f792016-08-29 17:22:33 -070015
Michael Bestas2fca1232021-10-05 16:18:45 +030016 <default revision="refs/heads/lineage-19.0"
Chris Soyars834a50e2011-11-14 22:30:45 -050017 remote="github"
Ricardo Cerqueira259d8c32012-10-25 01:12:37 +010018 sync-c="true"
Shawn O. Pearce92ae9062011-09-23 07:36:45 -070019 sync-j="4" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -070020
Michael Bestas2fca1232021-10-05 16:18:45 +030021 <superproject name="platform/superproject" remote="aosp" />
22 <contactinfo bugurl="go/repo-bug" />
23
Steve Kondik4f78f792016-08-29 17:22:33 -070024 <!-- AOSP Projects -->
25
Michael Bestas021a2fb2021-10-05 16:19:40 +030026 <project path="build/make" name="platform/build" groups="pdk" remote="aosp" >
The Android Open Source Project6cf16a52011-09-16 09:30:17 -070027 <copyfile src="core/root.mk" dest="Makefile" />
Michael Bestas8140ded2017-08-22 01:24:12 +030028 <linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
29 <linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" />
30 <linkfile src="core" dest="build/core" />
31 <linkfile src="envsetup.sh" dest="build/envsetup.sh" />
32 <linkfile src="target" dest="build/target" />
33 <linkfile src="tools" dest="build/tools" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -070034 </project>
Michael Bestas2fca1232021-10-05 16:18:45 +030035 <project path="build/bazel" name="platform/build/bazel" groups="pdk" remote="aosp" >
36 <linkfile src="bazel.WORKSPACE" dest="WORKSPACE" />
37 <linkfile src="bazel.sh" dest="tools/bazel" />
38 <linkfile src="bazel.BUILD" dest="BUILD" />
39 </project>
Michael Bestas021a2fb2021-10-05 16:19:40 +030040 <project path="build/blueprint" name="platform/build/blueprint" groups="pdk,tradefed" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030041 <project path="build/pesto" name="platform/build/pesto" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +030042 <project path="build/soong" name="platform/build/soong" groups="pdk,tradefed" remote="aosp" >
Kevin F. Haggerty215d58a2018-08-20 07:59:13 -060043 <linkfile src="root.bp" dest="Android.bp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040044 <linkfile src="bootstrap.bash" dest="bootstrap.bash" />
45 </project>
Michael Bestas021a2fb2021-10-05 16:19:40 +030046 <project path="art" name="platform/art" groups="pdk" remote="aosp" />
47 <project path="bionic" name="platform/bionic" groups="pdk" remote="aosp" />
48 <project path="bootable/recovery" name="platform/bootable/recovery" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030049 <project path="bootable/libbootloader" name="platform/bootable/libbootloader" groups="vts,pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030050 <project path="compatibility/cdd" name="platform/compatibility/cdd" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070051 <project path="cts" name="platform/cts" groups="cts,pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030052 <project path="dalvik" name="platform/dalvik" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
53 <project path="developers/build" name="platform/developers/build" groups="developers,pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +030054 <project path="development" name="platform/development" groups="developers,pdk-cw-fs,pdk-fs" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100055 <project path="device/common" name="device/common" groups="pdk-cw-fs,pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070056 <project path="device/generic/arm64" name="device/generic/arm64" groups="pdk" remote="aosp" />
57 <project path="device/generic/armv7-a-neon" name="device/generic/armv7-a-neon" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030058 <project path="device/generic/art" name="device/generic/art" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030059 <project path="device/generic/car" name="device/generic/car" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070060 <project path="device/generic/common" name="device/generic/common" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +030061 <project path="device/generic/goldfish" name="device/generic/goldfish" groups="pdk" remote="aosp" />
62 <project path="device/generic/goldfish-opengl" name="device/generic/goldfish-opengl" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070063 <project path="device/generic/mini-emulator-arm64" name="device/generic/mini-emulator-arm64" groups="pdk" remote="aosp" />
64 <project path="device/generic/mini-emulator-armv7-a-neon" name="device/generic/mini-emulator-armv7-a-neon" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070065 <project path="device/generic/mini-emulator-x86" name="device/generic/mini-emulator-x86" groups="pdk" remote="aosp" />
66 <project path="device/generic/mini-emulator-x86_64" name="device/generic/mini-emulator-x86_64" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100067 <project path="device/generic/qemu" name="device/generic/qemu" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030068 <project path="device/generic/trusty" name="device/generic/trusty" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -080069 <project path="device/generic/uml" name="device/generic/uml" groups="device,pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070070 <project path="device/generic/x86" name="device/generic/x86" groups="pdk" remote="aosp" />
71 <project path="device/generic/x86_64" name="device/generic/x86_64" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030072 <project path="device/generic/vulkan-cereal" name="device/generic/vulkan-cereal" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +030073 <project path="device/google/atv" name="device/google/atv" groups="device,broadcom_pdk,generic_fs,pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030074 <project path="device/google/contexthub" name="device/google/contexthub" groups="device,pdk" remote="aosp" />
Tim Schumacher30890132021-07-11 18:30:54 +020075 <project path="device/google/cuttlefish" name="device/google/cuttlefish" groups="device,pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030076 <project path="device/google/cuttlefish_prebuilts" name="device/google/cuttlefish_prebuilts" groups="device,pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030077 <project path="device/google/vrservices" name="device/google/vrservices" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070078 <project path="device/sample" name="device/sample" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030079 <project path="external/aac" name="platform/external/aac" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030080 <project path="external/abseil-cpp" name="platform/external/abseil-cpp" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +030081 <project path="external/adhd" name="platform/external/adhd" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100082 <project path="external/adt-infra" name="platform/external/adt-infra" groups="adt-infra,notdefault,pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030083 <project path="external/android-clat" name="platform/external/android-clat" groups="pdk" remote="aosp" />
84 <project path="external/androidplot" name="platform/external/androidplot" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030085 <project path="external/angle" name="platform/external/angle" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100086 <project path="external/ant-glob" name="platform/external/ant-glob" groups="pdk" remote="aosp" />
87 <project path="external/antlr" name="platform/external/antlr" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030088 <project path="external/apache-commons-bcel" name="platform/external/apache-commons-bcel" groups="pdk" remote="aosp" />
89 <project path="external/apache-commons-compress" name="platform/external/apache-commons-compress" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100090 <project path="external/apache-commons-math" name="platform/external/apache-commons-math" groups="pdk" remote="aosp" />
91 <project path="external/apache-harmony" name="platform/external/apache-harmony" groups="pdk" remote="aosp" />
Zhao Wei Liewaa2e5652016-12-12 12:21:53 +080092 <project path="external/apache-http" name="platform/external/apache-http" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070093 <project path="external/apache-xml" name="platform/external/apache-xml" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030094 <project path="external/arm-neon-tests" name="platform/external/arm-neon-tests" groups="vendor" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030095 <project path="external/arm-optimized-routines" name="platform/external/arm-optimized-routines" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030096 <project path="external/arm-trusted-firmware" name="platform/external/arm-trusted-firmware" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030097 <project path="external/auto" name="platform/external/auto" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100098 <project path="external/autotest" name="platform/external/autotest" groups="pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030099 <project path="external/avb" name="platform/external/avb" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300100 <project path="external/bazelbuild-rules_android" name="platform/external/bazelbuild-rules_android" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300101 <project path="external/bc" name="platform/external/bc" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300102 <project path="external/bcc" name="platform/external/bcc" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000103 <project path="external/blktrace" name="platform/external/blktrace" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300104 <project path="external/boringssl" name="platform/external/boringssl" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700105 <project path="external/bouncycastle" name="platform/external/bouncycastle" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800106 <project path="external/brotli" name="platform/external/brotli" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700107 <project path="external/bsdiff" name="platform/external/bsdiff" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300108 <project path="external/bzip2" name="platform/external/bzip2" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000109 <project path="external/caliper" name="platform/external/caliper" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300110 <project path="external/capstone" name="platform/external/capstone" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300111 <project path="external/catch2" name="platform/external/catch2" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700112 <project path="external/cblas" name="platform/external/cblas" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300113 <project path="external/cbor-java" name="platform/external/cbor-java" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700114 <project path="external/chromium-trace" name="platform/external/chromium-trace" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300115 <project path="external/chromium-webview" name="platform/external/chromium-webview" groups="pdk" clone-depth="1" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700116 <project path="external/clang" name="platform/external/clang" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300117 <project path="external/cldr" name="platform/external/cldr" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300118 <project path="external/cn-cbor" name="platform/external/cn-cbor" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700119 <project path="external/compiler-rt" name="platform/external/compiler-rt" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300120 <project path="external/connectedappssdk" name="platform/external/connectedappssdk" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000121 <project path="external/conscrypt" name="platform/external/conscrypt" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300122 <project path="external/cpu_features" name="platform/external/cpu_features" groups="pdk" remote="aosp" />
123 <project path="external/cpuinfo" name="platform/external/cpuinfo" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000124 <project path="external/crcalc" name="platform/external/crcalc" groups="pdk" remote="aosp" />
125 <project path="external/cros/system_api" name="platform/external/cros/system_api" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300126 <project path="external/crosvm" name="platform/external/crosvm" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000127 <project path="external/curl" name="platform/external/curl" groups="pdk" remote="aosp" />
128 <project path="external/dagger2" name="platform/external/dagger2" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700129 <project path="external/deqp" name="platform/external/deqp" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300130 <project path="external/deqp-deps/SPIRV-Headers" name="platform/external/deqp-deps/SPIRV-Headers" groups="pdk-fs" remote="aosp" />
131 <project path="external/deqp-deps/SPIRV-Tools" name="platform/external/deqp-deps/SPIRV-Tools" groups="pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300132 <project path="external/deqp-deps/amber" name="platform/external/deqp-deps/amber" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300133 <project path="external/deqp-deps/glslang" name="platform/external/deqp-deps/glslang" groups="pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300134 <project path="external/desugar" name="platform/external/desugar" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000135 <project path="external/dexmaker" name="platform/external/dexmaker" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000136 <project path="external/dlmalloc" name="platform/external/dlmalloc" groups="pdk" remote="aosp" />
137 <project path="external/dng_sdk" name="platform/external/dng_sdk" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700138 <project path="external/dnsmasq" name="platform/external/dnsmasq" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000139 <project path="external/doclava" name="platform/external/doclava" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300140 <project path="external/dokka" name="platform/external/dokka" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300141 <project path="external/downloader" name="platform/external/downloader" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000142 <project path="external/drm_hwcomposer" name="platform/external/drm_hwcomposer" groups="drm_hwcomposer,pdk-fs" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800143 <project path="external/drrickorang" name="platform/external/drrickorang" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300144 <project path="external/dtc" name="platform/external/dtc" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300145 <project path="external/dynamic_depth" name="platform/external/dynamic_depth" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300146 <project path="external/e2fsprogs" name="platform/external/e2fsprogs" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000147 <project path="external/easymock" name="platform/external/easymock" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700148 <project path="external/eigen" name="platform/external/eigen" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300149 <project path="external/elfutils" name="platform/external/elfutils" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000150 <project path="external/emma" name="platform/external/emma" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300151 <project path="external/erofs-utils" name="platform/external/erofs-utils" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300152 <project path="external/error_prone" name="platform/external/error_prone" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300153 <project path="external/escapevelocity" name="platform/external/escapevelocity" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300154 <project path="external/ethtool" name="platform/external/ethtool" groups="pdk" remote="aosp" />
155 <project path="external/exoplayer" name="platform/external/exoplayer" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700156 <project path="external/expat" name="platform/external/expat" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300157 <project path="external/f2fs-tools" name="platform/external/f2fs-tools" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300158 <project path="external/fastrpc" name="platform/external/fastrpc" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700159 <project path="external/fdlibm" name="platform/external/fdlibm" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000160 <project path="external/fec" name="platform/external/fec" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300161 <project path="external/fft2d" name="platform/external/fft2d" groups="pdk" remote="aosp" />
162 <project path="external/firebase-messaging" name="platform/external/firebase-messaging" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300163 <project path="external/flac" name="platform/external/flac" groups="pdk" remote="aosp" />
164 <project path="external/flatbuffers" name="platform/external/flatbuffers" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300165 <project path="external/fmtlib" name="platform/external/fmtlib" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000166 <project path="external/fonttools" name="platform/external/fonttools" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300167 <project path="external/FP16" name="platform/external/FP16" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700168 <project path="external/freetype" name="platform/external/freetype" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300169 <project path="external/fsck_msdos" name="platform/external/fsck_msdos" groups="pdk" remote="aosp" />
170 <project path="external/fsverity-utils" name="platform/external/fsverity-utils" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300171 <project path="external/FXdiv" name="platform/external/FXdiv" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000172 <project path="external/gemmlowp" name="platform/external/gemmlowp" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300173 <project path="external/geojson-jackson" name="platform/external/geojson-jackson" groups="pdk" remote="aosp" />
174 <project path="external/geonames" name="platform/external/geonames" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300175 <project path="external/gflags" name="platform/external/gflags" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700176 <project path="external/giflib" name="platform/external/giflib" groups="pdk,qcom_msm8x26" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000177 <project path="external/glide" name="platform/external/glide" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300178 <project path="external/golang-protobuf" name="platform/external/golang-protobuf" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400179 <project path="external/google-benchmark" name="platform/external/google-benchmark" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300180 <project path="external/google-breakpad" name="platform/external/google-breakpad" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300181 <project path="external/google-fonts/arbutus-slab" name="platform/external/google-fonts/arbutus-slab" groups="pdk" remote="aosp" />
182 <project path="external/google-fonts/arvo" name="platform/external/google-fonts/arvo" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300183 <project path="external/google-fonts/barlow" name="platform/external/google-fonts/barlow" groups="pdk" remote="aosp" />
184 <project path="external/google-fonts/big-shoulders-text" name="platform/external/google-fonts/big-shoulders-text" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000185 <project path="external/google-fonts/carrois-gothic-sc" name="platform/external/google-fonts/carrois-gothic-sc" groups="pdk" remote="aosp" />
186 <project path="external/google-fonts/coming-soon" name="platform/external/google-fonts/coming-soon" groups="pdk" remote="aosp" />
187 <project path="external/google-fonts/cutive-mono" name="platform/external/google-fonts/cutive-mono" groups="pdk" remote="aosp" />
188 <project path="external/google-fonts/dancing-script" name="platform/external/google-fonts/dancing-script" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300189 <project path="external/google-fonts/fraunces" name="platform/external/google-fonts/fraunces" groups="pdk" remote="aosp" />
190 <project path="external/google-fonts/karla" name="platform/external/google-fonts/karla" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300191 <project path="external/google-fonts/lato" name="platform/external/google-fonts/lato" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300192 <project path="external/google-fonts/lustria" name="platform/external/google-fonts/lustria" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300193 <project path="external/google-fonts/rubik" name="platform/external/google-fonts/rubik" groups="pdk" remote="aosp" />
194 <project path="external/google-fonts/source-sans-pro" name="platform/external/google-fonts/source-sans-pro" groups="pdk" remote="aosp" />
195 <project path="external/google-fonts/zilla-slab" name="platform/external/google-fonts/zilla-slab" groups="pdk" remote="aosp" />
196 <project path="external/google-fruit" name="platform/external/google-fruit" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300197 <project path="external/google-java-format" name="platform/external/google-java-format" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300198 <project path="external/google-styleguide" name="platform/external/google-styleguide" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300199 <project path="external/googletest" name="platform/external/googletest" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300200 <project path="external/gptfdisk" name="platform/external/gptfdisk" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300201 <project path="external/grpc-grpc" name="platform/external/grpc-grpc" groups="pdk,tradefed" remote="aosp" />
202 <project path="external/grpc-grpc-java" name="platform/external/grpc-grpc-java" groups="pdk,tradefed" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000203 <project path="external/guava" name="platform/external/guava" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300204 <project path="external/guice" name="platform/external/guice" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300205 <project path="external/gwp_asan" name="platform/external/gwp_asan" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000206 <project path="external/hamcrest" name="platform/external/hamcrest" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700207 <project path="external/harfbuzz_ng" name="platform/external/harfbuzz_ng" groups="pdk,qcom_msm8x26" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000208 <project path="external/hyphenation-patterns" name="platform/external/hyphenation-patterns" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300209 <project path="external/icing" name="platform/external/icing" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300210 <project path="external/icu" name="platform/external/icu" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300211 <project path="external/igt-gpu-tools" name="platform/external/igt-gpu-tools" groups="pdk" remote="aosp" />
Steve Kondik7d087c72016-10-25 17:17:30 -0700212 <project path="external/ImageMagick" name="platform/external/ImageMagick" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300213 <project path="external/image_io" name="platform/external/image_io" groups="pdk" remote="aosp" />
Steve Kondik7d087c72016-10-25 17:17:30 -0700214 <project path="external/ims" name="platform/external/ims" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300215 <project path="external/iperf3" name="platform/external/iperf3" groups="pdk" remote="aosp" />
Zhao Wei Liewaa2e5652016-12-12 12:21:53 +0800216 <project path="external/iproute2" name="platform/external/iproute2" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300217 <project path="external/ipsec-tools" name="platform/external/ipsec-tools" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000218 <project path="external/iptables" name="platform/external/iptables" groups="pdk" remote="aosp" />
219 <project path="external/iputils" name="platform/external/iputils" groups="pdk" remote="aosp" />
220 <project path="external/iw" name="platform/external/iw" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300221 <project path="external/jackson-annotations" name="platform/external/jackson-annotations" groups="pdk" remote="aosp" />
222 <project path="external/jackson-core" name="platform/external/jackson-core" groups="pdk" remote="aosp" />
223 <project path="external/jackson-databind" name="platform/external/jackson-databind" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000224 <project path="external/jacoco" name="platform/external/jacoco" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700225 <project path="external/jarjar" name="platform/external/jarjar" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300226 <project path="external/javaparser" name="platform/external/javaparser" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300227 <project path="external/javapoet" name="platform/external/javapoet" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000228 <project path="external/javasqlite" name="platform/external/javasqlite" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300229 <project path="external/javassist" name="platform/external/javassist" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400230 <project path="external/jcommander" name="platform/external/jcommander" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000231 <project path="external/jdiff" name="platform/external/jdiff" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300232 <project path="external/jemalloc_new" name="platform/external/jemalloc_new" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300233 <project path="external/jimfs" name="platform/external/jimfs" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300234 <project path="external/jline" name="platform/external/jline" groups="pdk,tradefed,pdk-fs" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000235 <project path="external/jsilver" name="platform/external/jsilver" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700236 <project path="external/jsmn" name="platform/external/jsmn" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000237 <project path="external/jsoncpp" name="platform/external/jsoncpp" groups="pdk" remote="aosp" />
238 <project path="external/jsr305" name="platform/external/jsr305" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400239 <project path="external/jsr330" name="platform/external/jsr330" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000240 <project path="external/junit" name="platform/external/junit" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300241 <project path="external/junit-params" name="platform/external/junit-params" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000242 <project path="external/kernel-headers" name="platform/external/kernel-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300243 <project path="external/kmod" name="platform/external/kmod" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300244 <project path="external/kotlinc" name="platform/external/kotlinc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300245 <project path="external/kotlinx.atomicfu" name="platform/external/kotlinx.atomicfu" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300246 <project path="external/kotlinx.coroutines" name="platform/external/kotlinx.coroutines" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300247 <project path="external/kotlinx.metadata" name="platform/external/kotlinx.metadata" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000248 <project path="external/ksoap2" name="platform/external/ksoap2" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300249 <project path="external/libabigail" name="platform/external/libabigail" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300250 <project path="external/libaom" name="platform/external/libaom" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700251 <project path="external/libavc" name="platform/external/libavc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800252 <project path="external/libbackup" name="platform/external/libbackup" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000253 <project path="external/libbrillo" name="platform/external/libbrillo" groups="pdk" remote="aosp" />
254 <project path="external/libcap" name="platform/external/libcap" groups="pdk" remote="aosp" />
255 <project path="external/libcap-ng" name="platform/external/libcap-ng" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300256 <project path="external/libchrome" name="platform/external/libchrome" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300257 <project path="external/libchromeos-rs" name="platform/external/libchromeos-rs" groups="pdk" remote="aosp" />
258 <project path="external/libcppbor" name="platform/external/libcppbor" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300259 <project path="external/libcups" name="platform/external/libcups" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300260 <project path="external/libcxx" name="platform/external/libcxx" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700261 <project path="external/libcxxabi" name="platform/external/libcxxabi" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400262 <project path="external/libdivsufsort" name="platform/external/libdivsufsort" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300263 <project path="external/libdrm" name="platform/external/libdrm" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300264 <project path="external/libepoxy" name="platform/external/libepoxy" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300265 <project path="external/libese" name="platform/external/libese" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000266 <project path="external/libevent" name="platform/external/libevent" groups="pdk" remote="aosp" />
267 <project path="external/libexif" name="platform/external/libexif" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300268 <project path="external/libffi" name="platform/external/libffi" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300269 <project path="external/libfuse" name="platform/external/libfuse" groups="pdk" remote="aosp" />
Michael Bestasaad75922019-10-25 20:11:55 +0300270 <project path="external/libgav1" name="platform/external/libgav1" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700271 <project path="external/libgsm" name="platform/external/libgsm" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300272 <project path="external/libhevc" name="platform/external/libhevc" groups="pdk" remote="aosp" />
273 <project path="external/libiio" name="platform/external/libiio" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400274 <project path="external/libjpeg-turbo" name="platform/external/libjpeg-turbo" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300275 <project path="external/libkmsxx" name="platform/external/libkmsxx" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300276 <project path="external/libldac" name="platform/external/libldac" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700277 <project path="external/libmpeg2" name="platform/external/libmpeg2" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800278 <project path="external/libnetfilter_conntrack" name="platform/external/libnetfilter_conntrack" groups="pdk" remote="aosp" />
279 <project path="external/libnfnetlink" name="platform/external/libnfnetlink" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700280 <project path="external/libnl" name="platform/external/libnl" groups="pdk" remote="aosp" />
281 <project path="external/libogg" name="platform/external/libogg" groups="pdk" remote="aosp" />
282 <project path="external/libopus" name="platform/external/libopus" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000283 <project path="external/libpcap" name="platform/external/libpcap" groups="pdk" remote="aosp" />
284 <project path="external/libphonenumber" name="platform/external/libphonenumber" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300285 <project path="external/libpng" name="platform/external/libpng" groups="pdk" remote="aosp" />
286 <project path="external/libprotobuf-mutator" name="platform/external/libprotobuf-mutator" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300287 <project path="external/libsrtp2" name="platform/external/libsrtp2" groups="pdk" remote="aosp" />
288 <project path="external/libtextclassifier" name="platform/external/libtextclassifier" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300289 <project path="external/libusb" name="platform/external/libusb" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300290 <project path="external/libutf" name="platform/external/libutf" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700291 <project path="external/libvpx" name="platform/external/libvpx" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300292 <project path="external/libwebm" name="platform/external/libwebm" groups="pdk" remote="aosp" />
293 <project path="external/libwebsockets" name="platform/external/libwebsockets" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300294 <project path="external/libxaac" name="platform/external/libxaac" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300295 <project path="external/libxkbcommon" name="platform/external/libxkbcommon" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000296 <project path="external/libxml2" name="platform/external/libxml2" groups="pdk,libxml2" remote="aosp" />
297 <project path="external/libyuv" name="platform/external/libyuv" groups="pdk,libyuv" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300298 <project path="external/linux-kselftest" name="platform/external/linux-kselftest" groups="vts,pdk" clone-depth="1" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700299 <project path="external/llvm" name="platform/external/llvm" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300300 <project path="external/llvm-project" name="toolchain/llvm-project" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800301 <project path="external/lmfit" name="platform/external/lmfit" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300302 <project path="external/lottie" name="platform/external/lottie" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300303 <project path="external/ltp" name="platform/external/ltp" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300304 <project path="external/lua" name="platform/external/lua" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000305 <project path="external/lz4" name="platform/external/lz4" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300306 <project path="external/lzma" name="platform/external/lzma" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300307 <project path="external/marisa-trie" name="platform/external/marisa-trie" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000308 <project path="external/markdown" name="platform/external/markdown" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700309 <project path="external/mdnsresponder" name="platform/external/mdnsresponder" groups="pdk" remote="aosp" />
310 <project path="external/mesa3d" name="platform/external/mesa3d" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300311 <project path="external/mime-support" name="platform/external/mime-support" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300312 <project path="external/minigbm" name="platform/external/minigbm" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000313 <project path="external/minijail" name="platform/external/minijail" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300314 <project path="external/mksh" name="platform/external/mksh" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000315 <project path="external/mockftpserver" name="platform/external/mockftpserver" groups="pdk" remote="aosp" />
316 <project path="external/mockito" name="platform/external/mockito" groups="pdk" remote="aosp" />
317 <project path="external/mockwebserver" name="platform/external/mockwebserver" groups="pdk" remote="aosp" />
318 <project path="external/modp_b64" name="platform/external/modp_b64" groups="pdk" remote="aosp" />
319 <project path="external/mp4parser" name="platform/external/mp4parser" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300320 <project path="external/ms-tpm-20-ref" name="platform/external/ms-tpm-20-ref" groups="pdk" remote="aosp" />
321 <project path="external/mtools" name="platform/external/mtools" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000322 <project path="external/mtpd" name="platform/external/mtpd" groups="pdk" remote="aosp" />
323 <project path="external/nanohttpd" name="platform/external/nanohttpd" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700324 <project path="external/nanopb-c" name="platform/external/nanopb-c" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000325 <project path="external/naver-fonts" name="platform/external/naver-fonts" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300326 <project path="external/neon_2_sse" name="platform/external/neon_2_sse" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000327 <project path="external/neven" name="platform/external/neven" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300328 <project path="external/newfs_msdos" name="platform/external/newfs_msdos" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000329 <project path="external/nist-pkits" name="platform/external/nist-pkits" groups="pdk" remote="aosp" />
330 <project path="external/nist-sip" name="platform/external/nist-sip" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300331 <project path="external/nos/host/generic" name="platform/external/nos/host/generic" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700332 <project path="external/noto-fonts" name="platform/external/noto-fonts" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000333 <project path="external/oauth" name="platform/external/oauth" groups="pdk" remote="aosp" />
334 <project path="external/objenesis" name="platform/external/objenesis" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300335 <project path="external/oboe" name="platform/external/oboe" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300336 <project path="external/oj-libjdwp" name="platform/external/oj-libjdwp" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300337 <project path="external/okhttp" name="platform/external/okhttp" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300338 <project path="external/okhttp4" name="platform/external/okhttp4" groups="pdk" remote="aosp" />
339 <project path="external/okio" name="platform/external/okio" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300340 <project path="external/one-true-awk" name="platform/external/one-true-awk" groups="pdk" remote="aosp" />
341 <project path="external/opencensus-java" name="platform/external/opencensus-java" groups="pdk,tradefed" remote="aosp" />
Michael Bestasb7659012020-12-08 21:22:55 +0200342 <project path="external/OpenCL-CTS" name="platform/external/OpenCL-CTS" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300343 <project path="external/OpenCSD" name="platform/external/OpenCSD" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300344 <project path="external/openscreen" name="platform/external/openscreen" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300345 <project path="external/openssh" name="platform/external/openssh" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300346 <project path="external/oss-fuzz" name="platform/external/oss-fuzz" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000347 <project path="external/owasp/sanitizer" name="platform/external/owasp/sanitizer" groups="pdk" remote="aosp" />
348 <project path="external/parameter-framework" name="platform/external/parameter-framework" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700349 <project path="external/pcre" name="platform/external/pcre" groups="pdk" remote="aosp" />
350 <project path="external/pdfium" name="platform/external/pdfium" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300351 <project path="external/perfetto" name="platform/external/perfetto" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300352 <project path="external/pffft" name="platform/external/pffft" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000353 <project path="external/piex" name="platform/external/piex" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300354 <project path="external/pigweed" name="platform/external/pigweed" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800355 <project path="external/ply" name="platform/external/ply" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300356 <project path="external/ppp" name="platform/external/ppp" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300357 <project path="external/proguard" name="platform/external/proguard" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700358 <project path="external/protobuf" name="platform/external/protobuf" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300359 <project path="external/psimd" name="platform/external/psimd" groups="pdk" remote="aosp" />
360 <project path="external/pthreadpool" name="platform/external/pthreadpool" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300361 <project path="external/puffin" name="platform/external/puffin" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300362 <project path="external/python/apitools" name="platform/external/python/apitools" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300363 <project path="external/python/asn1crypto" name="platform/external/python/asn1crypto" groups="pdk" remote="aosp" />
364 <project path="external/python/cffi" name="platform/external/python/cffi" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800365 <project path="external/python/cpython2" name="platform/external/python/cpython2" groups="pdk" remote="aosp" />
366 <project path="external/python/cpython3" name="platform/external/python/cpython3" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300367 <project path="external/python/cryptography" name="platform/external/python/cryptography" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300368 <project path="external/python/dateutil" name="platform/external/python/dateutil" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300369 <project path="external/python/enum34" name="platform/external/python/enum34" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300370 <project path="external/python/funcsigs" name="platform/external/python/funcsigs" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300371 <project path="external/python/futures" name="platform/external/python/futures" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300372 <project path="external/python/google-api-python-client" name="platform/external/python/google-api-python-client" groups="vts,pdk" remote="aosp" />
373 <project path="external/python/httplib2" name="platform/external/python/httplib2" groups="vts,pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300374 <project path="external/python/ipaddress" name="platform/external/python/ipaddress" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300375 <project path="external/python/jinja" name="platform/external/python/jinja" groups="pdk" remote="aosp" />
376 <project path="external/python/markupsafe" name="platform/external/python/markupsafe" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300377 <project path="external/python/mock" name="platform/external/python/mock" groups="pdk" remote="aosp" />
378 <project path="external/python/oauth2client" name="platform/external/python/oauth2client" groups="vts,pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300379 <project path="external/python/parse_type" name="platform/external/python/parse_type" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300380 <project path="external/python/pyasn1" name="platform/external/python/pyasn1" groups="vts,pdk" remote="aosp" />
381 <project path="external/python/pyasn1-modules" name="platform/external/python/pyasn1-modules" groups="vts,pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300382 <project path="external/python/pybind11" name="platform/external/python/pybind11" groups="pdk" remote="aosp" />
383 <project path="external/python/pycparser" name="platform/external/python/pycparser" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300384 <project path="external/python/pyfakefs" name="platform/external/python/pyfakefs" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300385 <project path="external/python/pyopenssl" name="platform/external/python/pyopenssl" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300386 <project path="external/python/rsa" name="platform/external/python/rsa" groups="vts,pdk" remote="aosp" />
387 <project path="external/python/setuptools" name="platform/external/python/setuptools" groups="vts,pdk" remote="aosp" />
388 <project path="external/python/six" name="platform/external/python/six" groups="vts,pdk" remote="aosp" />
389 <project path="external/python/uritemplates" name="platform/external/python/uritemplates" groups="vts,pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300390 <project path="external/rappor" name="platform/external/rappor" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000391 <project path="external/replicaisland" name="platform/external/replicaisland" groups="pdk" remote="aosp" />
392 <project path="external/rmi4utils" name="platform/external/rmi4utils" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300393 <project path="external/robolectric-shadows" name="platform/external/robolectric-shadows" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000394 <project path="external/roboto-fonts" name="platform/external/roboto-fonts" groups="pdk" remote="aosp" />
395 <project path="external/rootdev" name="platform/external/rootdev" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300396 <project path="external/Reactive-Extensions/RxCpp" name="platform/external/Reactive-Extensions/RxCpp" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300397 <project path="external/rnnoise" name="platform/external/rnnoise" groups="pdk" remote="aosp" />
398 <project path="external/rust/crates/ahash" name="platform/external/rust/crates/ahash" groups="pdk" remote="aosp" />
399 <project path="external/rust/crates/aho-corasick" name="platform/external/rust/crates/aho-corasick" groups="pdk" remote="aosp" />
400 <project path="external/rust/crates/android_logger" name="platform/external/rust/crates/android_logger" groups="pdk" remote="aosp" />
401 <project path="external/rust/crates/android_log-sys" name="platform/external/rust/crates/android_log-sys" groups="pdk" remote="aosp" />
402 <project path="external/rust/crates/anyhow" name="platform/external/rust/crates/anyhow" groups="pdk" remote="aosp" />
403 <project path="external/rust/crates/arbitrary" name="platform/external/rust/crates/arbitrary" groups="pdk" remote="aosp" />
404 <project path="external/rust/crates/async-stream" name="platform/external/rust/crates/async-stream" groups="pdk" remote="aosp" />
405 <project path="external/rust/crates/async-stream-impl" name="platform/external/rust/crates/async-stream-impl" groups="pdk" remote="aosp" />
406 <project path="external/rust/crates/async-task" name="platform/external/rust/crates/async-task" groups="pdk" remote="aosp" />
407 <project path="external/rust/crates/async-trait" name="platform/external/rust/crates/async-trait" groups="pdk" remote="aosp" />
408 <project path="external/rust/crates/atty" name="platform/external/rust/crates/atty" groups="pdk" remote="aosp" />
409 <project path="external/rust/crates/bencher" name="platform/external/rust/crates/bencher" groups="pdk" remote="aosp" />
410 <project path="external/rust/crates/bindgen" name="platform/external/rust/crates/bindgen" groups="pdk" remote="aosp" />
411 <project path="external/rust/crates/bitflags" name="platform/external/rust/crates/bitflags" groups="pdk" remote="aosp" />
412 <project path="external/rust/crates/bstr" name="platform/external/rust/crates/bstr" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300413 <project path="external/rust/crates/byteorder" name="platform/external/rust/crates/byteorder" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300414 <project path="external/rust/crates/bytes" name="platform/external/rust/crates/bytes" groups="pdk" remote="aosp" />
415 <project path="external/rust/crates/cast" name="platform/external/rust/crates/cast" groups="pdk" remote="aosp" />
416 <project path="external/rust/crates/cexpr" name="platform/external/rust/crates/cexpr" groups="pdk" remote="aosp" />
417 <project path="external/rust/crates/cfg-if" name="platform/external/rust/crates/cfg-if" groups="pdk" remote="aosp" />
418 <project path="external/rust/crates/chrono" name="platform/external/rust/crates/chrono" groups="pdk" remote="aosp" />
419 <project path="external/rust/crates/clang-sys" name="platform/external/rust/crates/clang-sys" groups="pdk" remote="aosp" />
420 <project path="external/rust/crates/clap" name="platform/external/rust/crates/clap" groups="pdk" remote="aosp" />
421 <project path="external/rust/crates/crc32fast" name="platform/external/rust/crates/crc32fast" groups="pdk" remote="aosp" />
422 <project path="external/rust/crates/codespan-reporting" name="platform/external/rust/crates/codespan-reporting" groups="pdk" remote="aosp" />
423 <project path="external/rust/crates/criterion" name="platform/external/rust/crates/criterion" groups="pdk" remote="aosp" />
424 <project path="external/rust/crates/criterion-plot" name="platform/external/rust/crates/criterion-plot" groups="pdk" remote="aosp" />
425 <project path="external/rust/crates/crossbeam-channel" name="platform/external/rust/crates/crossbeam-channel" groups="pdk" remote="aosp" />
426 <project path="external/rust/crates/crossbeam-deque" name="platform/external/rust/crates/crossbeam-deque" groups="pdk" remote="aosp" />
427 <project path="external/rust/crates/crossbeam-epoch" name="platform/external/rust/crates/crossbeam-epoch" groups="pdk" remote="aosp" />
428 <project path="external/rust/crates/crossbeam-utils" name="platform/external/rust/crates/crossbeam-utils" groups="pdk" remote="aosp" />
429 <project path="external/rust/crates/csv" name="platform/external/rust/crates/csv" groups="pdk" remote="aosp" />
430 <project path="external/rust/crates/csv-core" name="platform/external/rust/crates/csv-core" groups="pdk" remote="aosp" />
431 <project path="external/rust/crates/derive_arbitrary" name="platform/external/rust/crates/derive_arbitrary" groups="pdk" remote="aosp" />
432 <project path="external/rust/crates/downcast-rs" name="platform/external/rust/crates/downcast-rs" groups="pdk" remote="aosp" />
433 <project path="external/rust/crates/either" name="platform/external/rust/crates/either" groups="pdk" remote="aosp" />
434 <project path="external/rust/crates/env_logger" name="platform/external/rust/crates/env_logger" groups="pdk" remote="aosp" />
435 <project path="external/rust/crates/fallible-iterator" name="platform/external/rust/crates/fallible-iterator" groups="pdk" remote="aosp" />
436 <project path="external/rust/crates/fallible-streaming-iterator" name="platform/external/rust/crates/fallible-streaming-iterator" groups="pdk" remote="aosp" />
437 <project path="external/rust/crates/flate2" name="platform/external/rust/crates/flate2" groups="pdk" remote="aosp" />
438 <project path="external/rust/crates/fnv" name="platform/external/rust/crates/fnv" groups="pdk" remote="aosp" />
439 <project path="external/rust/crates/form_urlencoded" name="platform/external/rust/crates/form_urlencoded" groups="pdk" remote="aosp" />
440 <project path="external/rust/crates/futures" name="platform/external/rust/crates/futures" groups="pdk" remote="aosp" />
441 <project path="external/rust/crates/futures-channel" name="platform/external/rust/crates/futures-channel" groups="pdk" remote="aosp" />
442 <project path="external/rust/crates/futures-core" name="platform/external/rust/crates/futures-core" groups="pdk" remote="aosp" />
443 <project path="external/rust/crates/futures-executor" name="platform/external/rust/crates/futures-executor" groups="pdk" remote="aosp" />
444 <project path="external/rust/crates/futures-io" name="platform/external/rust/crates/futures-io" groups="pdk" remote="aosp" />
445 <project path="external/rust/crates/futures-macro" name="platform/external/rust/crates/futures-macro" groups="pdk" remote="aosp" />
446 <project path="external/rust/crates/futures-sink" name="platform/external/rust/crates/futures-sink" groups="pdk" remote="aosp" />
447 <project path="external/rust/crates/futures-task" name="platform/external/rust/crates/futures-task" groups="pdk" remote="aosp" />
448 <project path="external/rust/crates/futures-util" name="platform/external/rust/crates/futures-util" groups="pdk" remote="aosp" />
449 <project path="external/rust/crates/gdbstub" name="platform/external/rust/crates/gdbstub" groups="pdk" remote="aosp" />
450 <project path="external/rust/crates/getrandom" name="platform/external/rust/crates/getrandom" groups="pdk" remote="aosp" />
451 <project path="external/rust/crates/glob" name="platform/external/rust/crates/glob" groups="pdk" remote="aosp" />
452 <project path="external/rust/crates/grpcio" name="platform/external/rust/crates/grpcio" groups="pdk" remote="aosp" />
453 <project path="external/rust/crates/grpcio-compiler" name="platform/external/rust/crates/grpcio-compiler" groups="pdk" remote="aosp" />
454 <project path="external/rust/crates/grpcio-sys" name="platform/external/rust/crates/grpcio-sys" groups="pdk" remote="aosp" />
455 <project path="external/rust/crates/half" name="platform/external/rust/crates/half" groups="pdk" remote="aosp" />
456 <project path="external/rust/crates/hashbrown" name="platform/external/rust/crates/hashbrown" groups="pdk" remote="aosp" />
457 <project path="external/rust/crates/hashlink" name="platform/external/rust/crates/hashlink" groups="pdk" remote="aosp" />
458 <project path="external/rust/crates/heck" name="platform/external/rust/crates/heck" groups="pdk" remote="aosp" />
459 <project path="external/rust/crates/idna" name="platform/external/rust/crates/idna" groups="pdk" remote="aosp" />
460 <project path="external/rust/crates/instant" name="platform/external/rust/crates/instant" groups="pdk" remote="aosp" />
461 <project path="external/rust/crates/intrusive-collections" name="platform/external/rust/crates/intrusive-collections" groups="pdk" remote="aosp" />
462 <project path="external/rust/crates/itertools" name="platform/external/rust/crates/itertools" groups="pdk" remote="aosp" />
463 <project path="external/rust/crates/itoa" name="platform/external/rust/crates/itoa" groups="pdk" remote="aosp" />
464 <project path="external/rust/crates/lazy_static" name="platform/external/rust/crates/lazy_static" groups="pdk" remote="aosp" />
465 <project path="external/rust/crates/lazycell" name="platform/external/rust/crates/lazycell" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300466 <project path="external/rust/crates/libc" name="platform/external/rust/crates/libc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300467 <project path="external/rust/crates/libfuzzer-sys" name="platform/external/rust/crates/libfuzzer-sys" groups="pdk" remote="aosp" />
468 <project path="external/rust/crates/libloading" name="platform/external/rust/crates/libloading" groups="pdk" remote="aosp" />
469 <project path="external/rust/crates/libm" name="platform/external/rust/crates/libm" groups="pdk" remote="aosp" />
470 <project path="external/rust/crates/libsqlite3-sys" name="platform/external/rust/crates/libsqlite3-sys" groups="pdk" remote="aosp" />
471 <project path="external/rust/crates/libz-sys" name="platform/external/rust/crates/libz-sys" groups="pdk" remote="aosp" />
472 <project path="external/rust/crates/linked-hash-map" name="platform/external/rust/crates/linked-hash-map" groups="pdk" remote="aosp" />
473 <project path="external/rust/crates/lock_api" name="platform/external/rust/crates/lock_api" groups="pdk" remote="aosp" />
474 <project path="external/rust/crates/log" name="platform/external/rust/crates/log" groups="pdk" remote="aosp" />
475 <project path="external/rust/crates/lru-cache" name="platform/external/rust/crates/lru-cache" groups="pdk" remote="aosp" />
476 <project path="external/rust/crates/macaddr" name="platform/external/rust/crates/macaddr" groups="pdk" remote="aosp" />
477 <project path="external/rust/crates/managed" name="platform/external/rust/crates/managed" groups="pdk" remote="aosp" />
478 <project path="external/rust/crates/matches" name="platform/external/rust/crates/matches" groups="pdk" remote="aosp" />
479 <project path="external/rust/crates/memchr" name="platform/external/rust/crates/memchr" groups="pdk" remote="aosp" />
480 <project path="external/rust/crates/memoffset" name="platform/external/rust/crates/memoffset" groups="pdk" remote="aosp" />
481 <project path="external/rust/crates/mio" name="platform/external/rust/crates/mio" groups="pdk" remote="aosp" />
482 <project path="external/rust/crates/nix" name="platform/external/rust/crates/nix" groups="pdk" remote="aosp" />
483 <project path="external/rust/crates/no-panic" name="platform/external/rust/crates/no-panic" groups="pdk" remote="aosp" />
484 <project path="external/rust/crates/nom" name="platform/external/rust/crates/nom" groups="pdk" remote="aosp" />
485 <project path="external/rust/crates/num-derive" name="platform/external/rust/crates/num-derive" groups="pdk" remote="aosp" />
486 <project path="external/rust/crates/num-integer" name="platform/external/rust/crates/num-integer" groups="pdk" remote="aosp" />
487 <project path="external/rust/crates/num-traits" name="platform/external/rust/crates/num-traits" groups="pdk" remote="aosp" />
488 <project path="external/rust/crates/num_cpus" name="platform/external/rust/crates/num_cpus" groups="pdk" remote="aosp" />
489 <project path="external/rust/crates/once_cell" name="platform/external/rust/crates/once_cell" groups="pdk" remote="aosp" />
490 <project path="external/rust/crates/oorandom" name="platform/external/rust/crates/oorandom" groups="pdk" remote="aosp" />
491 <project path="external/rust/crates/parking_lot" name="platform/external/rust/crates/parking_lot" groups="pdk" remote="aosp" />
492 <project path="external/rust/crates/parking_lot_core" name="platform/external/rust/crates/parking_lot_core" groups="pdk" remote="aosp" />
493 <project path="external/rust/crates/paste" name="platform/external/rust/crates/paste" groups="pdk" remote="aosp" />
494 <project path="external/rust/crates/peeking_take_while" name="platform/external/rust/crates/peeking_take_while" groups="pdk" remote="aosp" />
495 <project path="external/rust/crates/percent-encoding" name="platform/external/rust/crates/percent-encoding" groups="pdk" remote="aosp" />
496 <project path="external/rust/crates/pin-project" name="platform/external/rust/crates/pin-project" groups="pdk" remote="aosp" />
497 <project path="external/rust/crates/pin-project-internal" name="platform/external/rust/crates/pin-project-internal" groups="pdk" remote="aosp" />
498 <project path="external/rust/crates/pin-project-lite" name="platform/external/rust/crates/pin-project-lite" groups="pdk" remote="aosp" />
499 <project path="external/rust/crates/pin-utils" name="platform/external/rust/crates/pin-utils" groups="pdk" remote="aosp" />
500 <project path="external/rust/crates/plotters" name="platform/external/rust/crates/plotters" groups="pdk" remote="aosp" />
501 <project path="external/rust/crates/plotters-backend" name="platform/external/rust/crates/plotters-backend" groups="pdk" remote="aosp" />
502 <project path="external/rust/crates/plotters-svg" name="platform/external/rust/crates/plotters-svg" groups="pdk" remote="aosp" />
503 <project path="external/rust/crates/ppv-lite86" name="platform/external/rust/crates/ppv-lite86" groups="pdk" remote="aosp" />
504 <project path="external/rust/crates/proc-macro-error" name="platform/external/rust/crates/proc-macro-error" groups="pdk" remote="aosp" />
505 <project path="external/rust/crates/proc-macro-error-attr" name="platform/external/rust/crates/proc-macro-error-attr" groups="pdk" remote="aosp" />
506 <project path="external/rust/crates/proc-macro-hack" name="platform/external/rust/crates/proc-macro-hack" groups="pdk" remote="aosp" />
507 <project path="external/rust/crates/proc-macro-nested" name="platform/external/rust/crates/proc-macro-nested" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300508 <project path="external/rust/crates/proc-macro2" name="platform/external/rust/crates/proc-macro2" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300509 <project path="external/rust/crates/protobuf" name="platform/external/rust/crates/protobuf" groups="pdk" remote="aosp" />
510 <project path="external/rust/crates/protobuf-codegen" name="platform/external/rust/crates/protobuf-codegen" groups="pdk" remote="aosp" />
511 <project path="external/rust/crates/quiche" name="platform/external/rust/crates/quiche" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300512 <project path="external/rust/crates/quote" name="platform/external/rust/crates/quote" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300513 <project path="external/rust/crates/rand" name="platform/external/rust/crates/rand" groups="pdk" remote="aosp" />
514 <project path="external/rust/crates/rand_chacha" name="platform/external/rust/crates/rand_chacha" groups="pdk" remote="aosp" />
515 <project path="external/rust/crates/rand_core" name="platform/external/rust/crates/rand_core" groups="pdk" remote="aosp" />
516 <project path="external/rust/crates/rand_xorshift" name="platform/external/rust/crates/rand_xorshift" groups="pdk" remote="aosp" />
517 <project path="external/rust/crates/rayon" name="platform/external/rust/crates/rayon" groups="pdk" remote="aosp" />
518 <project path="external/rust/crates/rayon-core" name="platform/external/rust/crates/rayon-core" groups="pdk" remote="aosp" />
519 <project path="external/rust/crates/regex" name="platform/external/rust/crates/regex" groups="pdk" remote="aosp" />
520 <project path="external/rust/crates/regex-automata" name="platform/external/rust/crates/regex-automata" groups="pdk" remote="aosp" />
521 <project path="external/rust/crates/regex-syntax" name="platform/external/rust/crates/regex-syntax" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300522 <project path="external/rust/crates/remain" name="platform/external/rust/crates/remain" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300523 <project path="external/rust/crates/ring" name="platform/external/rust/crates/ring" groups="pdk" remote="aosp" />
524 <project path="external/rust/crates/rusqlite" name="platform/external/rust/crates/rusqlite" groups="pdk" remote="aosp" />
525 <project path="external/rust/crates/rustc-hash" name="platform/external/rust/crates/rustc-hash" groups="pdk" remote="aosp" />
526 <project path="external/rust/crates/rustversion" name="platform/external/rust/crates/rustversion" groups="pdk" remote="aosp" />
527 <project path="external/rust/crates/ryu" name="platform/external/rust/crates/ryu" groups="pdk" remote="aosp" />
528 <project path="external/rust/crates/same-file" name="platform/external/rust/crates/same-file" groups="pdk" remote="aosp" />
529 <project path="external/rust/crates/scopeguard" name="platform/external/rust/crates/scopeguard" groups="pdk" remote="aosp" />
530 <project path="external/rust/crates/serde" name="platform/external/rust/crates/serde" groups="pdk" remote="aosp" />
531 <project path="external/rust/crates/serde_cbor" name="platform/external/rust/crates/serde_cbor" groups="pdk" remote="aosp" />
532 <project path="external/rust/crates/serde_derive" name="platform/external/rust/crates/serde_derive" groups="pdk" remote="aosp" />
533 <project path="external/rust/crates/serde_json" name="platform/external/rust/crates/serde_json" groups="pdk" remote="aosp" />
534 <project path="external/rust/crates/serde_test" name="platform/external/rust/crates/serde_test" groups="pdk" remote="aosp" />
535 <project path="external/rust/crates/shared_child" name="platform/external/rust/crates/shared_child" groups="pdk" remote="aosp" />
536 <project path="external/rust/crates/shlex" name="platform/external/rust/crates/shlex" groups="pdk" remote="aosp" />
537 <project path="external/rust/crates/slab" name="platform/external/rust/crates/slab" groups="pdk" remote="aosp" />
538 <project path="external/rust/crates/smallvec" name="platform/external/rust/crates/smallvec" groups="pdk" remote="aosp" />
539 <project path="external/rust/crates/spin" name="platform/external/rust/crates/spin" groups="pdk" remote="aosp" />
540 <project path="external/rust/crates/structopt" name="platform/external/rust/crates/structopt" groups="pdk" remote="aosp" />
541 <project path="external/rust/crates/structopt-derive" name="platform/external/rust/crates/structopt-derive" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300542 <project path="external/rust/crates/syn" name="platform/external/rust/crates/syn" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300543 <project path="external/rust/crates/syn-mid" name="platform/external/rust/crates/syn-mid" groups="pdk" remote="aosp" />
544 <project path="external/rust/crates/termcolor" name="platform/external/rust/crates/termcolor" groups="pdk" remote="aosp" />
545 <project path="external/rust/crates/textwrap" name="platform/external/rust/crates/textwrap" groups="pdk" remote="aosp" />
546 <project path="external/rust/crates/thiserror" name="platform/external/rust/crates/thiserror" groups="pdk" remote="aosp" />
547 <project path="external/rust/crates/thiserror-impl" name="platform/external/rust/crates/thiserror-impl" groups="pdk" remote="aosp" />
548 <project path="external/rust/crates/thread_local" name="platform/external/rust/crates/thread_local" groups="pdk" remote="aosp" />
549 <project path="external/rust/crates/tinytemplate" name="platform/external/rust/crates/tinytemplate" groups="pdk" remote="aosp" />
550 <project path="external/rust/crates/tinyvec" name="platform/external/rust/crates/tinyvec" groups="pdk" remote="aosp" />
551 <project path="external/rust/crates/tinyvec_macros" name="platform/external/rust/crates/tinyvec_macros" groups="pdk" remote="aosp" />
552 <project path="external/rust/crates/tokio" name="platform/external/rust/crates/tokio" groups="pdk" remote="aosp" />
553 <project path="external/rust/crates/tokio-macros" name="platform/external/rust/crates/tokio-macros" groups="pdk" remote="aosp" />
554 <project path="external/rust/crates/tokio-stream" name="platform/external/rust/crates/tokio-stream" groups="pdk" remote="aosp" />
555 <project path="external/rust/crates/tokio-test" name="platform/external/rust/crates/tokio-test" groups="pdk" remote="aosp" />
556 <project path="external/rust/crates/unicode-bidi" name="platform/external/rust/crates/unicode-bidi" groups="pdk" remote="aosp" />
557 <project path="external/rust/crates/unicode-normalization" name="platform/external/rust/crates/unicode-normalization" groups="pdk" remote="aosp" />
558 <project path="external/rust/crates/unicode-segmentation" name="platform/external/rust/crates/unicode-segmentation" groups="pdk" remote="aosp" />
559 <project path="external/rust/crates/unicode-width" name="platform/external/rust/crates/unicode-width" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300560 <project path="external/rust/crates/unicode-xid" name="platform/external/rust/crates/unicode-xid" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300561 <project path="external/rust/crates/untrusted" name="platform/external/rust/crates/untrusted" groups="pdk" remote="aosp" />
562 <project path="external/rust/crates/url" name="platform/external/rust/crates/url" groups="pdk" remote="aosp" />
563 <project path="external/rust/crates/uuid" name="platform/external/rust/crates/uuid" groups="pdk" remote="aosp" />
564 <project path="external/rust/crates/vmm_vhost" name="platform/external/rust/crates/vmm_vhost" groups="pdk" remote="aosp" />
565 <project path="external/rust/crates/vsock" name="platform/external/rust/crates/vsock" groups="pdk" remote="aosp" />
566 <project path="external/rust/crates/walkdir" name="platform/external/rust/crates/walkdir" groups="pdk" remote="aosp" />
567 <project path="external/rust/crates/weak-table" name="platform/external/rust/crates/weak-table" groups="pdk" remote="aosp" />
568 <project path="external/rust/crates/which" name="platform/external/rust/crates/which" groups="pdk" remote="aosp" />
569 <project path="external/rust/crates/zip" name="platform/external/rust/crates/zip" groups="pdk" remote="aosp" />
570 <project path="external/rust/cxx" name="platform/external/rust/cxx" groups="pdk" remote="aosp" />
571 <project path="external/ruy" name="platform/external/ruy" groups="pdk" remote="aosp" />
572 <project path="external/s2-geometry-library-java" name="platform/external/s2-geometry-library-java" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300573 <project path="external/scapy" name="platform/external/scapy" groups="pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700574 <project path="external/scrypt" name="platform/external/scrypt" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300575 <project path="external/scudo" name="platform/external/scudo" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300576 <project path="external/seccomp-tests" name="platform/external/seccomp-tests" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300577 <project path="external/selinux" name="platform/external/selinux" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300578 <project path="external/setupcompat" name="platform/external/setupcompat" groups="pdk" remote="aosp" />
579 <project path="external/setupdesign" name="platform/external/setupdesign" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700580 <project path="external/sfntly" name="platform/external/sfntly" groups="pdk,qcom_msm8x26" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300581 <project path="external/shaderc/spirv-headers" name="platform/external/shaderc/spirv-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300582 <project path="external/shflags" name="platform/external/shflags" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300583 <project path="external/skia" name="platform/external/skia" groups="pdk,qcom_msm8x26" remote="aosp" />
584 <project path="external/skqp" name="platform/external/skqp" groups="cts,pdk" clone-depth="1" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000585 <project path="external/sl4a" name="platform/external/sl4a" groups="pdk" remote="aosp" />
586 <project path="external/slf4j" name="platform/external/slf4j" groups="pdk" remote="aosp" />
587 <project path="external/smali" name="platform/external/smali" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400588 <project path="external/snakeyaml" name="platform/external/snakeyaml" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700589 <project path="external/sonic" name="platform/external/sonic" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700590 <project path="external/sonivox" name="platform/external/sonivox" groups="pdk" remote="aosp" />
591 <project path="external/speex" name="platform/external/speex" groups="pdk" remote="aosp" />
592 <project path="external/sqlite" name="platform/external/sqlite" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700593 <project path="external/squashfs-tools" name="platform/external/squashfs-tools" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300594 <project path="external/starlark-go" name="platform/external/starlark-go" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000595 <project path="external/strace" name="platform/external/strace" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300596 <project path="external/stressapptest" name="platform/external/stressapptest" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300597 <project path="external/subsampling-scale-image-view" name="platform/external/subsampling-scale-image-view" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300598 <project path="external/swiftshader" name="platform/external/swiftshader" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000599 <project path="external/tagsoup" name="platform/external/tagsoup" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000600 <project path="external/tcpdump" name="platform/external/tcpdump" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300601 <project path="external/tensorflow" name="platform/external/tensorflow" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300602 <project path="external/testng" name="platform/external/testng" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300603 <project path="external/tflite-support" name="platform/external/tflite-support" groups="pdk" remote="aosp" />
604 <project path="external/timezone-boundary-builder" name="platform/external/timezone-boundary-builder" groups="pdk" clone-depth="2" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300605 <project path="external/tinyalsa" name="platform/external/tinyalsa" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300606 <project path="external/tinyalsa_new" name="platform/external/tinyalsa_new" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300607 <project path="external/tinycompress" name="platform/external/tinycompress" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300608 <project path="external/tinyxml2" name="platform/external/tinyxml2" groups="pdk" remote="aosp" />
609 <project path="external/toolchain-utils" name="platform/external/toolchain-utils" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300610 <project path="external/toybox" name="platform/external/toybox" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300611 <project path="external/tpm2-tss" name="platform/external/tpm2-tss" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700612 <project path="external/tremolo" name="platform/external/tremolo" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300613 <project path="external/turbine" name="platform/external/turbine" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400614 <project path="external/unicode" name="platform/external/unicode" groups="pdk" remote="aosp" />
Steve Kondik7d087c72016-10-25 17:17:30 -0700615 <project path="external/universal-tween-engine" name="platform/external/universal-tween-engine" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300616 <project path="external/ukey2" name="platform/external/ukey2" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300617 <project path="external/usrsctp" name="platform/external/usrsctp" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800618 <project path="external/v4l2_codec2" name="platform/external/v4l2_codec2" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000619 <project path="external/vboot_reference" name="platform/external/vboot_reference" groups="vboot,pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300620 <project path="external/virglrenderer" name="platform/external/virglrenderer" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700621 <project path="external/vixl" name="platform/external/vixl" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300622 <project path="external/vm_tools/p9" name="platform/external/vm_tools/p9" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700623 <project path="external/vogar" name="platform/external/vogar" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300624 <project path="external/volley" name="platform/external/volley" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300625 <project path="external/vulkan-headers" name="platform/external/vulkan-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300626 <project path="external/vulkan-validation-layers" name="platform/external/vulkan-validation-layers" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800627 <project path="external/walt" name="platform/external/walt" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300628 <project path="external/wayland" name="platform/external/wayland" groups="pdk" remote="aosp" />
629 <project path="external/wayland-protocols" name="platform/external/wayland-protocols" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700630 <project path="external/webp" name="platform/external/webp" groups="pdk,qcom_msm8x26" remote="aosp" />
631 <project path="external/webrtc" name="platform/external/webrtc" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300632 <project path="external/wpa_supplicant_8" name="platform/external/wpa_supplicant_8" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300633 <project path="external/wycheproof" name="platform/external/wycheproof" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000634 <project path="external/xmp_toolkit" name="platform/external/xmp_toolkit" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300635 <project path="external/XNNPACK" name="platform/external/XNNPACK" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300636 <project path="external/xz-embedded" name="platform/external/xz-embedded" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300637 <project path="external/xz-java" name="platform/external/xz-java" groups="pdk" remote="aosp" />
638 <project path="external/yapf" name="platform/external/yapf" groups="vts,projectarch,pdk" remote="aosp" />
639 <project path="external/zlib" name="platform/external/zlib" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000640 <project path="external/zopfli" name="platform/external/zopfli" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300641 <project path="external/zstd" name="platform/external/zstd" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000642 <project path="external/zxing" name="platform/external/zxing" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300643 <project path="frameworks/av" name="platform/frameworks/av" groups="pdk" remote="aosp" />
644 <project path="frameworks/base" name="platform/frameworks/base" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700645 <project path="frameworks/compile/libbcc" name="platform/frameworks/compile/libbcc" groups="pdk" remote="aosp" />
646 <project path="frameworks/compile/mclinker" name="platform/frameworks/compile/mclinker" groups="pdk" remote="aosp" />
647 <project path="frameworks/compile/slang" name="platform/frameworks/compile/slang" groups="pdk" remote="aosp" />
648 <project path="frameworks/ex" name="platform/frameworks/ex" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300649 <project path="frameworks/hardware/interfaces" name="platform/frameworks/hardware/interfaces" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800650 <project path="frameworks/layoutlib" name="platform/frameworks/layoutlib" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300651 <project path="frameworks/libs/modules-utils" name="platform/frameworks/libs/modules-utils" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
652 <project path="frameworks/libs/native_bridge_support" name="platform/frameworks/libs/native_bridge_support" groups="pdk" remote="aosp" />
653 <project path="frameworks/libs/net" name="platform/frameworks/libs/net" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300654 <project path="frameworks/libs/service_entitlement" name="platform/frameworks/libs/service_entitlement" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300655 <project path="frameworks/libs/systemui" name="platform/frameworks/libs/systemui" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700656 <project path="frameworks/minikin" name="platform/frameworks/minikin" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700657 <project path="frameworks/multidex" name="platform/frameworks/multidex" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300658 <project path="frameworks/native" name="platform/frameworks/native" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700659 <project path="frameworks/opt/bitmap" name="platform/frameworks/opt/bitmap" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700660 <project path="frameworks/opt/calendar" name="platform/frameworks/opt/calendar" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300661 <project path="frameworks/opt/car/services" name="platform/frameworks/opt/car/services" groups="pdk-fs" remote="aosp" />
662 <project path="frameworks/opt/car/setupwizard" name="platform/frameworks/opt/car/setupwizard" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300663 <project path="frameworks/opt/chips" name="platform/frameworks/opt/chips" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700664 <project path="frameworks/opt/colorpicker" name="platform/frameworks/opt/colorpicker" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300665 <project path="frameworks/opt/localepicker" name="platform/frameworks/opt/localepicker" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700666 <project path="frameworks/opt/net/ethernet" name="platform/frameworks/opt/net/ethernet" groups="pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300667 <project path="frameworks/opt/net/ims" name="platform/frameworks/opt/net/ims" groups="frameworks_ims,pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700668 <project path="frameworks/opt/net/voip" name="platform/frameworks/opt/net/voip" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300669 <project path="frameworks/opt/net/wifi" name="platform/frameworks/opt/net/wifi" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700670 <project path="frameworks/opt/photoviewer" name="platform/frameworks/opt/photoviewer" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300671 <project path="frameworks/opt/setupwizard" name="platform/frameworks/opt/setupwizard" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300672 <project path="frameworks/opt/telephony" name="platform/frameworks/opt/telephony" groups="pdk" remote="aosp" />
673 <project path="frameworks/opt/timezonepicker" name="platform/frameworks/opt/timezonepicker" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300674 <project path="frameworks/opt/tv/tvsystem" name="platform/frameworks/opt/tv/tvsystem" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300675 <project path="frameworks/opt/vcard" name="platform/frameworks/opt/vcard" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300676 <project path="frameworks/proto_logging" name="platform/frameworks/proto_logging" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700677 <project path="frameworks/rs" name="platform/frameworks/rs" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700678 <project path="frameworks/wilhelm" name="platform/frameworks/wilhelm" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300679 <project path="hardware/broadcom/libbt" name="platform/hardware/broadcom/libbt" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300680 <project path="hardware/broadcom/wlan" name="platform/hardware/broadcom/wlan" groups="pdk,broadcom_wlan" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400681 <project path="hardware/google/apf" name="platform/hardware/google/apf" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab2a768552019-05-11 13:30:24 -0700682 <project path="hardware/google/av" name="platform/hardware/google/av" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300683 <project path="hardware/google/camera" name="platform/hardware/google/camera" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300684 <project path="hardware/google/easel" name="platform/hardware/google/easel" groups="pdk,easel" remote="aosp" />
685 <project path="hardware/google/interfaces" name="platform/hardware/google/interfaces" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300686 <project path="hardware/google/pixel" name="platform/hardware/google/pixel" groups="generic_fs,pixel" remote="aosp" />
Michael Bestasaad75922019-10-25 20:11:55 +0300687 <project path="hardware/google/pixel-sepolicy" name="platform/hardware/google/pixel-sepolicy" groups="generic_fs,pixel" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300688 <project path="hardware/interfaces" name="platform/hardware/interfaces" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300689 <project path="hardware/invensense" name="platform/hardware/invensense" groups="invensense,pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300690 <project path="hardware/knowles/athletico/sound_trigger_hal" name="platform/hardware/knowles/athletico/sound_trigger_hal" groups="coral,generic_fs" remote="aosp" />
691 <project path="hardware/libhardware" name="platform/hardware/libhardware" groups="pdk" remote="aosp" />
Bruno Martinsa09e0e62020-12-18 12:05:25 +0000692 <project path="hardware/libhardware_legacy" name="platform/hardware/libhardware_legacy" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300693 <project path="hardware/nxp/nfc" name="platform/hardware/nxp/nfc" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300694 <project path="hardware/nxp/secure_element" name="platform/hardware/nxp/secure_element" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300695 <project path="hardware/qcom/audio" name="platform/hardware/qcom/audio" groups="qcom,qcom_audio,pdk-qcom" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300696 <project path="hardware/qcom/bootctrl" name="platform/hardware/qcom/bootctrl" groups="pdk-qcom" remote="aosp" />
697 <project path="hardware/qcom/bt" name="platform/hardware/qcom/bt" groups="qcom,pdk-qcom" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300698 <project path="hardware/qcom/camera" name="platform/hardware/qcom/camera" groups="qcom_camera,pdk-qcom" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300699 <project path="hardware/qcom/data/ipacfg-mgr" name="platform/hardware/qcom/data/ipacfg-mgr" groups="qcom,pdk-qcom" remote="aosp" />
700 <project path="hardware/qcom/display" name="platform/hardware/qcom/display" groups="pdk-qcom,qcom,qcom_display" remote="aosp" />
701 <project path="hardware/qcom/gps" name="platform/hardware/qcom/gps" groups="qcom,qcom_gps,pdk-qcom" remote="aosp" />
702 <project path="hardware/qcom/keymaster" name="platform/hardware/qcom/keymaster" groups="qcom,qcom_keymaster,pdk-qcom" remote="aosp" />
703 <project path="hardware/qcom/media" name="platform/hardware/qcom/media" groups="qcom,pdk-qcom" remote="aosp" />
Michael Bestasaad75922019-10-25 20:11:55 +0300704 <project path="hardware/qcom/sdm845/bt" name="platform/hardware/qcom/sdm845/bt" groups="generic_fs,qcom_sdm845" remote="aosp" />
705 <project path="hardware/qcom/sdm845/data/ipacfg-mgr" name="platform/hardware/qcom/sdm845/data/ipacfg-mgr" groups="generic_fs,vendor,qcom_sdm845" remote="aosp" >
Michael Bestas54bb6d62020-09-09 03:31:32 +0300706 <linkfile src="os_pickup.mk" dest="hardware/qcom/sdm845/Android.mk" />
707 <linkfile src="os_pickup.bp" dest="hardware/qcom/sdm845/Android.bp" />
Ethan Chen62b93d12018-11-29 23:40:42 -0800708 </project>
Michael Bestas021a2fb2021-10-05 16:19:40 +0300709 <project path="hardware/qcom/sdm845/display" name="platform/hardware/qcom/sdm845/display" groups="generic_fs,qcom_sdm845" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300710 <project path="hardware/qcom/sdm845/gps" name="platform/hardware/qcom/sdm845/gps" groups="generic_fs,qcom_sdm845" remote="aosp" />
711 <project path="hardware/qcom/sdm845/media" name="platform/hardware/qcom/sdm845/media" groups="generic_fs,qcom_sdm845" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300712 <project path="hardware/qcom/sdm845/thermal" name="platform/hardware/qcom/sdm845/thermal" groups="generic_fs,qcom_sdm845" remote="aosp" />
713 <project path="hardware/qcom/sdm845/vr" name="platform/hardware/qcom/sdm845/vr" groups="generic_fs,qcom_sdm845" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300714 <project path="hardware/qcom/sm7150/gps" name="platform/hardware/qcom/sm7150/gps" groups="qcom_sm7150" remote="aosp" >
715 <linkfile src="os_pickup.mk" dest="hardware/qcom/sm7150/Android.mk" />
716 <linkfile src="os_pickup.bp" dest="hardware/qcom/sm7150/Android.bp" />
717 </project>
Michael Bestas021a2fb2021-10-05 16:19:40 +0300718 <project path="hardware/qcom/sm7250/display" name="platform/hardware/qcom/sm7250/display" groups="qcom_sm7250" remote="aosp" />
719 <project path="hardware/qcom/sm7250/gps" name="platform/hardware/qcom/sm7250/gps" groups="qcom_sm7250" remote="aosp" >
Michael Bestasb7659012020-12-08 21:22:55 +0200720 <linkfile src="os_pickup.mk" dest="hardware/qcom/sm7250/Android.mk" />
721 <linkfile src="os_pickup.bp" dest="hardware/qcom/sm7250/Android.bp" />
722 </project>
Michael Bestas021a2fb2021-10-05 16:19:40 +0300723 <project path="hardware/qcom/sm7250/media" name="platform/hardware/qcom/sm7250/media" groups="qcom_sm7250" remote="aosp" />
724 <project path="hardware/qcom/sm8150/data/ipacfg-mgr" name="platform/hardware/qcom/sm8150/data/ipacfg-mgr" groups="qcom_sm8150" remote="aosp" >
Michael Bestas54bb6d62020-09-09 03:31:32 +0300725 <linkfile src="os_pickup.mk" dest="hardware/qcom/sm8150/Android.mk" />
Michael Bestasaad75922019-10-25 20:11:55 +0300726 <linkfile src="os_pickup.bp" dest="hardware/qcom/sm8150/Android.bp" />
727 </project>
Michael Bestas021a2fb2021-10-05 16:19:40 +0300728 <project path="hardware/qcom/sm8150/display" name="platform/hardware/qcom/sm8150/display" groups="qcom_sm8150" remote="aosp" />
Michael Bestasaad75922019-10-25 20:11:55 +0300729 <project path="hardware/qcom/sm8150/gps" name="platform/hardware/qcom/sm8150/gps" groups="qcom_sm8150" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300730 <project path="hardware/qcom/sm8150/media" name="platform/hardware/qcom/sm8150/media" groups="qcom_sm8150" remote="aosp" />
Michael Bestasaad75922019-10-25 20:11:55 +0300731 <project path="hardware/qcom/sm8150/thermal" name="platform/hardware/qcom/sm8150/thermal" groups="qcom_sm8150" remote="aosp" />
732 <project path="hardware/qcom/sm8150/vr" name="platform/hardware/qcom/sm8150/vr" groups="qcom_sm8150" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300733 <project path="hardware/qcom/sm8150p/gps" name="platform/hardware/qcom/sm8150p/gps" groups="qcom_sm8150p" remote="aosp" >
734 <linkfile src="os_pickup.mk" dest="hardware/qcom/sm8150p/Android.mk" />
735 <linkfile src="os_pickup.bp" dest="hardware/qcom/sm8150p/Android.bp" />
736 </project>
Michael Bestas42c8cb92019-09-04 16:10:16 +0300737 <project path="hardware/qcom/wlan" name="platform/hardware/qcom/wlan" groups="qcom_wlan,pdk-qcom" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300738 <project path="hardware/ril" name="platform/hardware/ril" groups="pdk" remote="aosp" />
Michael Bestasaad75922019-10-25 20:11:55 +0300739 <project path="hardware/st/nfc" name="platform/hardware/st/nfc" groups="pdk" remote="aosp" />
740 <project path="hardware/st/secure_element" name="platform/hardware/st/secure_element" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300741 <project path="hardware/st/secure_element2" name="platform/hardware/st/secure_element2" groups="pdk" remote="aosp" />
742 <project path="hardware/samsung/nfc" name="platform/hardware/samsung/nfc" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300743 <project path="hardware/ti/am57x" name="platform/hardware/ti/am57x" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300744 <project path="kernel/configs" name="kernel/configs" groups="vts,pdk" remote="aosp" />
Tim Schumacher30890132021-07-11 18:30:54 +0200745 <project path="kernel/prebuilts/4.19/arm64" name="kernel/prebuilts/4.19/arm64" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300746 <project path="kernel/prebuilts/5.4/arm64" name="kernel/prebuilts/5.4/arm64" groups="pdk" clone-depth="1" remote="aosp" />
747 <project path="kernel/prebuilts/5.4/x86_64" name="kernel/prebuilts/5.4/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
748 <project path="kernel/prebuilts/5.10/arm64" name="kernel/prebuilts/5.10/arm64" groups="pdk" clone-depth="1" remote="aosp" />
749 <project path="kernel/prebuilts/5.10/x86_64" name="kernel/prebuilts/5.10/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
750 <project path="kernel/prebuilts/mainline/arm64" name="kernel/prebuilts/mainline/arm64" groups="pdk" clone-depth="1" remote="aosp" />
751 <project path="kernel/prebuilts/common-modules/virtual-device/4.19/arm64" name="kernel/prebuilts/common-modules/virtual-device/4.19/arm64" groups="pdk" clone-depth="1" remote="aosp" />
752 <project path="kernel/prebuilts/common-modules/virtual-device/4.19/x86-64" name="kernel/prebuilts/common-modules/virtual-device/4.19/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
753 <project path="kernel/prebuilts/common-modules/virtual-device/5.10/arm64" name="kernel/prebuilts/common-modules/virtual-device/5.10/arm64" groups="pdk" clone-depth="1" remote="aosp" />
754 <project path="kernel/prebuilts/common-modules/virtual-device/5.10/x86-64" name="kernel/prebuilts/common-modules/virtual-device/5.10/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
755 <project path="kernel/prebuilts/common-modules/virtual-device/5.4/arm64" name="kernel/prebuilts/common-modules/virtual-device/5.4/arm64" groups="pdk" clone-depth="1" remote="aosp" />
756 <project path="kernel/prebuilts/common-modules/virtual-device/5.4/x86-64" name="kernel/prebuilts/common-modules/virtual-device/5.4/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
757 <project path="kernel/prebuilts/common-modules/virtual-device/mainline/arm64" name="kernel/prebuilts/common-modules/virtual-device/mainline/arm64" groups="pdk" clone-depth="1" remote="aosp" />
758 <project path="kernel/prebuilts/common-modules/virtual-device/mainline/x86-64" name="kernel/prebuilts/common-modules/virtual-device/mainline/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300759 <project path="kernel/tests" name="kernel/tests" groups="vts,pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300760 <project path="libcore" name="platform/libcore" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400761 <project path="libnativehelper" name="platform/libnativehelper" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300762 <project path="packages/apps/BasicSmsReceiver" name="platform/packages/apps/BasicSmsReceiver" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
763 <project path="packages/apps/Bluetooth" name="platform/packages/apps/Bluetooth" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300764 <project path="packages/apps/Calendar" name="platform/packages/apps/Calendar" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300765 <project path="packages/apps/Camera2" name="platform/packages/apps/Camera2" groups="pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300766 <project path="packages/apps/Car/Calendar" name="platform/packages/apps/Car/Calendar" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300767 <project path="packages/apps/Car/Cluster" name="platform/packages/apps/Car/Cluster" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300768 <project path="packages/apps/Car/DebuggingRestrictionController" name="platform/packages/apps/Car/DebuggingRestrictionController" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300769 <project path="packages/apps/Car/Dialer" name="platform/packages/apps/Car/Dialer" groups="pdk-fs" remote="aosp" />
770 <project path="packages/apps/Car/Hvac" name="platform/packages/apps/Car/Hvac" groups="pdk-fs" remote="aosp" />
771 <project path="packages/apps/Car/LatinIME" name="platform/packages/apps/Car/LatinIME" groups="pdk-fs" remote="aosp" />
772 <project path="packages/apps/Car/Launcher" name="platform/packages/apps/Car/Launcher" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300773 <project path="packages/apps/Car/LinkViewer" name="platform/packages/apps/Car/LinkViewer" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300774 <project path="packages/apps/Car/LocalMediaPlayer" name="platform/packages/apps/Car/LocalMediaPlayer" groups="pdk-fs" remote="aosp" />
775 <project path="packages/apps/Car/Media" name="platform/packages/apps/Car/Media" groups="pdk-fs" remote="aosp" />
776 <project path="packages/apps/Car/Messenger" name="platform/packages/apps/Car/Messenger" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300777 <project path="packages/apps/Car/Notification" name="platform/packages/apps/Car/Notification" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300778 <project path="packages/apps/Car/Provision" name="platform/packages/apps/Car/Provision" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300779 <project path="packages/apps/Car/Radio" name="platform/packages/apps/Car/Radio" groups="pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300780 <project path="packages/apps/Car/RotaryController" name="platform/packages/apps/Car/RotaryController" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300781 <project path="packages/apps/Car/Settings" name="platform/packages/apps/Car/Settings" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300782 <project path="packages/apps/Car/SettingsIntelligence" name="platform/packages/apps/Car/SettingsIntelligence" groups="pdk-fs" remote="aosp" />
783 <project path="packages/apps/Car/SystemUI" name="platform/packages/apps/Car/SystemUI" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300784 <project path="packages/apps/Car/SystemUpdater" name="platform/packages/apps/Car/SystemUpdater" groups="pdk-fs" remote="aosp" />
785 <project path="packages/apps/Car/libs" name="platform/packages/apps/Car/libs" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300786 <project path="packages/apps/Car/tests" name="platform/packages/apps/Car/tests" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300787 <project path="packages/apps/CarrierConfig" name="platform/packages/apps/CarrierConfig" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
788 <project path="packages/apps/CellBroadcastReceiver" name="platform/packages/apps/CellBroadcastReceiver" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
789 <project path="packages/apps/CertInstaller" name="platform/packages/apps/CertInstaller" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
790 <project path="packages/apps/Contacts" name="platform/packages/apps/Contacts" groups="pdk-fs" remote="aosp" />
791 <project path="packages/apps/DeskClock" name="platform/packages/apps/DeskClock" groups="pdk-fs" remote="aosp" />
792 <project path="packages/apps/Dialer" name="platform/packages/apps/Dialer" groups="pdk-fs" remote="aosp" />
793 <project path="packages/apps/DocumentsUI" name="platform/packages/apps/DocumentsUI" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
794 <project path="packages/apps/EmergencyInfo" name="platform/packages/apps/EmergencyInfo" groups="pdk-fs" remote="aosp" />
795 <project path="packages/apps/Gallery2" name="platform/packages/apps/Gallery2" groups="pdk-fs" remote="aosp" />
796 <project path="packages/apps/HTMLViewer" name="platform/packages/apps/HTMLViewer" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300797 <project path="packages/apps/ImsServiceEntitlement" name="platform/packages/apps/ImsServiceEntitlement" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300798 <project path="packages/apps/KeyChain" name="platform/packages/apps/KeyChain" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300799 <project path="packages/apps/Launcher3" name="platform/packages/apps/Launcher3" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300800 <project path="packages/apps/ManagedProvisioning" name="platform/packages/apps/ManagedProvisioning" groups="pdk-fs" remote="aosp" />
801 <project path="packages/apps/Messaging" name="platform/packages/apps/Messaging" groups="pdk-fs" remote="aosp" />
802 <project path="packages/apps/Nfc" name="platform/packages/apps/Nfc" groups="apps_nfc,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300803 <project path="packages/apps/OnDeviceAppPrediction" name="platform/packages/apps/OnDeviceAppPrediction" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700804 <project path="packages/apps/OneTimeInitializer" name="platform/packages/apps/OneTimeInitializer" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300805 <project path="packages/apps/PhoneCommon" name="platform/packages/apps/PhoneCommon" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700806 <project path="packages/apps/Provision" name="platform/packages/apps/Provision" groups="pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300807 <project path="packages/apps/QuickAccessWallet" name="platform/packages/apps/QuickAccessWallet" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300808 <project path="packages/apps/RemoteProvisioner" name="platform/packages/apps/RemoteProvisioner" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300809 <project path="packages/apps/SafetyRegulatoryInfo" name="platform/packages/apps/SafetyRegulatoryInfo" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300810 <project path="packages/apps/SampleLocationAttribution" name="platform/packages/apps/SampleLocationAttribution" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300811 <project path="packages/apps/SecureElement" name="platform/packages/apps/SecureElement" groups="apps_se,pdk-fs" remote="aosp" />
812 <project path="packages/apps/Settings" name="platform/packages/apps/Settings" groups="pdk-fs" remote="aosp" />
813 <project path="packages/apps/SettingsIntelligence" name="platform/packages/apps/SettingsIntelligence" groups="pdk-fs" remote="aosp" />
814 <project path="packages/apps/Stk" name="platform/packages/apps/Stk" groups="apps_stk,pdk-fs" remote="aosp" />
815 <project path="packages/apps/StorageManager" name="platform/packages/apps/StorageManager" groups="pdk-fs" remote="aosp" />
816 <project path="packages/apps/Tag" name="platform/packages/apps/Tag" groups="pdk-fs" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000817 <project path="packages/apps/Test/connectivity" name="platform/packages/apps/Test/connectivity" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300818 <project path="packages/apps/TimeZoneData" name="platform/packages/apps/TimeZoneData" groups="pdk" remote="aosp" />
819 <project path="packages/apps/TimeZoneUpdater" name="platform/packages/apps/TimeZoneUpdater" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300820 <project path="packages/apps/ThemePicker" name="platform/packages/apps/ThemePicker" groups="pdk-fs" remote="aosp" />
821 <project path="packages/apps/Traceur" name="platform/packages/apps/Traceur" groups="pdk-fs" remote="aosp" />
822 <project path="packages/apps/TvSettings" name="platform/packages/apps/TvSettings" groups="pdk-fs" remote="aosp" />
Nolen Johnsona0636072020-06-30 12:51:27 -0400823 <project path="packages/apps/TV" name="platform/packages/apps/TV" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300824 <project path="packages/apps/UniversalMediaPlayer" name="platform/packages/apps/UniversalMediaPlayer" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300825 <project path="packages/apps/WallpaperPicker2" name="platform/packages/apps/WallpaperPicker2" groups="pdk-fs" remote="aosp" />
826 <project path="packages/inputmethods/LatinIME" name="platform/packages/inputmethods/LatinIME" groups="pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300827 <project path="packages/inputmethods/LeanbackIME" name="platform/packages/inputmethods/LeanbackIME" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300828 <project path="packages/modules/adb" name="platform/packages/modules/adb" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300829 <project path="packages/modules/ArtPrebuilt" name="platform/packages/modules/ArtPrebuilt" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300830 <project path="packages/modules/BootPrebuilt/5.4/arm64" name="platform/packages/modules/BootPrebuilt/5.4/arm64" groups="pdk" clone-depth="1" remote="aosp" />
831 <project path="packages/modules/BootPrebuilt/5.10/arm64" name="platform/packages/modules/BootPrebuilt/5.10/arm64" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300832 <project path="packages/modules/CaptivePortalLogin" name="platform/packages/modules/CaptivePortalLogin" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300833 <project path="packages/modules/CellBroadcastService" name="platform/packages/modules/CellBroadcastService" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300834 <project path="packages/modules/common" name="platform/packages/modules/common" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
835 <project path="packages/modules/Connectivity" name="platform/packages/modules/Connectivity" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300836 <project path="packages/modules/Cronet" name="platform/packages/modules/Cronet" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300837 <project path="packages/modules/DnsResolver" name="platform/packages/modules/DnsResolver" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300838 <project path="packages/modules/ExtServices" name="platform/packages/modules/ExtServices" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300839 <project path="packages/modules/GeoTZ" name="platform/packages/modules/GeoTZ" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
840 <project path="packages/modules/Gki" name="platform/packages/modules/Gki" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
841 <project path="packages/modules/IPsec" name="platform/packages/modules/IPsec" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300842 <project path="packages/modules/ModuleMetadata" name="platform/packages/modules/ModuleMetadata" groups="pdk" remote="aosp" />
843 <project path="packages/modules/NetworkPermissionConfig" name="platform/packages/modules/NetworkPermissionConfig" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
844 <project path="packages/modules/NetworkStack" name="platform/packages/modules/NetworkStack" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300845 <project path="packages/modules/NeuralNetworks" name="platform/packages/modules/NeuralNetworks" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
846 <project path="packages/modules/Permission" name="platform/packages/modules/Permission" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
847 <project path="packages/modules/RuntimeI18n" name="platform/packages/modules/RuntimeI18n" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
848 <project path="packages/modules/Scheduling" name="platform/packages/modules/Scheduling" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300849 <project path="packages/modules/SdkExtensions" name="platform/packages/modules/SdkExtensions" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300850 <project path="packages/modules/StatsD" name="platform/packages/modules/StatsD" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300851 <project path="packages/modules/TestModule" name="platform/packages/modules/TestModule" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300852 <project path="packages/modules/Virtualization" name="platform/packages/modules/Virtualization" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300853 <project path="packages/modules/vndk" name="platform/packages/modules/vndk" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300854 <project path="packages/modules/Wifi" name="platform/packages/modules/Wifi" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300855 <project path="packages/providers/BlockedNumberProvider" name="platform/packages/providers/BlockedNumberProvider" groups="pdk-fs" remote="aosp" />
856 <project path="packages/providers/BookmarkProvider" name="platform/packages/providers/BookmarkProvider" groups="pdk-fs" remote="aosp" />
857 <project path="packages/providers/CalendarProvider" name="platform/packages/providers/CalendarProvider" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
858 <project path="packages/providers/CallLogProvider" name="platform/packages/providers/CallLogProvider" groups="pdk-fs" remote="aosp" />
859 <project path="packages/providers/ContactsProvider" name="platform/packages/providers/ContactsProvider" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
860 <project path="packages/providers/DownloadProvider" name="platform/packages/providers/DownloadProvider" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
861 <project path="packages/providers/MediaProvider" name="platform/packages/providers/MediaProvider" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
862 <project path="packages/providers/PartnerBookmarksProvider" name="platform/packages/providers/PartnerBookmarksProvider" groups="pdk-fs" remote="aosp" />
863 <project path="packages/providers/TelephonyProvider" name="platform/packages/providers/TelephonyProvider" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300864 <project path="packages/providers/TvProvider" name="platform/packages/providers/TvProvider" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300865 <project path="packages/providers/UserDictionaryProvider" name="platform/packages/providers/UserDictionaryProvider" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
866 <project path="packages/screensavers/Basic" name="platform/packages/screensavers/Basic" groups="pdk-fs" remote="aosp" />
867 <project path="packages/screensavers/PhotoTable" name="platform/packages/screensavers/PhotoTable" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300868 <project path="packages/services/AlternativeNetworkAccess" name="platform/packages/services/AlternativeNetworkAccess" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300869 <project path="packages/services/BuiltInPrintService" name="platform/packages/services/BuiltInPrintService" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
870 <project path="packages/services/Car" name="platform/packages/services/Car" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300871 <project path="packages/services/Iwlan" name="platform/packages/services/Iwlan" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300872 <project path="packages/services/Mms" name="platform/packages/services/Mms" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300873 <project path="packages/services/Mtp" name="platform/packages/services/Mtp" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300874 <project path="packages/services/Telecomm" name="platform/packages/services/Telecomm" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
875 <project path="packages/services/Telephony" name="platform/packages/services/Telephony" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300876 <project path="packages/wallpapers/ImageWallpaper" name="platform/packages/wallpapers/ImageWallpaper" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300877 <project path="packages/wallpapers/LivePicker" name="platform/packages/wallpapers/LivePicker" groups="pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700878 <project path="pdk" name="platform/pdk" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300879 <project path="platform_testing" name="platform/platform_testing" groups="pdk-fs,pdk-cw-fs,cts" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300880 <project path="prebuilts/abi-dumps/ndk" name="platform/prebuilts/abi-dumps/ndk" groups="pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300881 <project path="prebuilts/abi-dumps/platform" name="platform/prebuilts/abi-dumps/platform" groups="pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300882 <project path="prebuilts/abi-dumps/vndk" name="platform/prebuilts/abi-dumps/vndk" groups="pdk-fs" clone-depth="1" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700883 <project path="prebuilts/android-emulator" name="platform/prebuilts/android-emulator" groups="pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300884 <project path="prebuilts/asuite" name="platform/prebuilts/asuite" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300885 <project path="prebuilts/bazel/darwin-x86_64" name="platform/prebuilts/bazel/darwin-x86_64" groups="darwin,pdk" clone-depth="1" remote="aosp" />
886 <project path="prebuilts/bazel/linux-x86_64" name="platform/prebuilts/bazel/linux-x86_64" groups="linux,pdk" clone-depth="1" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300887 <project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300888 <project path="prebuilts/bundletool" name="platform/prebuilts/bundletool" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300889 <project path="prebuilts/checkcolor" name="platform/prebuilts/checkcolor" groups="pdk" clone-depth="1" remote="aosp" />
890 <project path="prebuilts/checkstyle" name="platform/prebuilts/checkstyle" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300891 <project path="prebuilts/clang-tools" name="platform/prebuilts/clang-tools" groups="pdk" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -0800892 <project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="pdk,darwin" clone-depth="1" remote="aosp" />
893 <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300894 <project path="prebuilts/cmdline-tools" name="platform/prebuilts/cmdline-tools" groups="pdk-fs" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -0800895 <project path="prebuilts/devtools" name="platform/prebuilts/devtools" groups="pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300896 <project path="prebuilts/fuchsia_sdk" name="platform/prebuilts/fuchsia_sdk" groups="pdk-fs" clone-depth="1" remote="aosp" />
Alessandro Astone2968c462021-06-09 15:53:57 +0200897 <project path="prebuilts/gas/linux-x86" name="platform/prebuilts/gas/linux-x86" groups="pdk,linux,x86" clone-depth="1" remote="aosp" revision="592150fc8ae9f48f2e73f390961f32ca6f5f6a9f" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300898 <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" remote="aosp" />
899 <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" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -0800900 <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" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300901 <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" remote="aosp" />
902 <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" remote="aosp" />
903 <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" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300904 <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" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -0800905 <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" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300906 <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" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300907 <project path="prebuilts/gdb/darwin-x86" name="platform/prebuilts/gdb/darwin-x86" groups="darwin,pdk" clone-depth="1" remote="aosp" />
908 <project path="prebuilts/gdb/linux-x86" name="platform/prebuilts/gdb/linux-x86" groups="linux,pdk" clone-depth="1" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300909 <project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" groups="darwin,pdk,tradefed" clone-depth="1" remote="aosp" />
910 <project path="prebuilts/go/linux-x86" name="platform/prebuilts/go/linux-x86" groups="linux,pdk,tradefed" clone-depth="1" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300911 <project path="prebuilts/gradle-plugin" name="platform/prebuilts/gradle-plugin" groups="pdk,pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300912 <project path="prebuilts/jdk/jdk11" name="platform/prebuilts/jdk/jdk11" groups="pdk" clone-depth="1" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800913 <project path="prebuilts/jdk/jdk8" name="platform/prebuilts/jdk/jdk8" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300914 <project path="prebuilts/jdk/jdk9" name="platform/prebuilts/jdk/jdk9" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300915 <project path="prebuilts/manifest-merger" name="platform/prebuilts/manifest-merger" groups="pdk" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -0800916 <project path="prebuilts/maven_repo/android" name="platform/prebuilts/maven_repo/android" groups="pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300917 <project path="prebuilts/maven_repo/bumptech" name="platform/prebuilts/maven_repo/bumptech" groups="pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -0800918 <project path="prebuilts/misc" name="platform/prebuilts/misc" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300919 <project path="prebuilts/module_sdk/art" name="platform/prebuilts/module_sdk/art" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300920 <project path="prebuilts/module_sdk/conscrypt" name="platform/prebuilts/module_sdk/conscrypt" groups="pdk" clone-depth="1" remote="aosp" />
921 <project path="prebuilts/module_sdk/Connectivity" name="platform/prebuilts/module_sdk/Connectivity" groups="pdk" clone-depth="1" remote="aosp" />
922 <project path="prebuilts/module_sdk/IPsec" name="platform/prebuilts/module_sdk/IPsec" groups="pdk" clone-depth="1" remote="aosp" />
923 <project path="prebuilts/module_sdk/Media" name="platform/prebuilts/module_sdk/Media" groups="pdk" clone-depth="1" remote="aosp" />
924 <project path="prebuilts/module_sdk/MediaProvider" name="platform/prebuilts/module_sdk/MediaProvider" groups="pdk" clone-depth="1" remote="aosp" />
925 <project path="prebuilts/module_sdk/Permission" name="platform/prebuilts/module_sdk/Permission" groups="pdk" clone-depth="1" remote="aosp" />
926 <project path="prebuilts/module_sdk/Scheduling" name="platform/prebuilts/module_sdk/Scheduling" groups="pdk" clone-depth="1" remote="aosp" />
927 <project path="prebuilts/module_sdk/SdkExtensions" name="platform/prebuilts/module_sdk/SdkExtensions" groups="pdk" clone-depth="1" remote="aosp" />
928 <project path="prebuilts/module_sdk/StatsD" name="platform/prebuilts/module_sdk/StatsD" groups="pdk" clone-depth="1" remote="aosp" />
929 <project path="prebuilts/module_sdk/Wifi" name="platform/prebuilts/module_sdk/Wifi" groups="pdk" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -0800930 <project path="prebuilts/ndk" name="platform/prebuilts/ndk" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300931 <project path="prebuilts/ktlint" name="platform/prebuilts/ktlint" groups="pdk" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -0800932 <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" remote="aosp" />
933 <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" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700934 <project path="prebuilts/qemu-kernel" name="platform/prebuilts/qemu-kernel" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300935 <project path="prebuilts/remoteexecution-client" name="platform/prebuilts/remoteexecution-client" groups="pdk" clone-depth="1" remote="aosp" />
936 <project path="prebuilts/runtime" name="platform/prebuilts/runtime" groups="pdk" clone-depth="1" remote="aosp" />
937 <project path="prebuilts/rust" name="platform/prebuilts/rust" groups="pdk" clone-depth="1" remote="aosp" />
938 <project path="prebuilts/r8" name="platform/prebuilts/r8" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300939 <project path="prebuilts/sdk" name="platform/prebuilts/sdk" groups="pdk" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -0800940 <project path="prebuilts/tools" name="platform/prebuilts/tools" groups="pdk,tools" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300941 <project path="prebuilts/vndk/v28" name="platform/prebuilts/vndk/v28" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300942 <project path="prebuilts/vndk/v29" name="platform/prebuilts/vndk/v29" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300943 <project path="prebuilts/vndk/v30" name="platform/prebuilts/vndk/v30" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300944 <project path="sdk" name="platform/sdk" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas3c9029f2020-12-12 00:51:09 +0200945 <project path="system/apex" name="platform/system/apex" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300946 <project path="system/bt" name="platform/system/bt" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300947 <project path="system/bpf" name="platform/system/bpf" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300948 <project path="system/bpfprogs" name="platform/system/bpfprogs" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400949 <project path="system/ca-certificates" name="platform/system/ca-certificates" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300950 <project path="system/chre" name="platform/system/chre" groups="pdk" remote="aosp" />
951 <project path="system/connectivity/wificond" name="platform/system/connectivity/wificond" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300952 <project path="system/core" name="platform/system/core" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300953 <project path="system/extras" name="platform/system/extras" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700954 <project path="system/gatekeeper" name="platform/system/gatekeeper" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300955 <project path="system/gsid" name="platform/system/gsid" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300956 <project path="system/hardware/interfaces" name="platform/system/hardware/interfaces" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300957 <project path="system/hwservicemanager" name="platform/system/hwservicemanager" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300958 <project path="system/incremental_delivery" name="platform/system/incremental_delivery" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300959 <project path="system/iorap" name="platform/system/iorap" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300960 <project path="system/keymaster" name="platform/system/keymaster" groups="pdk" remote="aosp" />
961 <project path="system/libartpalette" name="platform/system/libartpalette" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300962 <project path="system/libbase" name="platform/system/libbase" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300963 <project path="system/libfmq" name="platform/system/libfmq" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300964 <project path="system/libhidl" name="platform/system/libhidl" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300965 <project path="system/libhwbinder" name="platform/system/libhwbinder" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300966 <project path="system/libprocinfo" name="platform/system/libprocinfo" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300967 <project path="system/libsysprop" name="platform/system/libsysprop" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300968 <project path="system/libufdt" name="platform/system/libufdt" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300969 <project path="system/libvintf" name="platform/system/libvintf" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300970 <project path="system/libziparchive" name="platform/system/libziparchive" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300971 <project path="system/linkerconfig" name="platform/system/linkerconfig" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300972 <project path="system/logging" name="platform/system/logging" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300973 <project path="system/media" name="platform/system/media" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300974 <project path="system/memory/libion" name="platform/system/memory/libion" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300975 <project path="system/memory/libdmabufheap" name="platform/system/memory/libdmabufheap" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300976 <project path="system/memory/libmeminfo" name="platform/system/memory/libmeminfo" groups="pdk" remote="aosp" />
977 <project path="system/memory/libmemtrack" name="platform/system/memory/libmemtrack" groups="pdk" remote="aosp" />
978 <project path="system/memory/libmemunreachable" name="platform/system/memory/libmemunreachable" groups="pdk" remote="aosp" />
979 <project path="system/memory/lmkd" name="platform/system/memory/lmkd" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300980 <project path="system/netd" name="platform/system/netd" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300981 <project path="system/nfc" name="platform/system/nfc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800982 <project path="system/nvram" name="platform/system/nvram" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300983 <project path="system/security" name="platform/system/security" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300984 <project path="system/sepolicy" name="platform/system/sepolicy" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300985 <project path="system/server_configurable_flags" name="platform/system/server_configurable_flags" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300986 <project path="system/teeui" name="platform/system/teeui" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300987 <project path="system/testing/gtest_extras" name="platform/system/testing/gtest_extras" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300988 <project path="system/timezone" name="platform/system/timezone" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300989 <project path="system/tools/aidl" name="platform/system/tools/aidl" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300990 <project path="system/tools/hidl" name="platform/system/tools/hidl" groups="pdk" remote="aosp" />
991 <project path="system/tools/mkbootimg" name="platform/system/tools/mkbootimg" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300992 <project path="system/tools/sysprop" name="platform/system/tools/sysprop" groups="pdk" remote="aosp" />
993 <project path="system/tools/xsdc" name="platform/system/tools/xsdc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300994 <project path="system/unwinding" name="platform/system/unwinding" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300995 <project path="system/update_engine" name="platform/system/update_engine" groups="pdk" remote="aosp" />
996 <project path="system/vold" name="platform/system/vold" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300997 <project path="test/app_compat/csuite" name="platform/test/app_compat/csuite" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300998 <project path="test/cts-root" name="platform/test/cts-root" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300999 <project path="test/framework" name="platform/test/framework" groups="vts,projectarch,pdk" remote="aosp" />
1000 <project path="test/mlts/benchmark" name="platform/test/mlts/benchmark" groups="pdk" remote="aosp" />
1001 <project path="test/mlts/models" name="platform/test/mlts/models" groups="pdk" remote="aosp" />
1002 <project path="test/mts" name="platform/test/mts" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001003 <project path="test/vti/dashboard" name="platform/test/vti/dashboard" groups="vts,projectarch,pdk" remote="aosp" />
1004 <project path="test/vti/fuzz_test_serving" name="platform/test/vti/fuzz_test_serving" groups="vts,projectarch,pdk" remote="aosp" />
1005 <project path="test/vti/test_serving" name="platform/test/vti/test_serving" groups="vts,projectarch,pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001006 <project path="test/vts" name="platform/test/vts" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001007 <project path="test/vts-testcase/fuzz" name="platform/test/vts-testcase/fuzz" groups="vts,projectarch,pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001008 <project path="test/vts-testcase/hal" name="platform/test/vts-testcase/hal" groups="vts,pdk" remote="aosp" />
1009 <project path="test/vts-testcase/hal-trace" name="platform/test/vts-testcase/hal-trace" groups="vts,pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001010 <project path="test/vts-testcase/kernel" name="platform/test/vts-testcase/kernel" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001011 <project path="test/vts-testcase/nbu" name="platform/test/vts-testcase/nbu" groups="vts,projectarch,pdk" remote="aosp" />
1012 <project path="test/vts-testcase/performance" name="platform/test/vts-testcase/performance" groups="vts,projectarch,pdk" remote="aosp" />
1013 <project path="test/vts-testcase/security" name="platform/test/vts-testcase/security" groups="vts,projectarch,pdk" remote="aosp" />
1014 <project path="test/vts-testcase/vndk" name="platform/test/vts-testcase/vndk" groups="vts,pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001015 <project path="test/catbox" name="platform/test/catbox" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001016 <project path="toolchain/benchmark" name="toolchain/benchmark" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001017 <project path="toolchain/pgo-profiles" name="toolchain/pgo-profiles" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001018 <project path="tools/aadevtools" name="platform/tools/aadevtools" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001019 <project path="tools/acloud" name="platform/tools/acloud" groups="tools,vts,projectarch,pdk,tradefed" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001020 <project path="tools/adt/idea" name="platform/tools/adt/idea" groups="notdefault,tools" remote="aosp" />
Luca Stefani658db312020-03-03 11:51:33 +01001021 <project path="tools/apifinder" name="platform/tools/apifinder" groups="pdk,tools" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001022 <project path="tools/apksig" name="platform/tools/apksig" groups="pdk,tradefed" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001023 <project path="tools/apkzlib" name="platform/tools/apkzlib" groups="pdk,tradefed" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001024 <project path="tools/asuite" name="platform/tools/asuite" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001025 <project path="tools/base" name="platform/tools/base" groups="notdefault,tools" remote="aosp" />
1026 <project path="tools/build" name="platform/tools/build" groups="notdefault,tools" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001027 <project path="tools/carrier_settings" name="platform/tools/carrier_settings" groups="tools" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001028 <project path="tools/currysrc" name="platform/tools/currysrc" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001029 <project path="tools/dexter" name="platform/tools/dexter" groups="tools,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001030 <project path="tools/doc_generation" name="platform/tools/doc_generation" groups="tools,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001031 <project path="tools/external_updater" name="platform/tools/external_updater" groups="tools" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001032 <project path="tools/external/fat32lib" name="platform/tools/external/fat32lib" groups="tools" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001033 <project path="tools/idea" name="platform/tools/idea" groups="notdefault,tools" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001034 <project path="tools/metalava" name="platform/tools/metalava" groups="pdk,tools" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001035 <project path="tools/motodev" name="platform/tools/motodev" groups="notdefault,motodev" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001036 <project path="tools/ndkports" name="platform/tools/ndkports" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001037 <project path="tools/platform-compat" name="tools/platform-compat" groups="pdk-cw-fs,pdk-fs,pdk" remote="aosp" />
Rashed Abdel-Tawab2ebfe442019-09-30 13:11:29 -04001038 <project path="tools/repohooks" name="platform/tools/repohooks" groups="adt-infra,cts,developers,motodev,pdk,tools,tradefed" remote="aosp" revision="master" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001039 <project path="tools/security" name="platform/tools/security" groups="pdk,tools" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001040 <project path="tools/studio/cloud" name="platform/tools/studio/cloud" groups="notdefault,tools" remote="aosp" />
1041 <project path="tools/swt" name="platform/tools/swt" groups="notdefault,tools" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +10001042 <project path="tools/test/connectivity" name="platform/tools/test/connectivity" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001043 <project path="tools/test/graphicsbenchmark" name="platform/tools/test/graphicsbenchmark" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001044 <project path="tools/test/openhst" name="platform/tools/test/openhst" groups="tools" remote="aosp" />
1045 <project path="tools/tradefederation/prebuilts" name="platform/tools/tradefederation/prebuilts" groups="pdk,tradefed" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001046 <project path="tools/treble" name="platform/tools/treble" groups="tools,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001047 <project path="tools/trebuchet" name="platform/tools/trebuchet" groups="tools,cts,pdk,pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001048
Michael Bestas8140ded2017-08-22 01:24:12 +03001049 <include name="snippets/lineage.xml" />
1050
1051 <repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -07001052</manifest>