blob: 6e065403f18315672fdc59ae2f691fd10abd0bc9 [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"
Alexander Martinzf25b9b12022-12-16 14:02:36 +01005 fetch="https://github.com"
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 Bestasa8a6ffb2023-09-19 00:47:37 +030014 revision="refs/tags/android-13.0.0_r75" />
Steve Kondik4f78f792016-08-29 17:22:33 -070015
Alexander Martinzf25b9b12022-12-16 14:02:36 +010016 <remote name="shift"
17 fetch="ssh://shift-review/"
18 review="review.shift-gmbh.com"
19 revision="sos-5.x" />
20
Michael Bestasb61cf542022-08-23 02:12:49 +030021 <default revision="refs/heads/lineage-20.0"
Chris Soyars834a50e2011-11-14 22:30:45 -050022 remote="github"
Ricardo Cerqueira259d8c32012-10-25 01:12:37 +010023 sync-c="true"
Shawn O. Pearce92ae9062011-09-23 07:36:45 -070024 sync-j="4" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -070025
Michael Bestasa8a6ffb2023-09-19 00:47:37 +030026 <superproject name="platform/superproject" remote="aosp" revision="android-13.0.0_r75" />
Michael Bestas2fca1232021-10-05 16:18:45 +030027 <contactinfo bugurl="go/repo-bug" />
28
Steve Kondik4f78f792016-08-29 17:22:33 -070029 <!-- AOSP Projects -->
30
Alexander Martinzf25b9b12022-12-16 14:02:36 +010031<!-- SHIFT
Michael Bestas2e916ba2021-10-06 20:10:04 +030032 <project path="build/make" name="LineageOS/android_build" groups="pdk" >
Michael Bestas8140ded2017-08-22 01:24:12 +030033 <linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
34 <linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" />
35 <linkfile src="core" dest="build/core" />
36 <linkfile src="envsetup.sh" dest="build/envsetup.sh" />
37 <linkfile src="target" dest="build/target" />
38 <linkfile src="tools" dest="build/tools" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -070039 </project>
Alexander Martinzf25b9b12022-12-16 14:02:36 +010040-->
Michael Bestas2fca1232021-10-05 16:18:45 +030041 <project path="build/bazel" name="platform/build/bazel" groups="pdk" remote="aosp" >
42 <linkfile src="bazel.WORKSPACE" dest="WORKSPACE" />
43 <linkfile src="bazel.sh" dest="tools/bazel" />
44 <linkfile src="bazel.BUILD" dest="BUILD" />
45 </project>
Michael Bestas5a12e0a2022-08-21 16:36:27 +030046 <project path="build/bazel_common_rules" name="platform/build/bazel_common_rules" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +030047 <project path="build/blueprint" name="platform/build/blueprint" groups="pdk,tradefed" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030048 <project path="build/pesto" name="platform/build/pesto" groups="pdk" remote="aosp" />
Alexander Martinzf25b9b12022-12-16 14:02:36 +010049<!-- SHIFT
Michael Bestas2e916ba2021-10-06 20:10:04 +030050 <project path="build/soong" name="LineageOS/android_build_soong" groups="pdk,tradefed" >
Kevin F. Haggerty215d58a2018-08-20 07:59:13 -060051 <linkfile src="root.bp" dest="Android.bp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040052 <linkfile src="bootstrap.bash" dest="bootstrap.bash" />
53 </project>
Alexander Martinzf25b9b12022-12-16 14:02:36 +010054-->
Michael Bestas021a2fb2021-10-05 16:19:40 +030055 <project path="art" name="platform/art" groups="pdk" remote="aosp" />
Nolen Johnson51100ed2021-11-04 15:20:42 -040056 <project path="bionic" name="LineageOS/android_bionic" groups="pdk" />
Alexander Martinzf25b9b12022-12-16 14:02:36 +010057<!-- SHIFT
Michael Bestase48924e2021-10-26 21:22:00 +030058 <project path="bootable/recovery" name="LineageOS/android_bootable_recovery" groups="pdk" />
Alexander Martinzf25b9b12022-12-16 14:02:36 +010059-->
Michael Bestas2fca1232021-10-05 16:18:45 +030060 <project path="bootable/libbootloader" name="platform/bootable/libbootloader" groups="vts,pdk" remote="aosp" />
Michael Bestas84456422023-12-05 02:30:57 +020061 <project path="cts" name="LineageOS/android_cts" groups="cts,pdk-cw-fs,pdk-fs" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030062 <project path="dalvik" name="platform/dalvik" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
63 <project path="developers/build" name="platform/developers/build" groups="developers,pdk" remote="aosp" />
LuK1337f33b7392023-07-14 09:56:41 +020064 <project path="development" name="LineageOS/android_development" groups="developers,pdk-cw-fs,pdk-fs" />
Simon Shields51ac04c2017-04-04 20:42:50 +100065 <project path="device/common" name="device/common" groups="pdk-cw-fs,pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070066 <project path="device/generic/arm64" name="device/generic/arm64" groups="pdk" remote="aosp" />
67 <project path="device/generic/armv7-a-neon" name="device/generic/armv7-a-neon" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030068 <project path="device/generic/art" name="device/generic/art" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030069 <project path="device/generic/car" name="device/generic/car" groups="pdk" remote="aosp" />
Tom Pratta6c701c2022-03-13 10:37:54 +010070 <project path="device/generic/common" name="LineageOS/android_device_generic_common" groups="pdk" />
Michael Bestas021a2fb2021-10-05 16:19:40 +030071 <project path="device/generic/goldfish" name="device/generic/goldfish" groups="pdk" remote="aosp" />
72 <project path="device/generic/goldfish-opengl" name="device/generic/goldfish-opengl" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070073 <project path="device/generic/mini-emulator-arm64" name="device/generic/mini-emulator-arm64" groups="pdk" remote="aosp" />
74 <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 -070075 <project path="device/generic/mini-emulator-x86" name="device/generic/mini-emulator-x86" groups="pdk" remote="aosp" />
76 <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 +100077 <project path="device/generic/qemu" name="device/generic/qemu" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030078 <project path="device/generic/trusty" name="device/generic/trusty" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -080079 <project path="device/generic/uml" name="device/generic/uml" groups="device,pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070080 <project path="device/generic/x86" name="device/generic/x86" groups="pdk" remote="aosp" />
81 <project path="device/generic/x86_64" name="device/generic/x86_64" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030082 <project path="device/generic/vulkan-cereal" name="device/generic/vulkan-cereal" groups="pdk" remote="aosp" />
Nolen Johnson4219c032021-12-03 13:00:58 -050083 <project path="device/google/atv" name="LineageOS/android_device_google_atv" groups="device,broadcom_pdk,generic_fs,pdk" />
Nolen Johnson1b167132023-06-17 13:39:01 -040084 <project path="device/google/contexthub" name="LineageOS/android_device_google_contexthub" groups="device,pdk" />
Tim Schumacher30890132021-07-11 18:30:54 +020085 <project path="device/google/cuttlefish" name="device/google/cuttlefish" groups="device,pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030086 <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 +030087 <project path="device/google/vrservices" name="device/google/vrservices" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070088 <project path="device/sample" name="device/sample" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030089 <project path="external/aac" name="platform/external/aac" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030090 <project path="external/abseil-cpp" name="platform/external/abseil-cpp" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100091 <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 +030092 <project path="external/android-clat" name="platform/external/android-clat" groups="pdk" remote="aosp" />
93 <project path="external/androidplot" name="platform/external/androidplot" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030094 <project path="external/angle" name="platform/external/angle" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100095 <project path="external/ant-glob" name="platform/external/ant-glob" groups="pdk" remote="aosp" />
96 <project path="external/antlr" name="platform/external/antlr" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030097 <project path="external/apache-commons-bcel" name="platform/external/apache-commons-bcel" groups="pdk" remote="aosp" />
98 <project path="external/apache-commons-compress" name="platform/external/apache-commons-compress" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100099 <project path="external/apache-commons-math" name="platform/external/apache-commons-math" groups="pdk" remote="aosp" />
100 <project path="external/apache-harmony" name="platform/external/apache-harmony" groups="pdk" remote="aosp" />
Zhao Wei Liewaa2e5652016-12-12 12:21:53 +0800101 <project path="external/apache-http" name="platform/external/apache-http" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700102 <project path="external/apache-xml" name="platform/external/apache-xml" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300103 <project path="external/arm-neon-tests" name="platform/external/arm-neon-tests" groups="vendor" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300104 <project path="external/arm-optimized-routines" name="platform/external/arm-optimized-routines" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300105 <project path="external/arm-trusted-firmware" name="platform/external/arm-trusted-firmware" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300106 <project path="external/auto" name="platform/external/auto" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000107 <project path="external/autotest" name="platform/external/autotest" groups="pdk-fs" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300108 <project path="external/android-nn-driver" name="LineageOS/android_external_android-nn-driver" groups="pdk-lassen,pdk-gs-arm" />
109 <project path="external/armnn" name="LineageOS/android_external_armnn" groups="pdk-lassen,pdk-gs-arm" />
LuK133704841702022-12-04 13:08:25 +0100110 <project path="external/avb" name="LineageOS/android_external_avb" groups="pdk" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300111 <project path="external/bazelbuild-rules_android" name="platform/external/bazelbuild-rules_android" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300112 <project path="external/bazel-skylib" name="platform/external/bazel-skylib" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300113 <project path="external/bc" name="platform/external/bc" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300114 <project path="external/bcc" name="platform/external/bcc" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000115 <project path="external/blktrace" name="platform/external/blktrace" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300116 <project path="external/boringssl" name="platform/external/boringssl" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700117 <project path="external/bouncycastle" name="platform/external/bouncycastle" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300118 <project path="external/bpftool" name="platform/external/bpftool" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800119 <project path="external/brotli" name="platform/external/brotli" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700120 <project path="external/bsdiff" name="platform/external/bsdiff" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300121 <project path="external/bzip2" name="platform/external/bzip2" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000122 <project path="external/caliper" name="platform/external/caliper" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300123 <project path="external/capstone" name="platform/external/capstone" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300124 <project path="external/catch2" name="platform/external/catch2" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700125 <project path="external/cblas" name="platform/external/cblas" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300126 <project path="external/cbor-java" name="platform/external/cbor-java" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700127 <project path="external/chromium-trace" name="platform/external/chromium-trace" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700128 <project path="external/clang" name="platform/external/clang" groups="pdk" remote="aosp" />
Kevin F. Haggertyf4e16a12022-10-12 07:50:43 -0600129 <project path="external/cldr" name="LineageOS/android_external_cldr" groups="pdk" />
Michael Bestas961c3992018-08-07 03:05:34 +0300130 <project path="external/cn-cbor" name="platform/external/cn-cbor" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700131 <project path="external/compiler-rt" name="platform/external/compiler-rt" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300132 <project path="external/ComputeLibrary" name="platform/external/ComputeLibrary" groups="pdk-lassen,pdk-gs-arm" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300133 <project path="external/connectedappssdk" name="platform/external/connectedappssdk" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000134 <project path="external/conscrypt" name="platform/external/conscrypt" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300135 <project path="external/cpu_features" name="platform/external/cpu_features" groups="pdk" remote="aosp" />
136 <project path="external/cpuinfo" name="platform/external/cpuinfo" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000137 <project path="external/crcalc" name="platform/external/crcalc" groups="pdk" remote="aosp" />
138 <project path="external/cros/system_api" name="platform/external/cros/system_api" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300139 <project path="external/crosvm" name="platform/external/crosvm" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000140 <project path="external/curl" name="platform/external/curl" groups="pdk" remote="aosp" />
141 <project path="external/dagger2" name="platform/external/dagger2" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700142 <project path="external/deqp" name="platform/external/deqp" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300143 <project path="external/deqp-deps/SPIRV-Headers" name="platform/external/deqp-deps/SPIRV-Headers" groups="pdk-fs" remote="aosp" />
144 <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 +0300145 <project path="external/deqp-deps/amber" name="platform/external/deqp-deps/amber" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300146 <project path="external/deqp-deps/glslang" name="platform/external/deqp-deps/glslang" groups="pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300147 <project path="external/desugar" name="platform/external/desugar" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000148 <project path="external/dexmaker" name="platform/external/dexmaker" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000149 <project path="external/dlmalloc" name="platform/external/dlmalloc" groups="pdk" remote="aosp" />
150 <project path="external/dng_sdk" name="platform/external/dng_sdk" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700151 <project path="external/dnsmasq" name="platform/external/dnsmasq" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000152 <project path="external/doclava" name="platform/external/doclava" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300153 <project path="external/dokka" name="platform/external/dokka" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300154 <project path="external/downloader" name="platform/external/downloader" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000155 <project path="external/drm_hwcomposer" name="platform/external/drm_hwcomposer" groups="drm_hwcomposer,pdk-fs" remote="aosp" />
Aaron Klingd1ca7792023-08-20 17:45:58 -0500156 <project path="external/dtc" name="LineageOS/android_external_dtc" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300157 <project path="external/dynamic_depth" name="platform/external/dynamic_depth" groups="pdk" remote="aosp" />
Michael Bestase48924e2021-10-26 21:22:00 +0300158 <project path="external/e2fsprogs" name="LineageOS/android_external_e2fsprogs" groups="pdk" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000159 <project path="external/easymock" name="platform/external/easymock" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700160 <project path="external/eigen" name="platform/external/eigen" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300161 <project path="external/elfutils" name="platform/external/elfutils" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000162 <project path="external/emma" name="platform/external/emma" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300163 <project path="external/erofs-utils" name="platform/external/erofs-utils" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300164 <project path="external/error_prone" name="platform/external/error_prone" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300165 <project path="external/escapevelocity" name="platform/external/escapevelocity" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300166 <project path="external/ethtool" name="platform/external/ethtool" groups="pdk" remote="aosp" />
167 <project path="external/exoplayer" name="platform/external/exoplayer" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700168 <project path="external/expat" name="platform/external/expat" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300169 <project path="external/f2fs-tools" name="platform/external/f2fs-tools" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300170 <project path="external/fastrpc" name="platform/external/fastrpc" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700171 <project path="external/fdlibm" name="platform/external/fdlibm" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000172 <project path="external/fec" name="platform/external/fec" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300173 <project path="external/fft2d" name="platform/external/fft2d" groups="pdk" remote="aosp" />
174 <project path="external/firebase-messaging" name="platform/external/firebase-messaging" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300175 <project path="external/flac" name="platform/external/flac" groups="pdk" remote="aosp" />
176 <project path="external/flatbuffers" name="platform/external/flatbuffers" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300177 <project path="external/fmtlib" name="platform/external/fmtlib" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000178 <project path="external/fonttools" name="platform/external/fonttools" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300179 <project path="external/FP16" name="platform/external/FP16" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700180 <project path="external/freetype" name="platform/external/freetype" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300181 <project path="external/fsck_msdos" name="platform/external/fsck_msdos" groups="pdk" remote="aosp" />
182 <project path="external/fsverity-utils" name="platform/external/fsverity-utils" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300183 <project path="external/FXdiv" name="platform/external/FXdiv" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000184 <project path="external/gemmlowp" name="platform/external/gemmlowp" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300185 <project path="external/geojson-jackson" name="platform/external/geojson-jackson" groups="pdk" remote="aosp" />
186 <project path="external/geonames" name="platform/external/geonames" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300187 <project path="external/gflags" name="platform/external/gflags" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300188 <project path="external/gfxstream-protocols" name="platform/external/gfxstream-protocols" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700189 <project path="external/giflib" name="platform/external/giflib" groups="pdk,qcom_msm8x26" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000190 <project path="external/glide" name="platform/external/glide" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300191 <project path="external/go-cmp" name="platform/external/go-cmp" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300192 <project path="external/golang-protobuf" name="platform/external/golang-protobuf" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400193 <project path="external/google-benchmark" name="platform/external/google-benchmark" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300194 <project path="external/google-breakpad" name="platform/external/google-breakpad" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300195 <project path="external/google-fonts/arbutus-slab" name="platform/external/google-fonts/arbutus-slab" groups="pdk" remote="aosp" />
196 <project path="external/google-fonts/arvo" name="platform/external/google-fonts/arvo" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300197 <project path="external/google-fonts/barlow" name="platform/external/google-fonts/barlow" groups="pdk" remote="aosp" />
198 <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 +1000199 <project path="external/google-fonts/carrois-gothic-sc" name="platform/external/google-fonts/carrois-gothic-sc" groups="pdk" remote="aosp" />
200 <project path="external/google-fonts/coming-soon" name="platform/external/google-fonts/coming-soon" groups="pdk" remote="aosp" />
201 <project path="external/google-fonts/cutive-mono" name="platform/external/google-fonts/cutive-mono" groups="pdk" remote="aosp" />
202 <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 +0300203 <project path="external/google-fonts/fraunces" name="platform/external/google-fonts/fraunces" groups="pdk" remote="aosp" />
204 <project path="external/google-fonts/karla" name="platform/external/google-fonts/karla" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300205 <project path="external/google-fonts/lato" name="platform/external/google-fonts/lato" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300206 <project path="external/google-fonts/lustria" name="platform/external/google-fonts/lustria" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300207 <project path="external/google-fonts/rubik" name="platform/external/google-fonts/rubik" groups="pdk" remote="aosp" />
208 <project path="external/google-fonts/source-sans-pro" name="platform/external/google-fonts/source-sans-pro" groups="pdk" remote="aosp" />
209 <project path="external/google-fonts/zilla-slab" name="platform/external/google-fonts/zilla-slab" groups="pdk" remote="aosp" />
210 <project path="external/google-fruit" name="platform/external/google-fruit" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300211 <project path="external/google-java-format" name="platform/external/google-java-format" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300212 <project path="external/google-styleguide" name="platform/external/google-styleguide" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300213 <project path="external/googletest" name="platform/external/googletest" groups="pdk" remote="aosp" />
Michael Bestase48924e2021-10-26 21:22:00 +0300214 <project path="external/gptfdisk" name="LineageOS/android_external_gptfdisk" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300215 <project path="external/grpc-grpc" name="platform/external/grpc-grpc" groups="pdk,tradefed" remote="aosp" />
216 <project path="external/grpc-grpc-java" name="platform/external/grpc-grpc-java" groups="pdk,tradefed" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000217 <project path="external/guava" name="platform/external/guava" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300218 <project path="external/guice" name="platform/external/guice" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300219 <project path="external/gwp_asan" name="platform/external/gwp_asan" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000220 <project path="external/hamcrest" name="platform/external/hamcrest" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700221 <project path="external/harfbuzz_ng" name="platform/external/harfbuzz_ng" groups="pdk,qcom_msm8x26" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000222 <project path="external/hyphenation-patterns" name="platform/external/hyphenation-patterns" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300223 <project path="external/icing" name="platform/external/icing" groups="pdk" remote="aosp" />
Kevin F. Haggerty62ae0aa2022-09-16 02:31:59 -0600224 <project path="external/icu" name="LineageOS/android_external_icu" groups="pdk" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300225 <project path="external/igt-gpu-tools" name="platform/external/igt-gpu-tools" groups="pdk" remote="aosp" />
Steve Kondik7d087c72016-10-25 17:17:30 -0700226 <project path="external/ImageMagick" name="platform/external/ImageMagick" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300227 <project path="external/image_io" name="platform/external/image_io" groups="pdk" remote="aosp" />
Steve Kondik7d087c72016-10-25 17:17:30 -0700228 <project path="external/ims" name="platform/external/ims" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300229 <project path="external/iperf3" name="platform/external/iperf3" groups="pdk" remote="aosp" />
Zhao Wei Liewaa2e5652016-12-12 12:21:53 +0800230 <project path="external/iproute2" name="platform/external/iproute2" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300231 <project path="external/ipsec-tools" name="platform/external/ipsec-tools" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000232 <project path="external/iptables" name="platform/external/iptables" groups="pdk" remote="aosp" />
233 <project path="external/iputils" name="platform/external/iputils" groups="pdk" remote="aosp" />
234 <project path="external/iw" name="platform/external/iw" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300235 <project path="external/jackson-annotations" name="platform/external/jackson-annotations" groups="pdk" remote="aosp" />
236 <project path="external/jackson-core" name="platform/external/jackson-core" groups="pdk" remote="aosp" />
237 <project path="external/jackson-databind" name="platform/external/jackson-databind" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000238 <project path="external/jacoco" name="platform/external/jacoco" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700239 <project path="external/jarjar" name="platform/external/jarjar" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300240 <project path="external/javaparser" name="platform/external/javaparser" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300241 <project path="external/javapoet" name="platform/external/javapoet" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000242 <project path="external/javasqlite" name="platform/external/javasqlite" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300243 <project path="external/javassist" name="platform/external/javassist" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300244 <project path="external/jazzer-api" name="platform/external/jazzer-api" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400245 <project path="external/jcommander" name="platform/external/jcommander" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000246 <project path="external/jdiff" name="platform/external/jdiff" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300247 <project path="external/jemalloc_new" name="platform/external/jemalloc_new" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300248 <project path="external/jimfs" name="platform/external/jimfs" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300249 <project path="external/jline" name="platform/external/jline" groups="pdk,tradefed,pdk-fs" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000250 <project path="external/jsilver" name="platform/external/jsilver" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700251 <project path="external/jsmn" name="platform/external/jsmn" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000252 <project path="external/jsoncpp" name="platform/external/jsoncpp" groups="pdk" remote="aosp" />
253 <project path="external/jsr305" name="platform/external/jsr305" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400254 <project path="external/jsr330" name="platform/external/jsr330" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000255 <project path="external/junit" name="platform/external/junit" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300256 <project path="external/junit-params" name="platform/external/junit-params" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000257 <project path="external/kernel-headers" name="platform/external/kernel-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300258 <project path="external/kmod" name="platform/external/kmod" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300259 <project path="external/kotlinc" name="platform/external/kotlinc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300260 <project path="external/kotlinx.atomicfu" name="platform/external/kotlinx.atomicfu" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300261 <project path="external/kotlinx.coroutines" name="platform/external/kotlinx.coroutines" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300262 <project path="external/kotlinx.metadata" name="platform/external/kotlinx.metadata" groups="pdk" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200263 <project path="external/ktfmt" name="platform/external/ktfmt" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000264 <project path="external/ksoap2" name="platform/external/ksoap2" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300265 <project path="external/libabigail" name="platform/external/libabigail" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300266 <project path="external/libaom" name="platform/external/libaom" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700267 <project path="external/libavc" name="platform/external/libavc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800268 <project path="external/libbackup" name="platform/external/libbackup" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000269 <project path="external/libbrillo" name="platform/external/libbrillo" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300270 <project path="external/libbpf" name="platform/external/libbpf" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000271 <project path="external/libcap" name="platform/external/libcap" groups="pdk" remote="aosp" />
272 <project path="external/libcap-ng" name="platform/external/libcap-ng" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300273 <project path="external/libchrome" name="platform/external/libchrome" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300274 <project path="external/libchromeos-rs" name="platform/external/libchromeos-rs" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300275 <project path="external/libconfig" name="platform/external/libconfig" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300276 <project path="external/libcppbor" name="platform/external/libcppbor" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300277 <project path="external/libcups" name="platform/external/libcups" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Nolen Johnson958afbd2021-11-08 14:10:04 -0500278 <project path="external/libcxx" name="LineageOS/android_external_libcxx" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700279 <project path="external/libcxxabi" name="platform/external/libcxxabi" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400280 <project path="external/libdivsufsort" name="platform/external/libdivsufsort" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300281 <project path="external/libdrm" name="platform/external/libdrm" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300282 <project path="external/libepoxy" name="platform/external/libepoxy" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300283 <project path="external/libese" name="platform/external/libese" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000284 <project path="external/libevent" name="platform/external/libevent" groups="pdk" remote="aosp" />
285 <project path="external/libexif" name="platform/external/libexif" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300286 <project path="external/libffi" name="platform/external/libffi" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300287 <project path="external/libfuse" name="platform/external/libfuse" groups="pdk" remote="aosp" />
Michael Bestasaad75922019-10-25 20:11:55 +0300288 <project path="external/libgav1" name="platform/external/libgav1" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700289 <project path="external/libgsm" name="platform/external/libgsm" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300290 <project path="external/libhevc" name="platform/external/libhevc" groups="pdk" remote="aosp" />
291 <project path="external/libiio" name="platform/external/libiio" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400292 <project path="external/libjpeg-turbo" name="platform/external/libjpeg-turbo" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300293 <project path="external/libkmsxx" name="platform/external/libkmsxx" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300294 <project path="external/libldac" name="platform/external/libldac" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700295 <project path="external/libmpeg2" name="platform/external/libmpeg2" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800296 <project path="external/libnetfilter_conntrack" name="platform/external/libnetfilter_conntrack" groups="pdk" remote="aosp" />
297 <project path="external/libnfnetlink" name="platform/external/libnfnetlink" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700298 <project path="external/libnl" name="platform/external/libnl" groups="pdk" remote="aosp" />
299 <project path="external/libogg" name="platform/external/libogg" groups="pdk" remote="aosp" />
300 <project path="external/libopus" name="platform/external/libopus" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300301 <project path="external/libpalmrejection" name="platform/external/libpalmrejection" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000302 <project path="external/libpcap" name="platform/external/libpcap" groups="pdk" remote="aosp" />
303 <project path="external/libphonenumber" name="platform/external/libphonenumber" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300304 <project path="external/libpng" name="platform/external/libpng" groups="pdk" remote="aosp" />
305 <project path="external/libprotobuf-mutator" name="platform/external/libprotobuf-mutator" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300306 <project path="external/libsrtp2" name="platform/external/libsrtp2" groups="pdk" remote="aosp" />
307 <project path="external/libtextclassifier" name="platform/external/libtextclassifier" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300308 <project path="external/libtraceevent" name="platform/external/libtraceevent" groups="pdk" remote="aosp" />
309 <project path="external/libtracefs" name="platform/external/libtracefs" groups="pdk" remote="aosp" />
310 <project path="external/liburing" name="platform/external/liburing" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300311 <project path="external/libusb" name="platform/external/libusb" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300312 <project path="external/libutf" name="platform/external/libutf" groups="pdk" remote="aosp" />
Luca Stefanie1ad0d72023-09-28 23:29:22 +0200313 <project path="external/libvpx" name="LineageOS/android_external_libvpx" groups="pdk" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300314 <project path="external/libwebm" name="platform/external/libwebm" groups="pdk" remote="aosp" />
315 <project path="external/libwebsockets" name="platform/external/libwebsockets" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300316 <project path="external/libxaac" name="platform/external/libxaac" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300317 <project path="external/libxkbcommon" name="platform/external/libxkbcommon" groups="pdk" remote="aosp" />
Kevin F. Haggertyb55bc9d2023-10-02 19:52:15 -0600318 <project path="external/libxml2" name="LineageOS/android_external_libxml2" groups="pdk,libxml2" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000319 <project path="external/libyuv" name="platform/external/libyuv" groups="pdk,libyuv" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300320 <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 -0700321 <project path="external/llvm" name="platform/external/llvm" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800322 <project path="external/lmfit" name="platform/external/lmfit" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300323 <project path="external/lottie" name="platform/external/lottie" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300324 <project path="external/ltp" name="platform/external/ltp" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300325 <project path="external/lua" name="platform/external/lua" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000326 <project path="external/lz4" name="platform/external/lz4" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300327 <project path="external/lzma" name="platform/external/lzma" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300328 <project path="external/marisa-trie" name="platform/external/marisa-trie" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000329 <project path="external/markdown" name="platform/external/markdown" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700330 <project path="external/mdnsresponder" name="platform/external/mdnsresponder" groups="pdk" remote="aosp" />
331 <project path="external/mesa3d" name="platform/external/mesa3d" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300332 <project path="external/mime-support" name="platform/external/mime-support" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300333 <project path="external/minigbm" name="platform/external/minigbm" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000334 <project path="external/minijail" name="platform/external/minijail" groups="pdk" remote="aosp" />
Michael Bestase48924e2021-10-26 21:22:00 +0300335 <project path="external/mksh" name="LineageOS/android_external_mksh" groups="pdk" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300336 <project path="external/mobly-bundled-snippets" name="platform/external/mobly-bundled-snippets" groups="pdk" remote="aosp" />
337 <project path="external/mobly-snippet-lib" name="platform/external/mobly-snippet-lib" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000338 <project path="external/mockftpserver" name="platform/external/mockftpserver" groups="pdk" remote="aosp" />
339 <project path="external/mockito" name="platform/external/mockito" groups="pdk" remote="aosp" />
340 <project path="external/mockwebserver" name="platform/external/mockwebserver" groups="pdk" remote="aosp" />
341 <project path="external/modp_b64" name="platform/external/modp_b64" groups="pdk" remote="aosp" />
342 <project path="external/mp4parser" name="platform/external/mp4parser" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300343 <project path="external/ms-tpm-20-ref" name="platform/external/ms-tpm-20-ref" groups="pdk" remote="aosp" />
344 <project path="external/mtools" name="platform/external/mtools" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000345 <project path="external/mtpd" name="platform/external/mtpd" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300346 <project path="external/musl" name="platform/external/musl" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000347 <project path="external/nanohttpd" name="platform/external/nanohttpd" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700348 <project path="external/nanopb-c" name="platform/external/nanopb-c" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000349 <project path="external/naver-fonts" name="platform/external/naver-fonts" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300350 <project path="external/neon_2_sse" name="platform/external/neon_2_sse" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000351 <project path="external/neven" name="platform/external/neven" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300352 <project path="external/newfs_msdos" name="platform/external/newfs_msdos" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000353 <project path="external/nist-pkits" name="platform/external/nist-pkits" groups="pdk" remote="aosp" />
354 <project path="external/nist-sip" name="platform/external/nist-sip" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300355 <project path="external/nos/host/generic" name="platform/external/nos/host/generic" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700356 <project path="external/noto-fonts" name="platform/external/noto-fonts" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300357 <project path="external/nullaway" name="platform/external/nullaway" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000358 <project path="external/oauth" name="platform/external/oauth" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300359 <project path="external/obex" name="platform/external/obex" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000360 <project path="external/objenesis" name="platform/external/objenesis" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300361 <project path="external/oboe" name="platform/external/oboe" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300362 <project path="external/obstack" name="platform/external/obstack" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300363 <project path="external/oj-libjdwp" name="platform/external/oj-libjdwp" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300364 <project path="external/okhttp" name="platform/external/okhttp" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300365 <project path="external/okhttp4" name="platform/external/okhttp4" groups="pdk" remote="aosp" />
366 <project path="external/okio" name="platform/external/okio" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300367 <project path="external/one-true-awk" name="platform/external/one-true-awk" groups="pdk" remote="aosp" />
368 <project path="external/opencensus-java" name="platform/external/opencensus-java" groups="pdk,tradefed" remote="aosp" />
Michael Bestasb7659012020-12-08 21:22:55 +0200369 <project path="external/OpenCL-CTS" name="platform/external/OpenCL-CTS" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300370 <project path="external/OpenCSD" name="platform/external/OpenCSD" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300371 <project path="external/open-dice" name="platform/external/open-dice" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300372 <project path="external/openscreen" name="platform/external/openscreen" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300373 <project path="external/openwrt-prebuilts" name="platform/external/openwrt-prebuilts" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300374 <project path="external/oss-fuzz" name="platform/external/oss-fuzz" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000375 <project path="external/owasp/sanitizer" name="platform/external/owasp/sanitizer" groups="pdk" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200376 <project path="external/pandora/avatar" name="platform/external/pandora/avatar" groups="pdk" remote="aosp" />
377 <project path="external/pandora/bt-test-interfaces" name="platform/external/pandora/bt-test-interfaces" groups="pdk" remote="aosp" />
378 <project path="external/pandora/mmi2grpc" name="platform/external/pandora/mmi2grpc" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000379 <project path="external/parameter-framework" name="platform/external/parameter-framework" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700380 <project path="external/pcre" name="platform/external/pcre" groups="pdk" remote="aosp" />
Michael Bestas84456422023-12-05 02:30:57 +0200381 <project path="external/pdfium" name="LineageOS/android_external_pdfium" groups="pdk" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300382 <project path="external/perfetto" name="platform/external/perfetto" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300383 <project path="external/pffft" name="platform/external/pffft" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000384 <project path="external/piex" name="platform/external/piex" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300385 <project path="external/pigweed" name="platform/external/pigweed" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800386 <project path="external/ply" name="platform/external/ply" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300387 <project path="external/ppp" name="platform/external/ppp" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300388 <project path="external/proguard" name="platform/external/proguard" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700389 <project path="external/protobuf" name="platform/external/protobuf" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300390 <project path="external/psimd" name="platform/external/psimd" groups="pdk" remote="aosp" />
391 <project path="external/pthreadpool" name="platform/external/pthreadpool" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300392 <project path="external/puffin" name="platform/external/puffin" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300393 <project path="external/python/apitools" name="platform/external/python/apitools" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300394 <project path="external/python/asn1crypto" name="platform/external/python/asn1crypto" groups="pdk" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200395 <project path="external/python/bumble" name="platform/external/python/bumble" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300396 <project path="external/python/cachetools" name="platform/external/python/cachetools" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300397 <project path="external/python/cffi" name="platform/external/python/cffi" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800398 <project path="external/python/cpython2" name="platform/external/python/cpython2" groups="pdk" remote="aosp" />
399 <project path="external/python/cpython3" name="platform/external/python/cpython3" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300400 <project path="external/python/cryptography" name="platform/external/python/cryptography" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300401 <project path="external/python/dateutil" name="platform/external/python/dateutil" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300402 <project path="external/python/enum34" name="platform/external/python/enum34" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300403 <project path="external/python/funcsigs" name="platform/external/python/funcsigs" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300404 <project path="external/python/futures" name="platform/external/python/futures" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300405 <project path="external/python/google-api-python-client" name="platform/external/python/google-api-python-client" groups="vts,pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300406 <project path="external/python/google-auth-library-python" name="platform/external/python/google-auth-library-python" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300407 <project path="external/python/httplib2" name="platform/external/python/httplib2" groups="vts,pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300408 <project path="external/python/ipaddress" name="platform/external/python/ipaddress" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300409 <project path="external/python/jinja" name="platform/external/python/jinja" groups="pdk" remote="aosp" />
410 <project path="external/python/markupsafe" name="platform/external/python/markupsafe" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300411 <project path="external/python/mobly" name="platform/external/python/mobly" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300412 <project path="external/python/oauth2client" name="platform/external/python/oauth2client" groups="vts,pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300413 <project path="external/python/parse_type" name="platform/external/python/parse_type" groups="vts,pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300414 <project path="external/python/portpicker" name="platform/external/python/portpicker" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300415 <project path="external/python/pyasn1" name="platform/external/python/pyasn1" groups="vts,pdk" remote="aosp" />
416 <project path="external/python/pyasn1-modules" name="platform/external/python/pyasn1-modules" groups="vts,pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300417 <project path="external/python/pybind11" name="platform/external/python/pybind11" groups="pdk" remote="aosp" />
418 <project path="external/python/pycparser" name="platform/external/python/pycparser" groups="pdk" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200419 <project path="external/python/pyee" name="platform/external/python/pyee" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300420 <project path="external/python/pyfakefs" name="platform/external/python/pyfakefs" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300421 <project path="external/python/pyopenssl" name="platform/external/python/pyopenssl" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300422 <project path="external/python/pyserial" name="platform/external/python/pyserial" groups="pdk" remote="aosp" />
423 <project path="external/python/python-api-core" name="platform/external/python/python-api-core" groups="pdk" remote="aosp" />
424 <project path="external/python/pyyaml" name="platform/external/python/pyyaml" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300425 <project path="external/python/rsa" name="platform/external/python/rsa" groups="vts,pdk" remote="aosp" />
426 <project path="external/python/setuptools" name="platform/external/python/setuptools" groups="vts,pdk" remote="aosp" />
427 <project path="external/python/six" name="platform/external/python/six" groups="vts,pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300428 <project path="external/python/timeout-decorator" name="platform/external/python/timeout-decorator" groups="pdk" remote="aosp" />
429 <project path="external/python/typing" name="platform/external/python/typing" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300430 <project path="external/python/uritemplates" name="platform/external/python/uritemplates" groups="vts,pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300431 <project path="external/rappor" name="platform/external/rappor" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300432 <project path="external/renderscript-intrinsics-replacement-toolkit" name="platform/external/renderscript-intrinsics-replacement-toolkit" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000433 <project path="external/replicaisland" name="platform/external/replicaisland" groups="pdk" remote="aosp" />
434 <project path="external/rmi4utils" name="platform/external/rmi4utils" groups="pdk" remote="aosp" />
Michael Bestas757f4052023-03-14 02:29:40 +0200435 <project path="external/robolectric" name="platform/external/robolectric" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300436 <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 +1000437 <project path="external/roboto-fonts" name="platform/external/roboto-fonts" groups="pdk" remote="aosp" />
438 <project path="external/rootdev" name="platform/external/rootdev" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300439 <project path="external/Reactive-Extensions/RxCpp" name="platform/external/Reactive-Extensions/RxCpp" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300440 <project path="external/rnnoise" name="platform/external/rnnoise" groups="pdk" remote="aosp" />
441 <project path="external/rust/crates/ahash" name="platform/external/rust/crates/ahash" groups="pdk" remote="aosp" />
442 <project path="external/rust/crates/aho-corasick" name="platform/external/rust/crates/aho-corasick" groups="pdk" remote="aosp" />
443 <project path="external/rust/crates/android_logger" name="platform/external/rust/crates/android_logger" groups="pdk" remote="aosp" />
444 <project path="external/rust/crates/android_log-sys" name="platform/external/rust/crates/android_log-sys" groups="pdk" remote="aosp" />
445 <project path="external/rust/crates/anyhow" name="platform/external/rust/crates/anyhow" groups="pdk" remote="aosp" />
446 <project path="external/rust/crates/arbitrary" name="platform/external/rust/crates/arbitrary" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300447 <project path="external/rust/crates/argh" name="platform/external/rust/crates/argh" groups="pdk" remote="aosp" />
448 <project path="external/rust/crates/argh_derive" name="platform/external/rust/crates/argh_derive" groups="pdk" remote="aosp" />
449 <project path="external/rust/crates/argh_shared" name="platform/external/rust/crates/argh_shared" groups="pdk" remote="aosp" />
450 <project path="external/rust/crates/ash" name="platform/external/rust/crates/ash" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300451 <project path="external/rust/crates/async-stream" name="platform/external/rust/crates/async-stream" groups="pdk" remote="aosp" />
452 <project path="external/rust/crates/async-stream-impl" name="platform/external/rust/crates/async-stream-impl" groups="pdk" remote="aosp" />
453 <project path="external/rust/crates/async-task" name="platform/external/rust/crates/async-task" groups="pdk" remote="aosp" />
454 <project path="external/rust/crates/async-trait" name="platform/external/rust/crates/async-trait" groups="pdk" remote="aosp" />
455 <project path="external/rust/crates/atty" name="platform/external/rust/crates/atty" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300456 <project path="external/rust/crates/base64" name="platform/external/rust/crates/base64" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300457 <project path="external/rust/crates/bencher" name="platform/external/rust/crates/bencher" groups="pdk" remote="aosp" />
458 <project path="external/rust/crates/bindgen" name="platform/external/rust/crates/bindgen" groups="pdk" remote="aosp" />
459 <project path="external/rust/crates/bitflags" name="platform/external/rust/crates/bitflags" groups="pdk" remote="aosp" />
460 <project path="external/rust/crates/bstr" name="platform/external/rust/crates/bstr" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300461 <project path="external/rust/crates/byteorder" name="platform/external/rust/crates/byteorder" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300462 <project path="external/rust/crates/bytes" name="platform/external/rust/crates/bytes" groups="pdk" remote="aosp" />
463 <project path="external/rust/crates/cast" name="platform/external/rust/crates/cast" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300464 <project path="external/rust/crates/cesu8" name="platform/external/rust/crates/cesu8" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300465 <project path="external/rust/crates/cexpr" name="platform/external/rust/crates/cexpr" groups="pdk" remote="aosp" />
466 <project path="external/rust/crates/cfg-if" name="platform/external/rust/crates/cfg-if" groups="pdk" remote="aosp" />
467 <project path="external/rust/crates/chrono" name="platform/external/rust/crates/chrono" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300468 <project path="external/rust/crates/ciborium" name="platform/external/rust/crates/ciborium" groups="pdk" remote="aosp" />
469 <project path="external/rust/crates/ciborium-io" name="platform/external/rust/crates/ciborium-io" groups="pdk" remote="aosp" />
470 <project path="external/rust/crates/ciborium-ll" name="platform/external/rust/crates/ciborium-ll" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300471 <project path="external/rust/crates/clang-sys" name="platform/external/rust/crates/clang-sys" groups="pdk" remote="aosp" />
472 <project path="external/rust/crates/clap" name="platform/external/rust/crates/clap" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300473 <project path="external/rust/crates/codespan-reporting" name="platform/external/rust/crates/codespan-reporting" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300474 <project path="external/rust/crates/combine" name="platform/external/rust/crates/combine" groups="pdk" remote="aosp" />
475 <project path="external/rust/crates/command-fds" name="platform/external/rust/crates/command-fds" groups="pdk" remote="aosp" />
476 <project path="external/rust/crates/coset" name="platform/external/rust/crates/coset" groups="pdk" remote="aosp" />
477 <project path="external/rust/crates/crc32fast" name="platform/external/rust/crates/crc32fast" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300478 <project path="external/rust/crates/criterion" name="platform/external/rust/crates/criterion" groups="pdk" remote="aosp" />
479 <project path="external/rust/crates/criterion-plot" name="platform/external/rust/crates/criterion-plot" groups="pdk" remote="aosp" />
480 <project path="external/rust/crates/crossbeam-channel" name="platform/external/rust/crates/crossbeam-channel" groups="pdk" remote="aosp" />
481 <project path="external/rust/crates/crossbeam-deque" name="platform/external/rust/crates/crossbeam-deque" groups="pdk" remote="aosp" />
482 <project path="external/rust/crates/crossbeam-epoch" name="platform/external/rust/crates/crossbeam-epoch" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300483 <project path="external/rust/crates/crossbeam-queue" name="platform/external/rust/crates/crossbeam-queue" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300484 <project path="external/rust/crates/crossbeam-utils" name="platform/external/rust/crates/crossbeam-utils" groups="pdk" remote="aosp" />
485 <project path="external/rust/crates/csv" name="platform/external/rust/crates/csv" groups="pdk" remote="aosp" />
486 <project path="external/rust/crates/csv-core" name="platform/external/rust/crates/csv-core" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300487 <project path="external/rust/crates/der-oid-macro" name="platform/external/rust/crates/der-oid-macro" groups="pdk" remote="aosp" />
488 <project path="external/rust/crates/der-parser" name="platform/external/rust/crates/der-parser" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300489 <project path="external/rust/crates/derive_arbitrary" name="platform/external/rust/crates/derive_arbitrary" groups="pdk" remote="aosp" />
490 <project path="external/rust/crates/downcast-rs" name="platform/external/rust/crates/downcast-rs" groups="pdk" remote="aosp" />
491 <project path="external/rust/crates/either" name="platform/external/rust/crates/either" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300492 <project path="external/rust/crates/enumn" name="platform/external/rust/crates/enumn" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300493 <project path="external/rust/crates/env_logger" name="platform/external/rust/crates/env_logger" groups="pdk" remote="aosp" />
494 <project path="external/rust/crates/fallible-iterator" name="platform/external/rust/crates/fallible-iterator" groups="pdk" remote="aosp" />
495 <project path="external/rust/crates/fallible-streaming-iterator" name="platform/external/rust/crates/fallible-streaming-iterator" groups="pdk" remote="aosp" />
496 <project path="external/rust/crates/flate2" name="platform/external/rust/crates/flate2" groups="pdk" remote="aosp" />
497 <project path="external/rust/crates/fnv" name="platform/external/rust/crates/fnv" groups="pdk" remote="aosp" />
498 <project path="external/rust/crates/form_urlencoded" name="platform/external/rust/crates/form_urlencoded" groups="pdk" remote="aosp" />
499 <project path="external/rust/crates/futures" name="platform/external/rust/crates/futures" groups="pdk" remote="aosp" />
500 <project path="external/rust/crates/futures-channel" name="platform/external/rust/crates/futures-channel" groups="pdk" remote="aosp" />
501 <project path="external/rust/crates/futures-core" name="platform/external/rust/crates/futures-core" groups="pdk" remote="aosp" />
502 <project path="external/rust/crates/futures-executor" name="platform/external/rust/crates/futures-executor" groups="pdk" remote="aosp" />
503 <project path="external/rust/crates/futures-io" name="platform/external/rust/crates/futures-io" groups="pdk" remote="aosp" />
504 <project path="external/rust/crates/futures-macro" name="platform/external/rust/crates/futures-macro" groups="pdk" remote="aosp" />
505 <project path="external/rust/crates/futures-sink" name="platform/external/rust/crates/futures-sink" groups="pdk" remote="aosp" />
506 <project path="external/rust/crates/futures-task" name="platform/external/rust/crates/futures-task" groups="pdk" remote="aosp" />
507 <project path="external/rust/crates/futures-util" name="platform/external/rust/crates/futures-util" groups="pdk" remote="aosp" />
508 <project path="external/rust/crates/gdbstub" name="platform/external/rust/crates/gdbstub" groups="pdk" remote="aosp" />
Michael Bestas04d9fa62022-03-07 22:27:21 +0200509 <project path="external/rust/crates/gdbstub_arch" name="platform/external/rust/crates/gdbstub_arch" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300510 <project path="external/rust/crates/getrandom" name="platform/external/rust/crates/getrandom" groups="pdk" remote="aosp" />
511 <project path="external/rust/crates/glob" name="platform/external/rust/crates/glob" groups="pdk" remote="aosp" />
512 <project path="external/rust/crates/grpcio" name="platform/external/rust/crates/grpcio" groups="pdk" remote="aosp" />
513 <project path="external/rust/crates/grpcio-compiler" name="platform/external/rust/crates/grpcio-compiler" groups="pdk" remote="aosp" />
514 <project path="external/rust/crates/grpcio-sys" name="platform/external/rust/crates/grpcio-sys" groups="pdk" remote="aosp" />
515 <project path="external/rust/crates/half" name="platform/external/rust/crates/half" groups="pdk" remote="aosp" />
516 <project path="external/rust/crates/hashbrown" name="platform/external/rust/crates/hashbrown" groups="pdk" remote="aosp" />
517 <project path="external/rust/crates/hashlink" name="platform/external/rust/crates/hashlink" groups="pdk" remote="aosp" />
518 <project path="external/rust/crates/heck" name="platform/external/rust/crates/heck" groups="pdk" remote="aosp" />
519 <project path="external/rust/crates/idna" name="platform/external/rust/crates/idna" groups="pdk" remote="aosp" />
520 <project path="external/rust/crates/instant" name="platform/external/rust/crates/instant" groups="pdk" remote="aosp" />
521 <project path="external/rust/crates/intrusive-collections" name="platform/external/rust/crates/intrusive-collections" groups="pdk" remote="aosp" />
522 <project path="external/rust/crates/itertools" name="platform/external/rust/crates/itertools" groups="pdk" remote="aosp" />
523 <project path="external/rust/crates/itoa" name="platform/external/rust/crates/itoa" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300524 <project path="external/rust/crates/jni" name="platform/external/rust/crates/jni" groups="pdk" remote="aosp" />
525 <project path="external/rust/crates/jni-sys" name="platform/external/rust/crates/jni-sys" groups="pdk" remote="aosp" />
526 <project path="external/rust/crates/kernlog" name="platform/external/rust/crates/kernlog" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300527 <project path="external/rust/crates/lazy_static" name="platform/external/rust/crates/lazy_static" groups="pdk" remote="aosp" />
528 <project path="external/rust/crates/lazycell" name="platform/external/rust/crates/lazycell" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300529 <project path="external/rust/crates/libc" name="platform/external/rust/crates/libc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300530 <project path="external/rust/crates/libfuzzer-sys" name="platform/external/rust/crates/libfuzzer-sys" groups="pdk" remote="aosp" />
531 <project path="external/rust/crates/libloading" name="platform/external/rust/crates/libloading" groups="pdk" remote="aosp" />
532 <project path="external/rust/crates/libm" name="platform/external/rust/crates/libm" groups="pdk" remote="aosp" />
533 <project path="external/rust/crates/libsqlite3-sys" name="platform/external/rust/crates/libsqlite3-sys" groups="pdk" remote="aosp" />
534 <project path="external/rust/crates/libz-sys" name="platform/external/rust/crates/libz-sys" groups="pdk" remote="aosp" />
535 <project path="external/rust/crates/linked-hash-map" name="platform/external/rust/crates/linked-hash-map" groups="pdk" remote="aosp" />
536 <project path="external/rust/crates/lock_api" name="platform/external/rust/crates/lock_api" groups="pdk" remote="aosp" />
537 <project path="external/rust/crates/log" name="platform/external/rust/crates/log" groups="pdk" remote="aosp" />
538 <project path="external/rust/crates/lru-cache" name="platform/external/rust/crates/lru-cache" groups="pdk" remote="aosp" />
539 <project path="external/rust/crates/macaddr" name="platform/external/rust/crates/macaddr" groups="pdk" remote="aosp" />
540 <project path="external/rust/crates/managed" name="platform/external/rust/crates/managed" groups="pdk" remote="aosp" />
541 <project path="external/rust/crates/matches" name="platform/external/rust/crates/matches" groups="pdk" remote="aosp" />
542 <project path="external/rust/crates/memchr" name="platform/external/rust/crates/memchr" groups="pdk" remote="aosp" />
543 <project path="external/rust/crates/memoffset" name="platform/external/rust/crates/memoffset" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300544 <project path="external/rust/crates/minimal-lexical" name="platform/external/rust/crates/minimal-lexical" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300545 <project path="external/rust/crates/mio" name="platform/external/rust/crates/mio" groups="pdk" remote="aosp" />
546 <project path="external/rust/crates/nix" name="platform/external/rust/crates/nix" groups="pdk" remote="aosp" />
547 <project path="external/rust/crates/no-panic" name="platform/external/rust/crates/no-panic" groups="pdk" remote="aosp" />
548 <project path="external/rust/crates/nom" name="platform/external/rust/crates/nom" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300549 <project path="external/rust/crates/num-bigint" name="platform/external/rust/crates/num-bigint" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300550 <project path="external/rust/crates/num-derive" name="platform/external/rust/crates/num-derive" groups="pdk" remote="aosp" />
551 <project path="external/rust/crates/num-integer" name="platform/external/rust/crates/num-integer" groups="pdk" remote="aosp" />
552 <project path="external/rust/crates/num-traits" name="platform/external/rust/crates/num-traits" groups="pdk" remote="aosp" />
553 <project path="external/rust/crates/num_cpus" name="platform/external/rust/crates/num_cpus" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300554 <project path="external/rust/crates/oid-registry" name="platform/external/rust/crates/oid-registry" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300555 <project path="external/rust/crates/once_cell" name="platform/external/rust/crates/once_cell" groups="pdk" remote="aosp" />
556 <project path="external/rust/crates/oorandom" name="platform/external/rust/crates/oorandom" groups="pdk" remote="aosp" />
557 <project path="external/rust/crates/parking_lot" name="platform/external/rust/crates/parking_lot" groups="pdk" remote="aosp" />
558 <project path="external/rust/crates/parking_lot_core" name="platform/external/rust/crates/parking_lot_core" groups="pdk" remote="aosp" />
559 <project path="external/rust/crates/paste" name="platform/external/rust/crates/paste" groups="pdk" remote="aosp" />
560 <project path="external/rust/crates/peeking_take_while" name="platform/external/rust/crates/peeking_take_while" groups="pdk" remote="aosp" />
561 <project path="external/rust/crates/percent-encoding" name="platform/external/rust/crates/percent-encoding" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300562 <project path="external/rust/crates/pest" name="platform/external/rust/crates/pest" groups="pdk" remote="aosp" />
563 <project path="external/rust/crates/pest_derive" name="platform/external/rust/crates/pest_derive" groups="pdk" remote="aosp" />
564 <project path="external/rust/crates/pest_generator" name="platform/external/rust/crates/pest_generator" groups="pdk" remote="aosp" />
565 <project path="external/rust/crates/pest_meta" name="platform/external/rust/crates/pest_meta" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300566 <project path="external/rust/crates/pin-project" name="platform/external/rust/crates/pin-project" groups="pdk" remote="aosp" />
567 <project path="external/rust/crates/pin-project-internal" name="platform/external/rust/crates/pin-project-internal" groups="pdk" remote="aosp" />
568 <project path="external/rust/crates/pin-project-lite" name="platform/external/rust/crates/pin-project-lite" groups="pdk" remote="aosp" />
569 <project path="external/rust/crates/pin-utils" name="platform/external/rust/crates/pin-utils" groups="pdk" remote="aosp" />
570 <project path="external/rust/crates/plotters" name="platform/external/rust/crates/plotters" groups="pdk" remote="aosp" />
571 <project path="external/rust/crates/plotters-backend" name="platform/external/rust/crates/plotters-backend" groups="pdk" remote="aosp" />
572 <project path="external/rust/crates/plotters-svg" name="platform/external/rust/crates/plotters-svg" groups="pdk" remote="aosp" />
573 <project path="external/rust/crates/ppv-lite86" name="platform/external/rust/crates/ppv-lite86" groups="pdk" remote="aosp" />
574 <project path="external/rust/crates/proc-macro-error" name="platform/external/rust/crates/proc-macro-error" groups="pdk" remote="aosp" />
575 <project path="external/rust/crates/proc-macro-error-attr" name="platform/external/rust/crates/proc-macro-error-attr" groups="pdk" remote="aosp" />
576 <project path="external/rust/crates/proc-macro-hack" name="platform/external/rust/crates/proc-macro-hack" groups="pdk" remote="aosp" />
577 <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 +0300578 <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 +0300579 <project path="external/rust/crates/protobuf" name="platform/external/rust/crates/protobuf" groups="pdk" remote="aosp" />
580 <project path="external/rust/crates/protobuf-codegen" name="platform/external/rust/crates/protobuf-codegen" groups="pdk" remote="aosp" />
581 <project path="external/rust/crates/quiche" name="platform/external/rust/crates/quiche" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300582 <project path="external/rust/crates/quickcheck" name="platform/external/rust/crates/quickcheck" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300583 <project path="external/rust/crates/quote" name="platform/external/rust/crates/quote" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300584 <project path="external/rust/crates/rand" name="platform/external/rust/crates/rand" groups="pdk" remote="aosp" />
585 <project path="external/rust/crates/rand_chacha" name="platform/external/rust/crates/rand_chacha" groups="pdk" remote="aosp" />
586 <project path="external/rust/crates/rand_core" name="platform/external/rust/crates/rand_core" groups="pdk" remote="aosp" />
587 <project path="external/rust/crates/rand_xorshift" name="platform/external/rust/crates/rand_xorshift" groups="pdk" remote="aosp" />
588 <project path="external/rust/crates/rayon" name="platform/external/rust/crates/rayon" groups="pdk" remote="aosp" />
589 <project path="external/rust/crates/rayon-core" name="platform/external/rust/crates/rayon-core" groups="pdk" remote="aosp" />
590 <project path="external/rust/crates/regex" name="platform/external/rust/crates/regex" groups="pdk" remote="aosp" />
591 <project path="external/rust/crates/regex-automata" name="platform/external/rust/crates/regex-automata" groups="pdk" remote="aosp" />
592 <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 +0300593 <project path="external/rust/crates/remain" name="platform/external/rust/crates/remain" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300594 <project path="external/rust/crates/remove_dir_all" name="platform/external/rust/crates/remove_dir_all" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300595 <project path="external/rust/crates/ring" name="platform/external/rust/crates/ring" groups="pdk" remote="aosp" />
596 <project path="external/rust/crates/rusqlite" name="platform/external/rust/crates/rusqlite" groups="pdk" remote="aosp" />
597 <project path="external/rust/crates/rustc-hash" name="platform/external/rust/crates/rustc-hash" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300598 <project path="external/rust/crates/rusticata-macros" name="platform/external/rust/crates/rusticata-macros" groups="pdk" remote="aosp" />
599 <project path="external/rust/crates/rustc-demangle" name="platform/external/rust/crates/rustc-demangle" groups="pdk" remote="aosp" />
600 <project path="external/rust/crates/rustc-demangle-capi" name="platform/external/rust/crates/rustc-demangle-capi" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300601 <project path="external/rust/crates/rustversion" name="platform/external/rust/crates/rustversion" groups="pdk" remote="aosp" />
602 <project path="external/rust/crates/ryu" name="platform/external/rust/crates/ryu" groups="pdk" remote="aosp" />
603 <project path="external/rust/crates/same-file" name="platform/external/rust/crates/same-file" groups="pdk" remote="aosp" />
604 <project path="external/rust/crates/scopeguard" name="platform/external/rust/crates/scopeguard" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300605 <project path="external/rust/crates/semver" name="platform/external/rust/crates/semver" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300606 <project path="external/rust/crates/serde" name="platform/external/rust/crates/serde" groups="pdk" remote="aosp" />
607 <project path="external/rust/crates/serde_cbor" name="platform/external/rust/crates/serde_cbor" groups="pdk" remote="aosp" />
608 <project path="external/rust/crates/serde_derive" name="platform/external/rust/crates/serde_derive" groups="pdk" remote="aosp" />
609 <project path="external/rust/crates/serde_json" name="platform/external/rust/crates/serde_json" groups="pdk" remote="aosp" />
610 <project path="external/rust/crates/serde_test" name="platform/external/rust/crates/serde_test" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300611 <project path="external/rust/crates/serde-xml-rs" name="platform/external/rust/crates/serde-xml-rs" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300612 <project path="external/rust/crates/shared_child" name="platform/external/rust/crates/shared_child" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300613 <project path="external/rust/crates/shared_library" name="platform/external/rust/crates/shared_library" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300614 <project path="external/rust/crates/shlex" name="platform/external/rust/crates/shlex" groups="pdk" remote="aosp" />
615 <project path="external/rust/crates/slab" name="platform/external/rust/crates/slab" groups="pdk" remote="aosp" />
616 <project path="external/rust/crates/smallvec" name="platform/external/rust/crates/smallvec" groups="pdk" remote="aosp" />
617 <project path="external/rust/crates/spin" name="platform/external/rust/crates/spin" groups="pdk" remote="aosp" />
618 <project path="external/rust/crates/structopt" name="platform/external/rust/crates/structopt" groups="pdk" remote="aosp" />
619 <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 +0300620 <project path="external/rust/crates/syn" name="platform/external/rust/crates/syn" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300621 <project path="external/rust/crates/syn-mid" name="platform/external/rust/crates/syn-mid" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300622 <project path="external/rust/crates/tempfile" name="platform/external/rust/crates/tempfile" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300623 <project path="external/rust/crates/termcolor" name="platform/external/rust/crates/termcolor" groups="pdk" remote="aosp" />
624 <project path="external/rust/crates/textwrap" name="platform/external/rust/crates/textwrap" groups="pdk" remote="aosp" />
625 <project path="external/rust/crates/thiserror" name="platform/external/rust/crates/thiserror" groups="pdk" remote="aosp" />
626 <project path="external/rust/crates/thiserror-impl" name="platform/external/rust/crates/thiserror-impl" groups="pdk" remote="aosp" />
627 <project path="external/rust/crates/thread_local" name="platform/external/rust/crates/thread_local" groups="pdk" remote="aosp" />
628 <project path="external/rust/crates/tinytemplate" name="platform/external/rust/crates/tinytemplate" groups="pdk" remote="aosp" />
629 <project path="external/rust/crates/tinyvec" name="platform/external/rust/crates/tinyvec" groups="pdk" remote="aosp" />
630 <project path="external/rust/crates/tinyvec_macros" name="platform/external/rust/crates/tinyvec_macros" groups="pdk" remote="aosp" />
631 <project path="external/rust/crates/tokio" name="platform/external/rust/crates/tokio" groups="pdk" remote="aosp" />
632 <project path="external/rust/crates/tokio-macros" name="platform/external/rust/crates/tokio-macros" groups="pdk" remote="aosp" />
633 <project path="external/rust/crates/tokio-stream" name="platform/external/rust/crates/tokio-stream" groups="pdk" remote="aosp" />
634 <project path="external/rust/crates/tokio-test" name="platform/external/rust/crates/tokio-test" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300635 <project path="external/rust/crates/ucd-trie" name="platform/external/rust/crates/ucd-trie" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300636 <project path="external/rust/crates/unicode-bidi" name="platform/external/rust/crates/unicode-bidi" groups="pdk" remote="aosp" />
637 <project path="external/rust/crates/unicode-normalization" name="platform/external/rust/crates/unicode-normalization" groups="pdk" remote="aosp" />
638 <project path="external/rust/crates/unicode-segmentation" name="platform/external/rust/crates/unicode-segmentation" groups="pdk" remote="aosp" />
639 <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 +0300640 <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 +0300641 <project path="external/rust/crates/untrusted" name="platform/external/rust/crates/untrusted" groups="pdk" remote="aosp" />
642 <project path="external/rust/crates/url" name="platform/external/rust/crates/url" groups="pdk" remote="aosp" />
643 <project path="external/rust/crates/uuid" name="platform/external/rust/crates/uuid" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300644 <project path="external/rust/crates/vsock" name="platform/external/rust/crates/vsock" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300645 <project path="external/rust/crates/vulkano" name="platform/external/rust/crates/vulkano" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300646 <project path="external/rust/crates/walkdir" name="platform/external/rust/crates/walkdir" groups="pdk" remote="aosp" />
647 <project path="external/rust/crates/weak-table" name="platform/external/rust/crates/weak-table" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300648 <project path="external/rust/crates/webpki" name="platform/external/rust/crates/webpki" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300649 <project path="external/rust/crates/which" name="platform/external/rust/crates/which" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300650 <project path="external/rust/crates/x509-parser" name="platform/external/rust/crates/x509-parser" groups="pdk" remote="aosp" />
651 <project path="external/rust/crates/xml-rs" name="platform/external/rust/crates/xml-rs" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300652 <project path="external/rust/crates/zip" name="platform/external/rust/crates/zip" groups="pdk" remote="aosp" />
653 <project path="external/rust/cxx" name="platform/external/rust/cxx" groups="pdk" remote="aosp" />
654 <project path="external/ruy" name="platform/external/ruy" groups="pdk" remote="aosp" />
655 <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 +0300656 <project path="external/scapy" name="platform/external/scapy" groups="pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700657 <project path="external/scrypt" name="platform/external/scrypt" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300658 <project path="external/scudo" name="platform/external/scudo" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300659 <project path="external/seccomp-tests" name="platform/external/seccomp-tests" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300660 <project path="external/selinux" name="platform/external/selinux" groups="pdk" remote="aosp" />
Kevin F. Haggertyc6d15702022-03-12 17:41:19 -0700661 <project path="external/setupcompat" name="LineageOS/android_external_setupcompat" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300662 <project path="external/setupdesign" name="platform/external/setupdesign" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700663 <project path="external/sfntly" name="platform/external/sfntly" groups="pdk,qcom_msm8x26" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300664 <project path="external/shaderc/spirv-headers" name="platform/external/shaderc/spirv-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300665 <project path="external/shflags" name="platform/external/shflags" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300666 <project path="external/skia" name="platform/external/skia" groups="pdk,qcom_msm8x26" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000667 <project path="external/sl4a" name="platform/external/sl4a" groups="pdk" remote="aosp" />
668 <project path="external/slf4j" name="platform/external/slf4j" groups="pdk" remote="aosp" />
669 <project path="external/smali" name="platform/external/smali" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400670 <project path="external/snakeyaml" name="platform/external/snakeyaml" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700671 <project path="external/sonic" name="platform/external/sonic" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700672 <project path="external/sonivox" name="platform/external/sonivox" groups="pdk" remote="aosp" />
673 <project path="external/speex" name="platform/external/speex" groups="pdk" remote="aosp" />
674 <project path="external/sqlite" name="platform/external/sqlite" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700675 <project path="external/squashfs-tools" name="platform/external/squashfs-tools" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300676 <project path="external/stardoc" name="platform/external/stardoc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300677 <project path="external/starlark-go" name="platform/external/starlark-go" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000678 <project path="external/strace" name="platform/external/strace" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300679 <project path="external/stressapptest" name="platform/external/stressapptest" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300680 <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 +0300681 <project path="external/swiftshader" name="platform/external/swiftshader" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000682 <project path="external/tagsoup" name="platform/external/tagsoup" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000683 <project path="external/tcpdump" name="platform/external/tcpdump" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300684 <project path="external/tensorflow" name="platform/external/tensorflow" groups="pdk" remote="aosp" />
Michael Bestas04d9fa62022-03-07 22:27:21 +0200685 <project path="external/TestParameterInjector" name="platform/external/TestParameterInjector" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300686 <project path="external/testng" name="platform/external/testng" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300687 <project path="external/tflite-support" name="platform/external/tflite-support" groups="pdk" remote="aosp" />
688 <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 +0300689 <project path="external/tinyalsa" name="platform/external/tinyalsa" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300690 <project path="external/tinyalsa_new" name="platform/external/tinyalsa_new" groups="pdk" remote="aosp" />
Nolen Johnson51100ed2021-11-04 15:20:42 -0400691 <project path="external/tinycompress" name="LineageOS/android_external_tinycompress" groups="pdk" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300692 <project path="external/tinyxml2" name="platform/external/tinyxml2" groups="pdk" remote="aosp" />
693 <project path="external/toolchain-utils" name="platform/external/toolchain-utils" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300694 <project path="external/toybox" name="platform/external/toybox" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300695 <project path="external/tpm2-tss" name="platform/external/tpm2-tss" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300696 <project path="external/trace-cmd" name="platform/external/trace-cmd" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700697 <project path="external/tremolo" name="platform/external/tremolo" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300698 <project path="external/turbine" name="platform/external/turbine" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400699 <project path="external/unicode" name="platform/external/unicode" groups="pdk" remote="aosp" />
Steve Kondik7d087c72016-10-25 17:17:30 -0700700 <project path="external/universal-tween-engine" name="platform/external/universal-tween-engine" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300701 <project path="external/ukey2" name="platform/external/ukey2" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300702 <project path="external/usrsctp" name="platform/external/usrsctp" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300703 <project path="external/uwb" name="platform/external/uwb" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800704 <project path="external/v4l2_codec2" name="platform/external/v4l2_codec2" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000705 <project path="external/vboot_reference" name="platform/external/vboot_reference" groups="vboot,pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300706 <project path="external/virglrenderer" name="platform/external/virglrenderer" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700707 <project path="external/vixl" name="platform/external/vixl" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700708 <project path="external/vogar" name="platform/external/vogar" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300709 <project path="external/volley" name="platform/external/volley" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300710 <project path="external/vulkan-headers" name="platform/external/vulkan-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300711 <project path="external/vulkan-validation-layers" name="platform/external/vulkan-validation-layers" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800712 <project path="external/walt" name="platform/external/walt" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300713 <project path="external/wayland" name="platform/external/wayland" groups="pdk" remote="aosp" />
714 <project path="external/wayland-protocols" name="platform/external/wayland-protocols" groups="pdk" remote="aosp" />
Luca Stefanib80192f2023-09-19 10:49:03 +0200715 <project path="external/webp" name="LineageOS/android_external_webp" groups="pdk,qcom_msm8x26" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700716 <project path="external/webrtc" name="platform/external/webrtc" groups="pdk" remote="aosp" />
Nolen Johnson994c0512021-12-09 12:57:05 -0500717 <project path="external/wpa_supplicant_8" name="LineageOS/android_external_wpa_supplicant_8" groups="pdk" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300718 <project path="external/wmediumd" name="platform/external/wmediumd" groups="pdk" remote="aosp" />
719 <project path="external/wuffs-mirror-release-c" name="platform/external/wuffs-mirror-release-c" groups="pdk,qcom_msm8x26" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300720 <project path="external/wycheproof" name="platform/external/wycheproof" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000721 <project path="external/xmp_toolkit" name="platform/external/xmp_toolkit" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300722 <project path="external/XNNPACK" name="platform/external/XNNPACK" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300723 <project path="external/xz-embedded" name="platform/external/xz-embedded" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300724 <project path="external/xz-java" name="platform/external/xz-java" groups="pdk" remote="aosp" />
725 <project path="external/yapf" name="platform/external/yapf" groups="vts,projectarch,pdk" remote="aosp" />
726 <project path="external/zlib" name="platform/external/zlib" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000727 <project path="external/zopfli" name="platform/external/zopfli" groups="pdk" remote="aosp" />
DroidFreak32cd13b152023-05-12 00:13:34 +0530728 <project path="external/zstd" name="LineageOS/android_external_zstd" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300729 <project path="external/zucchini" name="platform/external/zucchini" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000730 <project path="external/zxing" name="platform/external/zxing" groups="pdk" remote="aosp" />
Nolen Johnson92407ab2021-12-02 23:29:43 -0500731 <project path="frameworks/av" name="LineageOS/android_frameworks_av" groups="pdk" />
Alexander Martinzf25b9b12022-12-16 14:02:36 +0100732<!-- SHIFT
Michael Bestas2e916ba2021-10-06 20:10:04 +0300733 <project path="frameworks/base" name="LineageOS/android_frameworks_base" groups="pdk-cw-fs,pdk-fs" />
Alexander Martinzf25b9b12022-12-16 14:02:36 +0100734-->
Steve Kondik4f78f792016-08-29 17:22:33 -0700735 <project path="frameworks/compile/libbcc" name="platform/frameworks/compile/libbcc" groups="pdk" remote="aosp" />
736 <project path="frameworks/compile/mclinker" name="platform/frameworks/compile/mclinker" groups="pdk" remote="aosp" />
737 <project path="frameworks/compile/slang" name="platform/frameworks/compile/slang" groups="pdk" remote="aosp" />
738 <project path="frameworks/ex" name="platform/frameworks/ex" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300739 <project path="frameworks/hardware/interfaces" name="platform/frameworks/hardware/interfaces" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800740 <project path="frameworks/layoutlib" name="platform/frameworks/layoutlib" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300741 <project path="frameworks/libs/modules-utils" name="platform/frameworks/libs/modules-utils" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
742 <project path="frameworks/libs/native_bridge_support" name="platform/frameworks/libs/native_bridge_support" groups="pdk" remote="aosp" />
743 <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 +0300744 <project path="frameworks/libs/service_entitlement" name="platform/frameworks/libs/service_entitlement" groups="pdk" remote="aosp" />
Michael Bestas8f35efa2023-02-09 01:31:25 +0200745 <project path="frameworks/libs/systemui" name="LineageOS/android_frameworks_libs_systemui" groups="pdk-cw-fs,pdk-fs" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700746 <project path="frameworks/minikin" name="platform/frameworks/minikin" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700747 <project path="frameworks/multidex" name="platform/frameworks/multidex" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Alexander Martinz436ceac2023-10-17 17:55:44 +0200748<!-- SHIFT
Michael Bestas075d4aa2021-10-26 20:55:01 +0300749 <project path="frameworks/native" name="LineageOS/android_frameworks_native" groups="pdk" />
Alexander Martinz436ceac2023-10-17 17:55:44 +0200750-->
Steve Kondik4f78f792016-08-29 17:22:33 -0700751 <project path="frameworks/opt/bitmap" name="platform/frameworks/opt/bitmap" groups="pdk-fs" remote="aosp" />
Michael Bestas43f2d332022-11-25 19:49:56 +0200752 <project path="frameworks/opt/calendar" name="LineageOS/android_frameworks_opt_calendar" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas961c3992018-08-07 03:05:34 +0300753 <project path="frameworks/opt/car/services" name="platform/frameworks/opt/car/services" groups="pdk-fs" remote="aosp" />
754 <project path="frameworks/opt/car/setupwizard" name="platform/frameworks/opt/car/setupwizard" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300755 <project path="frameworks/opt/chips" name="platform/frameworks/opt/chips" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
LuK1337b6600ff2023-09-21 18:00:28 +0200756 <project path="frameworks/opt/colorpicker" name="LineageOS/android_frameworks_opt_colorpicker" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300757 <project path="frameworks/opt/localepicker" name="platform/frameworks/opt/localepicker" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700758 <project path="frameworks/opt/net/ethernet" name="platform/frameworks/opt/net/ethernet" groups="pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300759 <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 -0700760 <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 +0300761 <project path="frameworks/opt/net/wifi" name="platform/frameworks/opt/net/wifi" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700762 <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 +0300763 <project path="frameworks/opt/setupwizard" name="platform/frameworks/opt/setupwizard" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Kevin F. Haggertyefd064d2022-02-11 07:37:29 -0700764 <project path="frameworks/opt/telephony" name="LineageOS/android_frameworks_opt_telephony" groups="pdk" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300765 <project path="frameworks/opt/timezonepicker" name="LineageOS/android_frameworks_opt_timezonepicker" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300766 <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 +0300767 <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 +0300768 <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 -0700769 <project path="frameworks/rs" name="platform/frameworks/rs" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700770 <project path="frameworks/wilhelm" name="platform/frameworks/wilhelm" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Nolen Johnson568c1f62023-07-16 15:52:31 -0400771 <project path="hardware/broadcom/libbt" name="LineageOS/android_hardware_broadcom_libbt" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300772 <project path="hardware/broadcom/wlan" name="platform/hardware/broadcom/wlan" groups="pdk,broadcom_wlan" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400773 <project path="hardware/google/apf" name="platform/hardware/google/apf" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab2a768552019-05-11 13:30:24 -0700774 <project path="hardware/google/av" name="platform/hardware/google/av" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300775 <project path="hardware/google/camera" name="platform/hardware/google/camera" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300776 <project path="hardware/google/easel" name="platform/hardware/google/easel" groups="pdk,easel" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300777 <project path="hardware/google/gchips" name="LineageOS/android_hardware_google_gchips" groups="pdk-lassen,pdk-gs-arm" />
778 <project path="hardware/google/graphics/common" name="LineageOS/android_hardware_google_graphics_common" groups="pdk-lassen,pdk-gs-arm" />
779 <project path="hardware/google/graphics/gs101" name="platform/hardware/google/graphics/gs101" groups="pdk-lassen,pdk-gs-arm" remote="aosp" />
Michael Bestas670c2092022-10-15 17:53:46 +0300780 <project path="hardware/google/graphics/gs201" name="platform/hardware/google/graphics/gs201" groups="cloudripper" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300781 <project path="hardware/google/interfaces" name="platform/hardware/google/interfaces" groups="pdk" remote="aosp" />
Bruno Martins4bb49142022-03-10 18:57:12 +0000782 <project path="hardware/interfaces" name="LineageOS/android_hardware_interfaces" groups="pdk" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300783 <project path="hardware/invensense" name="platform/hardware/invensense" groups="invensense,pdk" remote="aosp" />
Michael Bestas9fc7ef52022-08-22 22:42:55 +0300784 <project path="hardware/knowles/athletico/sound_trigger_hal" name="platform/hardware/knowles/athletico/sound_trigger_hal" groups="coral,generic_fs" remote="aosp" />
Nolen Johnson51100ed2021-11-04 15:20:42 -0400785 <project path="hardware/libhardware" name="LineageOS/android_hardware_libhardware" groups="pdk" />
Bruno Martinsbc704ed2023-08-01 22:27:12 +0100786 <project path="hardware/libhardware_legacy" name="LineageOS/android_hardware_libhardware_legacy" groups="pdk" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300787 <project path="hardware/nxp/nfc" name="platform/hardware/nxp/nfc" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300788 <project path="hardware/nxp/secure_element" name="platform/hardware/nxp/secure_element" groups="pdk" remote="aosp" />
Nolen Johnsonf3831082021-11-11 20:55:32 -0500789 <project path="hardware/qcom/audio" name="LineageOS/android_hardware_qcom_audio" groups="qcom,qcom_audio,pdk-qcom" />
Aaron Klingeb77eef2022-08-29 22:10:30 -0500790 <project path="hardware/qcom/bootctrl" name="platform/hardware/qcom/bootctrl" groups="qcom,pdk-qcom" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300791 <project path="hardware/qcom/bt" name="platform/hardware/qcom/bt" groups="qcom,pdk-qcom" remote="aosp" />
Aaron Klingeb77eef2022-08-29 22:10:30 -0500792 <project path="hardware/qcom/camera" name="LineageOS/android_hardware_qcom_camera" groups="qcom,qcom_camera,pdk-qcom" />
Nolen Johnsonf3831082021-11-11 20:55:32 -0500793 <project path="hardware/qcom/data/ipacfg-mgr" name="LineageOS/android_hardware_qcom_data_ipacfg-mgr" groups="qcom,pdk-qcom" />
Michael Bestascd4a9bf2022-06-21 01:15:48 +0300794 <project path="hardware/qcom/display" name="LineageOS/android_hardware_qcom_display" groups="pdk-qcom,qcom,qcom_display" />
795 <project path="hardware/qcom/gps" name="LineageOS/android_hardware_qcom_gps" groups="qcom,qcom_gps,pdk-qcom" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300796 <project path="hardware/qcom/keymaster" name="platform/hardware/qcom/keymaster" groups="qcom,qcom_keymaster,pdk-qcom" remote="aosp" />
Michael Bestascd4a9bf2022-06-21 01:15:48 +0300797 <project path="hardware/qcom/media" name="LineageOS/android_hardware_qcom_media" groups="qcom,pdk-qcom" />
Aaron Klingeb77eef2022-08-29 22:10:30 -0500798 <project path="hardware/qcom/sdm845/bt" name="platform/hardware/qcom/sdm845/bt" groups="generic_fs,qcom,qcom_sdm845" remote="aosp" />
799 <project path="hardware/qcom/sdm845/data/ipacfg-mgr" name="platform/hardware/qcom/sdm845/data/ipacfg-mgr" groups="generic_fs,vendor,qcom,qcom_sdm845" remote="aosp" >
Michael Bestas54bb6d62020-09-09 03:31:32 +0300800 <linkfile src="os_pickup.mk" dest="hardware/qcom/sdm845/Android.mk" />
801 <linkfile src="os_pickup.bp" dest="hardware/qcom/sdm845/Android.bp" />
Ethan Chen62b93d12018-11-29 23:40:42 -0800802 </project>
Aaron Klingeb77eef2022-08-29 22:10:30 -0500803 <project path="hardware/qcom/sdm845/display" name="LineageOS/android_hardware_qcom_sdm845_display" groups="generic_fs,qcom,qcom_sdm845" />
Michael Bestascc6b86d2023-05-24 19:44:34 +0300804 <project path="hardware/qcom/sdm845/gps" name="LineageOS/android_hardware_qcom_sdm845_gps" groups="generic_fs,qcom,qcom_sdm845" />
Aaron Klingeb77eef2022-08-29 22:10:30 -0500805 <project path="hardware/qcom/sdm845/media" name="LineageOS/android_hardware_qcom_sdm845_media" groups="generic_fs,qcom,qcom_sdm845" />
806 <project path="hardware/qcom/sdm845/thermal" name="platform/hardware/qcom/sdm845/thermal" groups="generic_fs,qcom,qcom_sdm845" remote="aosp" />
807 <project path="hardware/qcom/sdm845/vr" name="platform/hardware/qcom/sdm845/vr" groups="generic_fs,qcom,qcom_sdm845" remote="aosp" />
Aaron Klingeb77eef2022-08-29 22:10:30 -0500808 <project path="hardware/qcom/sm7250/display" name="LineageOS/android_hardware_qcom_sm7250_display" groups="qcom,qcom_sm7250" />
Michael Bestascc6b86d2023-05-24 19:44:34 +0300809 <project path="hardware/qcom/sm7250/gps" name="LineageOS/android_hardware_qcom_sm7250_gps" groups="qcom,qcom_sm7250" >
Michael Bestasb7659012020-12-08 21:22:55 +0200810 <linkfile src="os_pickup.mk" dest="hardware/qcom/sm7250/Android.mk" />
811 <linkfile src="os_pickup.bp" dest="hardware/qcom/sm7250/Android.bp" />
812 </project>
Aaron Klingeb77eef2022-08-29 22:10:30 -0500813 <project path="hardware/qcom/sm7250/media" name="LineageOS/android_hardware_qcom_sm7250_media" groups="qcom,qcom_sm7250" />
814 <project path="hardware/qcom/sm8150/data/ipacfg-mgr" name="LineageOS/android_hardware_qcom_sm8150_data_ipacfg-mgr" groups="qcom,qcom_sm8150" >
Michael Bestas54bb6d62020-09-09 03:31:32 +0300815 <linkfile src="os_pickup.mk" dest="hardware/qcom/sm8150/Android.mk" />
Michael Bestasaad75922019-10-25 20:11:55 +0300816 <linkfile src="os_pickup.bp" dest="hardware/qcom/sm8150/Android.bp" />
817 </project>
Aaron Klingeb77eef2022-08-29 22:10:30 -0500818 <project path="hardware/qcom/sm8150/display" name="LineageOS/android_hardware_qcom_sm8150_display" groups="qcom,qcom_sm8150" />
Michael Bestascc6b86d2023-05-24 19:44:34 +0300819 <project path="hardware/qcom/sm8150/gps" name="LineageOS/android_hardware_qcom_sm8150_gps" groups="qcom,qcom_sm8150" />
Aaron Klingeb77eef2022-08-29 22:10:30 -0500820 <project path="hardware/qcom/sm8150/media" name="LineageOS/android_hardware_qcom_sm8150_media" groups="qcom,qcom_sm8150" />
821 <project path="hardware/qcom/sm8150/thermal" name="platform/hardware/qcom/sm8150/thermal" groups="qcom,qcom_sm8150" remote="aosp" />
822 <project path="hardware/qcom/sm8150/vr" name="platform/hardware/qcom/sm8150/vr" groups="qcom,qcom_sm8150" remote="aosp" />
Aaron Klingeb77eef2022-08-29 22:10:30 -0500823 <project path="hardware/qcom/wlan" name="LineageOS/android_hardware_qcom_wlan" groups="qcom,qcom_wlan,pdk-qcom" />
Julian Veit4835ad02022-01-11 16:21:37 +0100824 <project path="hardware/ril" name="LineageOS/android_hardware_ril" groups="pdk" />
Michael Bestase15933d2021-11-05 18:05:31 +0200825 <project path="hardware/samsung/nfc" name="platform/hardware/samsung/nfc" groups="pdk" remote="aosp" />
Michael Bestasaad75922019-10-25 20:11:55 +0300826 <project path="hardware/st/nfc" name="platform/hardware/st/nfc" groups="pdk" remote="aosp" />
827 <project path="hardware/st/secure_element" name="platform/hardware/st/secure_element" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300828 <project path="hardware/st/secure_element2" name="platform/hardware/st/secure_element2" groups="pdk" remote="aosp" />
Michael Bestas2626bcf2023-06-13 22:34:24 +0300829 <project path="hardware/synaptics/wlan" name="platform/hardware/synaptics/wlan" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300830 <project path="hardware/ti/am57x" name="platform/hardware/ti/am57x" groups="pdk" remote="aosp" />
Kevin F. Haggerty21478d32022-03-06 08:01:49 -0700831 <project path="kernel/configs" name="LineageOS/android_kernel_configs" groups="vts,pdk" />
Tim Schumacher30890132021-07-11 18:30:54 +0200832 <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 +0300833 <project path="kernel/prebuilts/5.4/arm64" name="kernel/prebuilts/5.4/arm64" groups="pdk" clone-depth="1" remote="aosp" />
834 <project path="kernel/prebuilts/5.4/x86_64" name="kernel/prebuilts/5.4/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
835 <project path="kernel/prebuilts/5.10/arm64" name="kernel/prebuilts/5.10/arm64" groups="pdk" clone-depth="1" remote="aosp" />
836 <project path="kernel/prebuilts/5.10/x86_64" name="kernel/prebuilts/5.10/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300837 <project path="kernel/prebuilts/5.15/arm64" name="kernel/prebuilts/5.15/arm64" groups="pdk" clone-depth="1" remote="aosp" />
838 <project path="kernel/prebuilts/5.15/x86_64" name="kernel/prebuilts/5.15/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300839 <project path="kernel/prebuilts/mainline/arm64" name="kernel/prebuilts/mainline/arm64" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300840 <project path="kernel/prebuilts/mainline/x86_64" name="kernel/prebuilts/mainline/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300841 <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" />
842 <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" />
843 <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" />
844 <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" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300845 <project path="kernel/prebuilts/common-modules/virtual-device/5.15/arm64" name="kernel/prebuilts/common-modules/virtual-device/5.15/arm64" groups="pdk" clone-depth="1" remote="aosp" />
846 <project path="kernel/prebuilts/common-modules/virtual-device/5.15/x86-64" name="kernel/prebuilts/common-modules/virtual-device/5.15/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300847 <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" />
848 <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" />
849 <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" />
850 <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 +0300851 <project path="kernel/tests" name="kernel/tests" groups="vts,pdk" remote="aosp" />
Kevin F. Haggerty62ae0aa2022-09-16 02:31:59 -0600852 <project path="libcore" name="LineageOS/android_libcore" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400853 <project path="libnativehelper" name="platform/libnativehelper" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300854 <project path="packages/apps/BasicSmsReceiver" name="platform/packages/apps/BasicSmsReceiver" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Nolen Johnsona43e00f2022-09-27 17:03:44 -0400855 <project path="packages/apps/Browser2" name="platform/packages/apps/Browser2" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300856 <project path="packages/apps/Camera2" name="LineageOS/android_packages_apps_Camera2" groups="pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300857 <project path="packages/apps/Car/Calendar" name="platform/packages/apps/Car/Calendar" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300858 <project path="packages/apps/Car/Cluster" name="platform/packages/apps/Car/Cluster" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300859 <project path="packages/apps/Car/DebuggingRestrictionController" name="platform/packages/apps/Car/DebuggingRestrictionController" groups="pdk-fs" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200860 <project path="packages/apps/Car/DialerPrebuilt" name="platform/packages/apps/Car/DialerPrebuilt" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300861 <project path="packages/apps/Car/Hvac" name="platform/packages/apps/Car/Hvac" groups="pdk-fs" remote="aosp" />
862 <project path="packages/apps/Car/LatinIME" name="platform/packages/apps/Car/LatinIME" groups="pdk-fs" remote="aosp" />
863 <project path="packages/apps/Car/Launcher" name="platform/packages/apps/Car/Launcher" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300864 <project path="packages/apps/Car/LinkViewer" name="platform/packages/apps/Car/LinkViewer" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300865 <project path="packages/apps/Car/LocalMediaPlayer" name="platform/packages/apps/Car/LocalMediaPlayer" groups="pdk-fs" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200866 <project path="packages/apps/Car/MediaPrebuilt" name="platform/packages/apps/Car/MediaPrebuilt" groups="pdk-fs" remote="aosp" />
867 <project path="packages/apps/Car/MessengerPrebuilt" name="platform/packages/apps/Car/MessengerPrebuilt" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300868 <project path="packages/apps/Car/Notification" name="platform/packages/apps/Car/Notification" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300869 <project path="packages/apps/Car/Provision" name="platform/packages/apps/Car/Provision" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300870 <project path="packages/apps/Car/Radio" name="platform/packages/apps/Car/Radio" groups="pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300871 <project path="packages/apps/Car/RotaryController" name="platform/packages/apps/Car/RotaryController" groups="pdk-fs" remote="aosp" />
Tom Prattc0d16f52021-11-23 14:54:39 +0100872 <project path="packages/apps/Car/Settings" name="LineageOS/android_packages_apps_Car_Settings" groups="pdk-fs" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300873 <project path="packages/apps/Car/SettingsIntelligence" name="platform/packages/apps/Car/SettingsIntelligence" groups="pdk-fs" remote="aosp" />
Michael Bestasc428eb12022-06-07 02:16:05 +0300874 <project path="packages/apps/Car/systemlibs" name="platform/packages/apps/Car/systemlibs" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300875 <project path="packages/apps/Car/SystemUI" name="platform/packages/apps/Car/SystemUI" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300876 <project path="packages/apps/Car/SystemUpdater" name="platform/packages/apps/Car/SystemUpdater" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300877 <project path="packages/apps/CarrierConfig" name="platform/packages/apps/CarrierConfig" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Wcc9439e2022-04-06 18:40:24 +0200878 <project path="packages/apps/CellBroadcastReceiver" name="LineageOS/android_packages_apps_CellBroadcastReceiver" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300879 <project path="packages/apps/CertInstaller" name="platform/packages/apps/CertInstaller" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300880 <project path="packages/apps/Contacts" name="LineageOS/android_packages_apps_Contacts" groups="pdk-fs" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300881 <project path="packages/apps/Dialer" name="LineageOS/android_packages_apps_Dialer" groups="pdk-fs" />
882 <project path="packages/apps/DocumentsUI" name="LineageOS/android_packages_apps_DocumentsUI" groups="pdk-cw-fs,pdk-fs" />
Michael Wcc9439e2022-04-06 18:40:24 +0200883 <project path="packages/apps/EmergencyInfo" name="LineageOS/android_packages_apps_EmergencyInfo" groups="pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300884 <project path="packages/apps/HTMLViewer" name="platform/packages/apps/HTMLViewer" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300885 <project path="packages/apps/ImsServiceEntitlement" name="platform/packages/apps/ImsServiceEntitlement" groups="pdk-fs" remote="aosp" />
Michael Bestas4884fd92023-11-09 19:45:46 +0200886 <project path="packages/apps/KeyChain" name="LineageOS/android_packages_apps_KeyChain" groups="pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300887 <project path="packages/apps/ManagedProvisioning" name="platform/packages/apps/ManagedProvisioning" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300888 <project path="packages/apps/Messaging" name="LineageOS/android_packages_apps_Messaging" groups="pdk-fs" />
Nolen Johnsona43e00f2022-09-27 17:03:44 -0400889 <project path="packages/apps/Music" name="platform/packages/apps/Music" groups="pdk-fs" remote="aosp" />
890 <project path="packages/apps/MusicFX" name="platform/packages/apps/MusicFX" groups="pdk-fs" remote="aosp" />
Bruno Martins4127c172022-02-25 18:08:56 +0000891 <project path="packages/apps/Nfc" name="LineageOS/android_packages_apps_Nfc" groups="apps_nfc,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300892 <project path="packages/apps/OnDeviceAppPrediction" name="platform/packages/apps/OnDeviceAppPrediction" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700893 <project path="packages/apps/OneTimeInitializer" name="platform/packages/apps/OneTimeInitializer" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300894 <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 -0700895 <project path="packages/apps/Provision" name="platform/packages/apps/Provision" groups="pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300896 <project path="packages/apps/QuickAccessWallet" name="platform/packages/apps/QuickAccessWallet" groups="pdk-fs" remote="aosp" />
Nolen Johnsona43e00f2022-09-27 17:03:44 -0400897 <project path="packages/apps/QuickSearchBox" name="platform/packages/apps/QuickSearchBox" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300898 <project path="packages/apps/RemoteProvisioner" name="platform/packages/apps/RemoteProvisioner" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300899 <project path="packages/apps/SafetyRegulatoryInfo" name="platform/packages/apps/SafetyRegulatoryInfo" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300900 <project path="packages/apps/SampleLocationAttribution" name="platform/packages/apps/SampleLocationAttribution" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300901 <project path="packages/apps/SecureElement" name="platform/packages/apps/SecureElement" groups="apps_se,pdk-fs" remote="aosp" />
Alexander Martinzf25b9b12022-12-16 14:02:36 +0100902<!-- SHIFT
Michael Bestas2e916ba2021-10-06 20:10:04 +0300903 <project path="packages/apps/Settings" name="LineageOS/android_packages_apps_Settings" groups="pdk-fs" />
Alexander Martinzf25b9b12022-12-16 14:02:36 +0100904-->
Michael Bestas1cbe1752021-10-26 20:46:42 +0300905 <project path="packages/apps/SettingsIntelligence" name="LineageOS/android_packages_apps_SettingsIntelligence" groups="pdk-fs" />
906 <project path="packages/apps/Stk" name="LineageOS/android_packages_apps_Stk" groups="apps_stk,pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300907 <project path="packages/apps/StorageManager" name="platform/packages/apps/StorageManager" groups="pdk-fs" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300908 <project path="packages/apps/SystemUIGo" name="platform/packages/apps/SystemUIGo" groups="pdk-fs" remote="aosp" />
Michael Wcc9439e2022-04-06 18:40:24 +0200909 <project path="packages/apps/Tag" name="LineageOS/android_packages_apps_Tag" groups="pdk-fs" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000910 <project path="packages/apps/Test/connectivity" name="platform/packages/apps/Test/connectivity" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300911 <project path="packages/apps/TimeZoneData" name="platform/packages/apps/TimeZoneData" groups="pdk" remote="aosp" />
912 <project path="packages/apps/TimeZoneUpdater" name="platform/packages/apps/TimeZoneUpdater" groups="pdk" remote="aosp" />
Alexander Martinzf25b9b12022-12-16 14:02:36 +0100913<!-- SHIFT
Michael Bestas2e916ba2021-10-06 20:10:04 +0300914 <project path="packages/apps/ThemePicker" name="LineageOS/android_packages_apps_ThemePicker" groups="pdk-fs" />
Alexander Martinzf25b9b12022-12-16 14:02:36 +0100915-->
Michael Bestas021a2fb2021-10-05 16:19:40 +0300916 <project path="packages/apps/Traceur" name="platform/packages/apps/Traceur" groups="pdk-fs" remote="aosp" />
Alexander Martinzf25b9b12022-12-16 14:02:36 +0100917<!-- SHIFT
Michael Bestas8d687252023-04-14 00:24:35 +0300918 <project path="packages/apps/Trebuchet" name="LineageOS/android_packages_apps_Trebuchet" groups="pdk-fs" />
Alexander Martinzf25b9b12022-12-16 14:02:36 +0100919-->
Nolen Johnson2a1f1062022-01-13 18:02:20 -0500920 <project path="packages/apps/TvSettings" name="LineageOS/android_packages_apps_TvSettings" groups="pdk-fs" />
Nolen Johnsona0636072020-06-30 12:51:27 -0400921 <project path="packages/apps/TV" name="platform/packages/apps/TV" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300922 <project path="packages/apps/UniversalMediaPlayer" name="platform/packages/apps/UniversalMediaPlayer" remote="aosp" />
Michael Bestas159c3662022-10-05 00:30:23 +0300923 <project path="packages/apps/WallpaperPicker" name="platform/packages/apps/WallpaperPicker" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300924 <project path="packages/apps/WallpaperPicker2" name="LineageOS/android_packages_apps_WallpaperPicker2" groups="pdk-fs" />
925 <project path="packages/inputmethods/LatinIME" name="LineageOS/android_packages_inputmethods_LatinIME" groups="pdk-fs" />
Michael Wcc9439e2022-04-06 18:40:24 +0200926 <project path="packages/inputmethods/LeanbackIME" name="LineageOS/android_packages_inputmethods_LeanbackIME" groups="pdk-fs" />
Alexander Martinzf25b9b12022-12-16 14:02:36 +0100927<!-- SHIFT
Nolen Johnson54944022021-11-12 14:33:27 -0500928 <project path="packages/modules/adb" name="LineageOS/android_packages_modules_adb" groups="pdk" />
Alexander Martinzf25b9b12022-12-16 14:02:36 +0100929-->
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300930 <project path="packages/modules/AdServices" name="platform/packages/modules/AdServices" groups="pdk-fs" remote="aosp" />
931 <project path="packages/modules/AppSearch" name="platform/packages/modules/AppSearch" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300932 <project path="packages/modules/ArtPrebuilt" name="platform/packages/modules/ArtPrebuilt" groups="pdk" clone-depth="1" remote="aosp" />
Alexander Martinz8da65042023-08-21 14:40:07 +0200933 <project path="packages/modules/Bluetooth" name="platform/packages/modules/Bluetooth" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300934 <project path="packages/modules/BootPrebuilt/5.4/arm64" name="platform/packages/modules/BootPrebuilt/5.4/arm64" groups="pdk" clone-depth="1" remote="aosp" />
935 <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 +0300936 <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 +0300937 <project path="packages/modules/CellBroadcastService" name="platform/packages/modules/CellBroadcastService" groups="pdk" remote="aosp" />
Alexander Martinz8da65042023-08-21 14:40:07 +0200938 <project path="packages/modules/common" name="platform/packages/modules/common" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
939 <project path="packages/modules/Connectivity" name="platform/packages/modules/Connectivity" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
940 <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 +0300941 <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 +0300942 <project path="packages/modules/GeoTZ" name="platform/packages/modules/GeoTZ" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
943 <project path="packages/modules/Gki" name="platform/packages/modules/Gki" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200944 <project path="packages/modules/IntentResolver" name="platform/packages/modules/IntentResolver" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300945 <project path="packages/modules/IPsec" name="platform/packages/modules/IPsec" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300946 <project path="packages/modules/Media" name="platform/packages/modules/Media" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300947 <project path="packages/modules/ModuleMetadata" name="platform/packages/modules/ModuleMetadata" groups="pdk" remote="aosp" />
948 <project path="packages/modules/NetworkPermissionConfig" name="platform/packages/modules/NetworkPermissionConfig" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
949 <project path="packages/modules/NetworkStack" name="platform/packages/modules/NetworkStack" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Alexander Martinz8da65042023-08-21 14:40:07 +0200950 <project path="packages/modules/NeuralNetworks" name="platform/packages/modules/NeuralNetworks" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300951 <project path="packages/modules/OnDevicePersonalization" name="platform/packages/modules/OnDevicePersonalization" groups="pdk-fs" remote="aosp" />
Alexander Martinz8da65042023-08-21 14:40:07 +0200952 <project path="packages/modules/Permission" name="platform/packages/modules/Permission" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300953 <project path="packages/modules/RuntimeI18n" name="platform/packages/modules/RuntimeI18n" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
954 <project path="packages/modules/Scheduling" name="platform/packages/modules/Scheduling" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300955 <project path="packages/modules/SEPolicy" name="platform/packages/modules/SEPolicy" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300956 <project path="packages/modules/SdkExtensions" name="platform/packages/modules/SdkExtensions" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Alexander Martinz8da65042023-08-21 14:40:07 +0200957 <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 +0300958 <project path="packages/modules/TestModule" name="platform/packages/modules/TestModule" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300959 <project path="packages/modules/Uwb" name="platform/packages/modules/Uwb" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Alexander Martinz8da65042023-08-21 14:40:07 +0200960 <project path="packages/modules/Virtualization" name="platform/packages/modules/Virtualization" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300961 <project path="packages/modules/vndk" name="platform/packages/modules/vndk" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Alexander Martinz8da65042023-08-21 14:40:07 +0200962 <project path="packages/modules/Wifi" name="platform/packages/modules/Wifi" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300963 <project path="packages/providers/BlockedNumberProvider" name="LineageOS/android_packages_providers_BlockedNumberProvider" groups="pdk-fs" />
964 <project path="packages/providers/BookmarkProvider" name="LineageOS/android_packages_providers_BookmarkProvider" groups="pdk-fs" />
965 <project path="packages/providers/CalendarProvider" name="LineageOS/android_packages_providers_CalendarProvider" groups="pdk-cw-fs,pdk-fs" />
966 <project path="packages/providers/CallLogProvider" name="LineageOS/android_packages_providers_CallLogProvider" groups="pdk-fs" />
967 <project path="packages/providers/ContactsProvider" name="LineageOS/android_packages_providers_ContactsProvider" groups="pdk-cw-fs,pdk-fs" />
968 <project path="packages/providers/DownloadProvider" name="LineageOS/android_packages_providers_DownloadProvider" groups="pdk-cw-fs,pdk-fs" />
969 <project path="packages/providers/MediaProvider" name="LineageOS/android_packages_providers_MediaProvider" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300970 <project path="packages/providers/PartnerBookmarksProvider" name="platform/packages/providers/PartnerBookmarksProvider" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300971 <project path="packages/providers/TelephonyProvider" name="LineageOS/android_packages_providers_TelephonyProvider" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300972 <project path="packages/providers/TvProvider" name="platform/packages/providers/TvProvider" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300973 <project path="packages/providers/UserDictionaryProvider" name="platform/packages/providers/UserDictionaryProvider" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
974 <project path="packages/screensavers/Basic" name="platform/packages/screensavers/Basic" groups="pdk-fs" remote="aosp" />
Michael Wcc9439e2022-04-06 18:40:24 +0200975 <project path="packages/screensavers/PhotoTable" name="LineageOS/android_packages_screensavers_PhotoTable" groups="pdk-fs" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300976 <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 +0300977 <project path="packages/services/BuiltInPrintService" name="platform/packages/services/BuiltInPrintService" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
978 <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 +0300979 <project path="packages/services/Iwlan" name="platform/packages/services/Iwlan" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300980 <project path="packages/services/Mms" name="LineageOS/android_packages_services_Mms" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300981 <project path="packages/services/Mtp" name="platform/packages/services/Mtp" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300982 <project path="packages/services/Telecomm" name="LineageOS/android_packages_services_Telecomm" groups="pdk-cw-fs,pdk-fs" />
983 <project path="packages/services/Telephony" name="LineageOS/android_packages_services_Telephony" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300984 <project path="packages/wallpapers/ImageWallpaper" name="platform/packages/wallpapers/ImageWallpaper" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300985 <project path="packages/wallpapers/LivePicker" name="LineageOS/android_packages_wallpapers_LivePicker" groups="pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700986 <project path="pdk" name="platform/pdk" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300987 <project path="platform_testing" name="platform/platform_testing" groups="pdk-fs,pdk-cw-fs,cts" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300988 <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 +0300989 <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 +0300990 <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 -0700991 <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 +0300992 <project path="prebuilts/asuite" name="platform/prebuilts/asuite" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300993 <project path="prebuilts/bazel/darwin-x86_64" name="platform/prebuilts/bazel/darwin-x86_64" groups="darwin,pdk" clone-depth="1" remote="aosp" />
994 <project path="prebuilts/bazel/linux-x86_64" name="platform/prebuilts/bazel/linux-x86_64" groups="linux,pdk" clone-depth="1" remote="aosp" />
Kevin F. Haggertyb334b082021-11-10 18:37:04 -0700995 <project path="prebuilts/build-tools" name="LineageOS/android_prebuilts_build-tools" groups="pdk" clone-depth="1" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300996 <project path="prebuilts/bundletool" name="platform/prebuilts/bundletool" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300997 <project path="prebuilts/checkcolor" name="platform/prebuilts/checkcolor" groups="pdk" clone-depth="1" remote="aosp" />
998 <project path="prebuilts/checkstyle" name="platform/prebuilts/checkstyle" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300999 <project path="prebuilts/clang-tools" name="platform/prebuilts/clang-tools" groups="pdk" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -08001000 <project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="pdk,darwin" clone-depth="1" remote="aosp" />
1001 <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 +03001002 <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 -08001003 <project path="prebuilts/devtools" name="platform/prebuilts/devtools" groups="pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001004 <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 -08001005 <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 Bestas8140ded2017-08-22 01:24:12 +03001006 <project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" groups="darwin,pdk,tradefed" clone-depth="1" remote="aosp" />
1007 <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 +03001008 <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 +03001009 <project path="prebuilts/jdk/jdk11" name="platform/prebuilts/jdk/jdk11" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001010 <project path="prebuilts/jdk/jdk17" name="platform/prebuilts/jdk/jdk17" groups="pdk" clone-depth="1" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -08001011 <project path="prebuilts/jdk/jdk8" name="platform/prebuilts/jdk/jdk8" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001012 <project path="prebuilts/jdk/jdk9" name="platform/prebuilts/jdk/jdk9" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001013 <project path="prebuilts/manifest-merger" name="platform/prebuilts/manifest-merger" groups="pdk" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -08001014 <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 +03001015 <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 -08001016 <project path="prebuilts/misc" name="platform/prebuilts/misc" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001017 <project path="prebuilts/module_sdk/art" name="platform/prebuilts/module_sdk/art" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001018 <project path="prebuilts/module_sdk/AdServices" name="platform/prebuilts/module_sdk/AdServices" groups="pdk" clone-depth="1" remote="aosp" />
1019 <project path="prebuilts/module_sdk/AppSearch" name="platform/prebuilts/module_sdk/AppSearch" groups="pdk" clone-depth="1" remote="aosp" />
1020 <project path="prebuilts/module_sdk/Bluetooth" name="platform/prebuilts/module_sdk/Bluetooth" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001021 <project path="prebuilts/module_sdk/conscrypt" name="platform/prebuilts/module_sdk/conscrypt" groups="pdk" clone-depth="1" remote="aosp" />
1022 <project path="prebuilts/module_sdk/Connectivity" name="platform/prebuilts/module_sdk/Connectivity" groups="pdk" clone-depth="1" remote="aosp" />
1023 <project path="prebuilts/module_sdk/IPsec" name="platform/prebuilts/module_sdk/IPsec" groups="pdk" clone-depth="1" remote="aosp" />
1024 <project path="prebuilts/module_sdk/Media" name="platform/prebuilts/module_sdk/Media" groups="pdk" clone-depth="1" remote="aosp" />
1025 <project path="prebuilts/module_sdk/MediaProvider" name="platform/prebuilts/module_sdk/MediaProvider" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001026 <project path="prebuilts/module_sdk/OnDevicePersonalization" name="platform/prebuilts/module_sdk/OnDevicePersonalization" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001027 <project path="prebuilts/module_sdk/Permission" name="platform/prebuilts/module_sdk/Permission" groups="pdk" clone-depth="1" remote="aosp" />
1028 <project path="prebuilts/module_sdk/Scheduling" name="platform/prebuilts/module_sdk/Scheduling" groups="pdk" clone-depth="1" remote="aosp" />
1029 <project path="prebuilts/module_sdk/SdkExtensions" name="platform/prebuilts/module_sdk/SdkExtensions" groups="pdk" clone-depth="1" remote="aosp" />
1030 <project path="prebuilts/module_sdk/StatsD" name="platform/prebuilts/module_sdk/StatsD" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001031 <project path="prebuilts/module_sdk/Uwb" name="platform/prebuilts/module_sdk/Uwb" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001032 <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 -08001033 <project path="prebuilts/ndk" name="platform/prebuilts/ndk" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001034 <project path="prebuilts/ktlint" name="platform/prebuilts/ktlint" groups="pdk" clone-depth="1" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -07001035 <project path="prebuilts/qemu-kernel" name="platform/prebuilts/qemu-kernel" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001036 <project path="prebuilts/remoteexecution-client" name="platform/prebuilts/remoteexecution-client" groups="pdk" clone-depth="1" remote="aosp" />
1037 <project path="prebuilts/runtime" name="platform/prebuilts/runtime" groups="pdk" clone-depth="1" remote="aosp" />
1038 <project path="prebuilts/rust" name="platform/prebuilts/rust" groups="pdk" clone-depth="1" remote="aosp" />
1039 <project path="prebuilts/r8" name="platform/prebuilts/r8" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001040 <project path="prebuilts/sdk" name="platform/prebuilts/sdk" groups="pdk" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -08001041 <project path="prebuilts/tools" name="platform/prebuilts/tools" groups="pdk,tools" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001042 <project path="prebuilts/vndk/v28" name="platform/prebuilts/vndk/v28" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001043 <project path="prebuilts/vndk/v29" name="platform/prebuilts/vndk/v29" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001044 <project path="prebuilts/vndk/v30" name="platform/prebuilts/vndk/v30" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas04d9fa62022-03-07 22:27:21 +02001045 <project path="prebuilts/vndk/v31" name="platform/prebuilts/vndk/v31" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001046 <project path="prebuilts/vndk/v32" name="platform/prebuilts/vndk/v32" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001047 <project path="sdk" name="platform/sdk" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
LuK1337aa019662023-02-22 01:13:27 +01001048 <project path="system/apex" name="LineageOS/android_system_apex" groups="pdk" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001049 <project path="system/bpf" name="platform/system/bpf" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001050 <project path="system/bpfprogs" name="platform/system/bpfprogs" groups="pdk" remote="aosp" />
Michael Bestas2f713892023-11-09 13:12:48 +02001051 <project path="system/ca-certificates" name="LineageOS/android_system_ca-certificates" groups="pdk" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001052 <project path="system/chre" name="platform/system/chre" groups="pdk" remote="aosp" />
1053 <project path="system/connectivity/wificond" name="platform/system/connectivity/wificond" groups="pdk" remote="aosp" />
Alexander Martinz9a0071a2023-09-28 19:14:06 +02001054<!-- SHIFT
Michael Bestas1cbe1752021-10-26 20:46:42 +03001055 <project path="system/core" name="LineageOS/android_system_core" groups="pdk" />
Alexander Martinz9a0071a2023-09-28 19:14:06 +02001056-->
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001057 <project path="system/dmesgd" name="platform/system/dmesgd" groups="pdk" remote="aosp" />
Jarl-Penguind6cacf32022-02-10 06:34:44 +03001058 <project path="system/extras" name="LineageOS/android_system_extras" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -07001059 <project path="system/gatekeeper" name="platform/system/gatekeeper" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001060 <project path="system/gsid" name="platform/system/gsid" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001061 <project path="system/hardware/interfaces" name="platform/system/hardware/interfaces" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001062 <project path="system/hwservicemanager" name="platform/system/hwservicemanager" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001063 <project path="system/incremental_delivery" name="platform/system/incremental_delivery" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001064 <project path="system/iorap" name="platform/system/iorap" groups="pdk" remote="aosp" />
Kevin F. Haggerty8b9c84d2022-04-27 06:20:06 -06001065 <project path="system/keymaster" name="LineageOS/android_system_keymaster" groups="pdk" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001066 <project path="system/libartpalette" name="platform/system/libartpalette" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001067 <project path="system/libbase" name="platform/system/libbase" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001068 <project path="system/libfmq" name="platform/system/libfmq" groups="pdk" remote="aosp" />
Alexander Martinzdc847132023-09-27 14:34:44 +02001069<!-- SHIFT
Kevin F. Haggerty784d7992022-03-19 07:49:38 -06001070 <project path="system/libhidl" name="LineageOS/android_system_libhidl" groups="pdk" />
Alexander Martinzdc847132023-09-27 14:34:44 +02001071-->
Michael Bestas8140ded2017-08-22 01:24:12 +03001072 <project path="system/libhwbinder" name="platform/system/libhwbinder" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001073 <project path="system/libprocinfo" name="platform/system/libprocinfo" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001074 <project path="system/librustutils" name="platform/system/librustutils" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001075 <project path="system/libsysprop" name="platform/system/libsysprop" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001076 <project path="system/libufdt" name="platform/system/libufdt" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001077 <project path="system/libvintf" name="platform/system/libvintf" groups="pdk" remote="aosp" />
Michael Bestase48924e2021-10-26 21:22:00 +03001078 <project path="system/libziparchive" name="LineageOS/android_system_libziparchive" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001079 <project path="system/linkerconfig" name="platform/system/linkerconfig" groups="pdk" remote="aosp" />
LuK133740fa98c2021-12-21 21:35:28 +01001080 <project path="system/logging" name="LineageOS/android_system_logging" groups="pdk" />
Nolen Johnson9e12a5f2021-12-03 13:46:15 -05001081 <project path="system/media" name="LineageOS/android_system_media" groups="pdk" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001082 <project path="system/memory/libion" name="platform/system/memory/libion" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001083 <project path="system/memory/libdmabufheap" name="platform/system/memory/libdmabufheap" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001084 <project path="system/memory/libmeminfo" name="platform/system/memory/libmeminfo" groups="pdk" remote="aosp" />
1085 <project path="system/memory/libmemtrack" name="platform/system/memory/libmemtrack" groups="pdk" remote="aosp" />
1086 <project path="system/memory/libmemunreachable" name="platform/system/memory/libmemunreachable" groups="pdk" remote="aosp" />
Kevin F. Haggerty383f96e2022-10-01 07:06:40 -06001087 <project path="system/memory/lmkd" name="LineageOS/android_system_memory_lmkd" groups="pdk" />
Alexander Martinz128a33d2023-08-21 14:36:14 +02001088 <project path="system/netd" name="platform/system/netd" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001089 <project path="system/nfc" name="platform/system/nfc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -08001090 <project path="system/nvram" name="platform/system/nvram" groups="pdk" remote="aosp" />
Nolen Johnson29ba3022022-04-08 12:00:55 -04001091 <project path="system/security" name="LineageOS/android_system_security" groups="pdk" />
Bharath9892e972023-09-25 15:04:13 +05301092<!-- SHIFT
Michael Bestase48924e2021-10-26 21:22:00 +03001093 <project path="system/sepolicy" name="LineageOS/android_system_sepolicy" groups="pdk" />
Bharath9892e972023-09-25 15:04:13 +05301094-->
Michael Bestas42c8cb92019-09-04 16:10:16 +03001095 <project path="system/server_configurable_flags" name="platform/system/server_configurable_flags" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001096 <project path="system/teeui" name="platform/system/teeui" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001097 <project path="system/testing/gtest_extras" name="platform/system/testing/gtest_extras" groups="pdk" remote="aosp" />
Kevin F. Haggerty62ae0aa2022-09-16 02:31:59 -06001098 <project path="system/timezone" name="LineageOS/android_system_timezone" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001099 <project path="system/tools/aidl" name="platform/system/tools/aidl" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001100 <project path="system/tools/hidl" name="platform/system/tools/hidl" groups="pdk" remote="aosp" />
SamarV-12181b07c72022-01-08 09:51:05 +05301101 <project path="system/tools/mkbootimg" name="LineageOS/android_system_tools_mkbootimg" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001102 <project path="system/tools/sysprop" name="platform/system/tools/sysprop" groups="pdk" remote="aosp" />
1103 <project path="system/tools/xsdc" name="platform/system/tools/xsdc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001104 <project path="system/unwinding" name="platform/system/unwinding" groups="pdk" remote="aosp" />
Alexander Martinzf25b9b12022-12-16 14:02:36 +01001105<!-- SHIFT
Michael Bestasce80b1a2021-10-26 21:28:59 +03001106 <project path="system/update_engine" name="LineageOS/android_system_update_engine" groups="pdk" />
Bruno Martins77994e72022-05-02 16:28:27 +01001107 <project path="system/vold" name="LineageOS/android_system_vold" groups="pdk" />
Alexander Martinze63c3c72023-09-28 14:33:22 +02001108-->
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001109 <project path="test/app_compat/csuite" name="platform/test/app_compat/csuite" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001110 <project path="test/cts-root" name="platform/test/cts-root" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001111 <project path="test/framework" name="platform/test/framework" groups="vts,projectarch,pdk" remote="aosp" />
1112 <project path="test/mlts/benchmark" name="platform/test/mlts/benchmark" groups="pdk" remote="aosp" />
1113 <project path="test/mlts/models" name="platform/test/mlts/models" groups="pdk" remote="aosp" />
1114 <project path="test/mts" name="platform/test/mts" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001115 <project path="test/vts" name="platform/test/vts" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001116 <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 +03001117 <project path="test/vts-testcase/hal" name="platform/test/vts-testcase/hal" groups="vts,pdk" remote="aosp" />
1118 <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 +03001119 <project path="test/vts-testcase/kernel" name="platform/test/vts-testcase/kernel" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001120 <project path="test/vts-testcase/nbu" name="platform/test/vts-testcase/nbu" groups="vts,projectarch,pdk" remote="aosp" />
1121 <project path="test/vts-testcase/performance" name="platform/test/vts-testcase/performance" groups="vts,projectarch,pdk" remote="aosp" />
1122 <project path="test/vts-testcase/security" name="platform/test/vts-testcase/security" groups="vts,projectarch,pdk" remote="aosp" />
1123 <project path="test/vts-testcase/vndk" name="platform/test/vts-testcase/vndk" groups="vts,pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001124 <project path="test/catbox" name="platform/test/catbox" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001125 <project path="toolchain/benchmark" name="toolchain/benchmark" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001126 <project path="toolchain/pgo-profiles" name="toolchain/pgo-profiles" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001127 <project path="tools/aadevtools" name="platform/tools/aadevtools" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001128 <project path="tools/acloud" name="platform/tools/acloud" groups="tools,vts,projectarch,pdk,tradefed" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001129 <project path="tools/adt/idea" name="platform/tools/adt/idea" groups="notdefault,tools" remote="aosp" />
Luca Stefani658db312020-03-03 11:51:33 +01001130 <project path="tools/apifinder" name="platform/tools/apifinder" groups="pdk,tools" remote="aosp" />
Kevin F. Haggertyb55bc9d2023-10-02 19:52:15 -06001131 <project path="tools/apksig" name="LineageOS/android_tools_apksig" groups="pdk,tradefed" />
Michael Bestas961c3992018-08-07 03:05:34 +03001132 <project path="tools/apkzlib" name="platform/tools/apkzlib" groups="pdk,tradefed" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001133 <project path="tools/asuite" name="platform/tools/asuite" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001134 <project path="tools/base" name="platform/tools/base" groups="notdefault,tools" remote="aosp" />
1135 <project path="tools/build" name="platform/tools/build" groups="notdefault,tools" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001136 <project path="tools/carrier_settings" name="platform/tools/carrier_settings" groups="tools" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001137 <project path="tools/currysrc" name="platform/tools/currysrc" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001138 <project path="tools/dexter" name="platform/tools/dexter" groups="tools,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001139 <project path="tools/doc_generation" name="platform/tools/doc_generation" groups="tools,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001140 <project path="tools/external_updater" name="platform/tools/external_updater" groups="tools" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001141 <project path="tools/external/fat32lib" name="platform/tools/external/fat32lib" groups="tools" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001142 <project path="tools/idea" name="platform/tools/idea" groups="notdefault,tools" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001143 <project path="tools/loganalysis" name="platform/tools/loganalysis" groups="nopresubmit,pdk,tradefed" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001144 <project path="tools/metalava" name="platform/tools/metalava" groups="pdk,tools" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001145 <project path="tools/motodev" name="platform/tools/motodev" groups="notdefault,motodev" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001146 <project path="tools/ndkports" name="platform/tools/ndkports" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001147 <project path="tools/platform-compat" name="tools/platform-compat" groups="pdk-cw-fs,pdk-fs,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001148 <project path="tools/security" name="platform/tools/security" groups="pdk,tools" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001149 <project path="tools/studio/cloud" name="platform/tools/studio/cloud" groups="notdefault,tools" remote="aosp" />
1150 <project path="tools/swt" name="platform/tools/swt" groups="notdefault,tools" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +10001151 <project path="tools/test/connectivity" name="platform/tools/test/connectivity" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001152 <project path="tools/test/graphicsbenchmark" name="platform/tools/test/graphicsbenchmark" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001153 <project path="tools/test/mobly_snippets" name="platform/tools/test/mobly_snippets" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001154 <project path="tools/test/openhst" name="platform/tools/test/openhst" groups="tools" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001155 <project path="tools/tradefederation/prebuilts" name="platform/tools/tradefederation/prebuilts" groups="pdk,tradefed" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001156 <project path="tools/treble" name="platform/tools/treble" groups="tools,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001157 <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 -07001158
Michael Bestas8140ded2017-08-22 01:24:12 +03001159 <include name="snippets/lineage.xml" />
Alexander Martinzf25b9b12022-12-16 14:02:36 +01001160<!-- SHIFT
Michael Bestas730e0842022-08-13 15:31:03 +03001161 <include name="snippets/pixel.xml" />
Alexander Martinzf25b9b12022-12-16 14:02:36 +01001162-->
1163
1164 <!-- SHIFT at the end to override if needed -->
1165 <include name="snippets/shift.xml" />
Bharath0ea4c282023-09-01 16:39:43 +05301166
1167 <!-- Drop some unnecessary projects -->
1168 <include name="snippets/remove.xml" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -07001169</manifest>