blob: df2918aa921cd6b4812989d20c791cba906a15bd [file] [log] [blame]
The Android Open Source Project6cf16a52011-09-16 09:30:17 -07001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3
Chris Soyars834a50e2011-11-14 22:30:45 -05004 <remote name="github"
Koushik Dutta89acec72012-02-29 10:44:16 -08005 fetch=".."
Arne Coucherona3378352017-08-26 01:23:16 +02006 review="review.lineageos.org" />
Chris Soyars834a50e2011-11-14 22:30:45 -05007
Koushik Duttacfb4a862012-06-19 18:04:54 -07008 <remote name="private"
9 fetch="ssh://git@github.com" />
Koushik Dutta17837402012-06-19 17:57:28 -070010
Steve Kondik4f78f792016-08-29 17:22:33 -070011 <remote name="aosp"
12 fetch="https://android.googlesource.com"
Arne Coucherona3378352017-08-26 01:23:16 +020013 review="android-review.googlesource.com"
Michael Bestas2626bcf2023-06-13 22:34:24 +030014 revision="refs/tags/android-13.0.0_r52" />
Steve Kondik4f78f792016-08-29 17:22:33 -070015
Michael Bestasb61cf542022-08-23 02:12:49 +030016 <default revision="refs/heads/lineage-20.0"
Chris Soyars834a50e2011-11-14 22:30:45 -050017 remote="github"
Ricardo Cerqueira259d8c32012-10-25 01:12:37 +010018 sync-c="true"
Shawn O. Pearce92ae9062011-09-23 07:36:45 -070019 sync-j="4" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -070020
Michael Bestas2626bcf2023-06-13 22:34:24 +030021 <superproject name="platform/superproject" remote="aosp" revision="android-13.0.0_r52" />
Michael Bestas2fca1232021-10-05 16:18:45 +030022 <contactinfo bugurl="go/repo-bug" />
23
Steve Kondik4f78f792016-08-29 17:22:33 -070024 <!-- AOSP Projects -->
25
Michael Bestas2e916ba2021-10-06 20:10:04 +030026 <project path="build/make" name="LineageOS/android_build" groups="pdk" >
Michael Bestas8140ded2017-08-22 01:24:12 +030027 <linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
28 <linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" />
29 <linkfile src="core" dest="build/core" />
30 <linkfile src="envsetup.sh" dest="build/envsetup.sh" />
31 <linkfile src="target" dest="build/target" />
32 <linkfile src="tools" dest="build/tools" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -070033 </project>
Michael Bestas2fca1232021-10-05 16:18:45 +030034 <project path="build/bazel" name="platform/build/bazel" groups="pdk" remote="aosp" >
35 <linkfile src="bazel.WORKSPACE" dest="WORKSPACE" />
36 <linkfile src="bazel.sh" dest="tools/bazel" />
37 <linkfile src="bazel.BUILD" dest="BUILD" />
38 </project>
Michael Bestas5a12e0a2022-08-21 16:36:27 +030039 <project path="build/bazel_common_rules" name="platform/build/bazel_common_rules" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +030040 <project path="build/blueprint" name="platform/build/blueprint" groups="pdk,tradefed" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030041 <project path="build/pesto" name="platform/build/pesto" groups="pdk" remote="aosp" />
Michael Bestas2e916ba2021-10-06 20:10:04 +030042 <project path="build/soong" name="LineageOS/android_build_soong" groups="pdk,tradefed" >
Kevin F. Haggerty215d58a2018-08-20 07:59:13 -060043 <linkfile src="root.bp" dest="Android.bp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040044 <linkfile src="bootstrap.bash" dest="bootstrap.bash" />
45 </project>
Michael Bestas021a2fb2021-10-05 16:19:40 +030046 <project path="art" name="platform/art" groups="pdk" remote="aosp" />
Nolen Johnson51100ed2021-11-04 15:20:42 -040047 <project path="bionic" name="LineageOS/android_bionic" groups="pdk" />
Michael Bestase48924e2021-10-26 21:22:00 +030048 <project path="bootable/recovery" name="LineageOS/android_bootable_recovery" groups="pdk" />
Michael Bestas2fca1232021-10-05 16:18:45 +030049 <project path="bootable/libbootloader" name="platform/bootable/libbootloader" groups="vts,pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070050 <project path="cts" name="platform/cts" groups="cts,pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030051 <project path="dalvik" name="platform/dalvik" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
52 <project path="developers/build" name="platform/developers/build" groups="developers,pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +030053 <project path="development" name="platform/development" groups="developers,pdk-cw-fs,pdk-fs" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100054 <project path="device/common" name="device/common" groups="pdk-cw-fs,pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070055 <project path="device/generic/arm64" name="device/generic/arm64" groups="pdk" remote="aosp" />
56 <project path="device/generic/armv7-a-neon" name="device/generic/armv7-a-neon" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030057 <project path="device/generic/art" name="device/generic/art" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030058 <project path="device/generic/car" name="device/generic/car" groups="pdk" remote="aosp" />
Tom Pratta6c701c2022-03-13 10:37:54 +010059 <project path="device/generic/common" name="LineageOS/android_device_generic_common" groups="pdk" />
Michael Bestas021a2fb2021-10-05 16:19:40 +030060 <project path="device/generic/goldfish" name="device/generic/goldfish" groups="pdk" remote="aosp" />
61 <project path="device/generic/goldfish-opengl" name="device/generic/goldfish-opengl" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070062 <project path="device/generic/mini-emulator-arm64" name="device/generic/mini-emulator-arm64" groups="pdk" remote="aosp" />
63 <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 -070064 <project path="device/generic/mini-emulator-x86" name="device/generic/mini-emulator-x86" groups="pdk" remote="aosp" />
65 <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 +100066 <project path="device/generic/qemu" name="device/generic/qemu" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030067 <project path="device/generic/trusty" name="device/generic/trusty" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -080068 <project path="device/generic/uml" name="device/generic/uml" groups="device,pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070069 <project path="device/generic/x86" name="device/generic/x86" groups="pdk" remote="aosp" />
70 <project path="device/generic/x86_64" name="device/generic/x86_64" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030071 <project path="device/generic/vulkan-cereal" name="device/generic/vulkan-cereal" groups="pdk" remote="aosp" />
Nolen Johnson4219c032021-12-03 13:00:58 -050072 <project path="device/google/atv" name="LineageOS/android_device_google_atv" groups="device,broadcom_pdk,generic_fs,pdk" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030073 <project path="device/google/contexthub" name="device/google/contexthub" groups="device,pdk" remote="aosp" />
Tim Schumacher30890132021-07-11 18:30:54 +020074 <project path="device/google/cuttlefish" name="device/google/cuttlefish" groups="device,pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030075 <project path="device/google/cuttlefish_prebuilts" name="device/google/cuttlefish_prebuilts" groups="device,pdk" clone-depth="1" remote="aosp" />
Michael Bestasb1988bb2022-08-26 18:39:31 +030076 <project path="device/google/gs-common" name="device/google/gs-common" groups="device,slider,bluejay,pdk-gs-arm" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030077 <project path="device/google/vrservices" name="device/google/vrservices" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070078 <project path="device/sample" name="device/sample" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030079 <project path="external/aac" name="platform/external/aac" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030080 <project path="external/abseil-cpp" name="platform/external/abseil-cpp" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100081 <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 +030082 <project path="external/android-clat" name="platform/external/android-clat" groups="pdk" remote="aosp" />
83 <project path="external/androidplot" name="platform/external/androidplot" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030084 <project path="external/angle" name="platform/external/angle" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100085 <project path="external/ant-glob" name="platform/external/ant-glob" groups="pdk" remote="aosp" />
86 <project path="external/antlr" name="platform/external/antlr" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030087 <project path="external/apache-commons-bcel" name="platform/external/apache-commons-bcel" groups="pdk" remote="aosp" />
88 <project path="external/apache-commons-compress" name="platform/external/apache-commons-compress" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100089 <project path="external/apache-commons-math" name="platform/external/apache-commons-math" groups="pdk" remote="aosp" />
90 <project path="external/apache-harmony" name="platform/external/apache-harmony" groups="pdk" remote="aosp" />
Zhao Wei Liewaa2e5652016-12-12 12:21:53 +080091 <project path="external/apache-http" name="platform/external/apache-http" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070092 <project path="external/apache-xml" name="platform/external/apache-xml" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030093 <project path="external/arm-neon-tests" name="platform/external/arm-neon-tests" groups="vendor" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030094 <project path="external/arm-optimized-routines" name="platform/external/arm-optimized-routines" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030095 <project path="external/arm-trusted-firmware" name="platform/external/arm-trusted-firmware" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030096 <project path="external/auto" name="platform/external/auto" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100097 <project path="external/autotest" name="platform/external/autotest" groups="pdk-fs" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +030098 <project path="external/android-nn-driver" name="LineageOS/android_external_android-nn-driver" groups="pdk-lassen,pdk-gs-arm" />
99 <project path="external/armnn" name="LineageOS/android_external_armnn" groups="pdk-lassen,pdk-gs-arm" />
LuK133704841702022-12-04 13:08:25 +0100100 <project path="external/avb" name="LineageOS/android_external_avb" groups="pdk" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300101 <project path="external/bazelbuild-rules_android" name="platform/external/bazelbuild-rules_android" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300102 <project path="external/bazel-skylib" name="platform/external/bazel-skylib" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300103 <project path="external/bc" name="platform/external/bc" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300104 <project path="external/bcc" name="platform/external/bcc" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000105 <project path="external/blktrace" name="platform/external/blktrace" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300106 <project path="external/boringssl" name="platform/external/boringssl" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700107 <project path="external/bouncycastle" name="platform/external/bouncycastle" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300108 <project path="external/bpftool" name="platform/external/bpftool" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800109 <project path="external/brotli" name="platform/external/brotli" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700110 <project path="external/bsdiff" name="platform/external/bsdiff" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300111 <project path="external/bzip2" name="platform/external/bzip2" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000112 <project path="external/caliper" name="platform/external/caliper" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300113 <project path="external/capstone" name="platform/external/capstone" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300114 <project path="external/catch2" name="platform/external/catch2" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700115 <project path="external/cblas" name="platform/external/cblas" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300116 <project path="external/cbor-java" name="platform/external/cbor-java" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700117 <project path="external/chromium-trace" name="platform/external/chromium-trace" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700118 <project path="external/clang" name="platform/external/clang" groups="pdk" remote="aosp" />
Kevin F. Haggertyf4e16a12022-10-12 07:50:43 -0600119 <project path="external/cldr" name="LineageOS/android_external_cldr" groups="pdk" />
Michael Bestas961c3992018-08-07 03:05:34 +0300120 <project path="external/cn-cbor" name="platform/external/cn-cbor" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700121 <project path="external/compiler-rt" name="platform/external/compiler-rt" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300122 <project path="external/ComputeLibrary" name="platform/external/ComputeLibrary" groups="pdk-lassen,pdk-gs-arm" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300123 <project path="external/connectedappssdk" name="platform/external/connectedappssdk" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000124 <project path="external/conscrypt" name="platform/external/conscrypt" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300125 <project path="external/cpu_features" name="platform/external/cpu_features" groups="pdk" remote="aosp" />
126 <project path="external/cpuinfo" name="platform/external/cpuinfo" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000127 <project path="external/crcalc" name="platform/external/crcalc" groups="pdk" remote="aosp" />
128 <project path="external/cros/system_api" name="platform/external/cros/system_api" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300129 <project path="external/crosvm" name="platform/external/crosvm" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000130 <project path="external/curl" name="platform/external/curl" groups="pdk" remote="aosp" />
131 <project path="external/dagger2" name="platform/external/dagger2" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700132 <project path="external/deqp" name="platform/external/deqp" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300133 <project path="external/deqp-deps/SPIRV-Headers" name="platform/external/deqp-deps/SPIRV-Headers" groups="pdk-fs" remote="aosp" />
134 <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 +0300135 <project path="external/deqp-deps/amber" name="platform/external/deqp-deps/amber" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300136 <project path="external/deqp-deps/glslang" name="platform/external/deqp-deps/glslang" groups="pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300137 <project path="external/desugar" name="platform/external/desugar" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000138 <project path="external/dexmaker" name="platform/external/dexmaker" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000139 <project path="external/dlmalloc" name="platform/external/dlmalloc" groups="pdk" remote="aosp" />
140 <project path="external/dng_sdk" name="platform/external/dng_sdk" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700141 <project path="external/dnsmasq" name="platform/external/dnsmasq" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000142 <project path="external/doclava" name="platform/external/doclava" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300143 <project path="external/dokka" name="platform/external/dokka" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300144 <project path="external/downloader" name="platform/external/downloader" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000145 <project path="external/drm_hwcomposer" name="platform/external/drm_hwcomposer" groups="drm_hwcomposer,pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300146 <project path="external/dtc" name="platform/external/dtc" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300147 <project path="external/dynamic_depth" name="platform/external/dynamic_depth" groups="pdk" remote="aosp" />
Michael Bestase48924e2021-10-26 21:22:00 +0300148 <project path="external/e2fsprogs" name="LineageOS/android_external_e2fsprogs" groups="pdk" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000149 <project path="external/easymock" name="platform/external/easymock" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700150 <project path="external/eigen" name="platform/external/eigen" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300151 <project path="external/elfutils" name="platform/external/elfutils" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000152 <project path="external/emma" name="platform/external/emma" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300153 <project path="external/erofs-utils" name="platform/external/erofs-utils" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300154 <project path="external/error_prone" name="platform/external/error_prone" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300155 <project path="external/escapevelocity" name="platform/external/escapevelocity" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300156 <project path="external/ethtool" name="platform/external/ethtool" groups="pdk" remote="aosp" />
157 <project path="external/exoplayer" name="platform/external/exoplayer" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700158 <project path="external/expat" name="platform/external/expat" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300159 <project path="external/f2fs-tools" name="platform/external/f2fs-tools" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300160 <project path="external/fastrpc" name="platform/external/fastrpc" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700161 <project path="external/fdlibm" name="platform/external/fdlibm" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000162 <project path="external/fec" name="platform/external/fec" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300163 <project path="external/fft2d" name="platform/external/fft2d" groups="pdk" remote="aosp" />
164 <project path="external/firebase-messaging" name="platform/external/firebase-messaging" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300165 <project path="external/flac" name="platform/external/flac" groups="pdk" remote="aosp" />
166 <project path="external/flatbuffers" name="platform/external/flatbuffers" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300167 <project path="external/fmtlib" name="platform/external/fmtlib" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000168 <project path="external/fonttools" name="platform/external/fonttools" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300169 <project path="external/FP16" name="platform/external/FP16" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700170 <project path="external/freetype" name="platform/external/freetype" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300171 <project path="external/fsck_msdos" name="platform/external/fsck_msdos" groups="pdk" remote="aosp" />
172 <project path="external/fsverity-utils" name="platform/external/fsverity-utils" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300173 <project path="external/FXdiv" name="platform/external/FXdiv" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000174 <project path="external/gemmlowp" name="platform/external/gemmlowp" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300175 <project path="external/geojson-jackson" name="platform/external/geojson-jackson" groups="pdk" remote="aosp" />
176 <project path="external/geonames" name="platform/external/geonames" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300177 <project path="external/gflags" name="platform/external/gflags" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300178 <project path="external/gfxstream-protocols" name="platform/external/gfxstream-protocols" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700179 <project path="external/giflib" name="platform/external/giflib" groups="pdk,qcom_msm8x26" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000180 <project path="external/glide" name="platform/external/glide" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300181 <project path="external/go-cmp" name="platform/external/go-cmp" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300182 <project path="external/golang-protobuf" name="platform/external/golang-protobuf" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400183 <project path="external/google-benchmark" name="platform/external/google-benchmark" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300184 <project path="external/google-breakpad" name="platform/external/google-breakpad" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300185 <project path="external/google-fonts/arbutus-slab" name="platform/external/google-fonts/arbutus-slab" groups="pdk" remote="aosp" />
186 <project path="external/google-fonts/arvo" name="platform/external/google-fonts/arvo" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300187 <project path="external/google-fonts/barlow" name="platform/external/google-fonts/barlow" groups="pdk" remote="aosp" />
188 <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 +1000189 <project path="external/google-fonts/carrois-gothic-sc" name="platform/external/google-fonts/carrois-gothic-sc" groups="pdk" remote="aosp" />
190 <project path="external/google-fonts/coming-soon" name="platform/external/google-fonts/coming-soon" groups="pdk" remote="aosp" />
191 <project path="external/google-fonts/cutive-mono" name="platform/external/google-fonts/cutive-mono" groups="pdk" remote="aosp" />
192 <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 +0300193 <project path="external/google-fonts/fraunces" name="platform/external/google-fonts/fraunces" groups="pdk" remote="aosp" />
194 <project path="external/google-fonts/karla" name="platform/external/google-fonts/karla" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300195 <project path="external/google-fonts/lato" name="platform/external/google-fonts/lato" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300196 <project path="external/google-fonts/lustria" name="platform/external/google-fonts/lustria" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300197 <project path="external/google-fonts/rubik" name="platform/external/google-fonts/rubik" groups="pdk" remote="aosp" />
198 <project path="external/google-fonts/source-sans-pro" name="platform/external/google-fonts/source-sans-pro" groups="pdk" remote="aosp" />
199 <project path="external/google-fonts/zilla-slab" name="platform/external/google-fonts/zilla-slab" groups="pdk" remote="aosp" />
200 <project path="external/google-fruit" name="platform/external/google-fruit" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300201 <project path="external/google-java-format" name="platform/external/google-java-format" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300202 <project path="external/google-styleguide" name="platform/external/google-styleguide" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300203 <project path="external/googletest" name="platform/external/googletest" groups="pdk" remote="aosp" />
Michael Bestase48924e2021-10-26 21:22:00 +0300204 <project path="external/gptfdisk" name="LineageOS/android_external_gptfdisk" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300205 <project path="external/grpc-grpc" name="platform/external/grpc-grpc" groups="pdk,tradefed" remote="aosp" />
206 <project path="external/grpc-grpc-java" name="platform/external/grpc-grpc-java" groups="pdk,tradefed" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000207 <project path="external/guava" name="platform/external/guava" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300208 <project path="external/guice" name="platform/external/guice" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300209 <project path="external/gwp_asan" name="platform/external/gwp_asan" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000210 <project path="external/hamcrest" name="platform/external/hamcrest" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700211 <project path="external/harfbuzz_ng" name="platform/external/harfbuzz_ng" groups="pdk,qcom_msm8x26" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000212 <project path="external/hyphenation-patterns" name="platform/external/hyphenation-patterns" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300213 <project path="external/icing" name="platform/external/icing" groups="pdk" remote="aosp" />
Kevin F. Haggerty62ae0aa2022-09-16 02:31:59 -0600214 <project path="external/icu" name="LineageOS/android_external_icu" groups="pdk" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300215 <project path="external/igt-gpu-tools" name="platform/external/igt-gpu-tools" groups="pdk" remote="aosp" />
Steve Kondik7d087c72016-10-25 17:17:30 -0700216 <project path="external/ImageMagick" name="platform/external/ImageMagick" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300217 <project path="external/image_io" name="platform/external/image_io" groups="pdk" remote="aosp" />
Steve Kondik7d087c72016-10-25 17:17:30 -0700218 <project path="external/ims" name="platform/external/ims" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300219 <project path="external/iperf3" name="platform/external/iperf3" groups="pdk" remote="aosp" />
Zhao Wei Liewaa2e5652016-12-12 12:21:53 +0800220 <project path="external/iproute2" name="platform/external/iproute2" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300221 <project path="external/ipsec-tools" name="platform/external/ipsec-tools" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000222 <project path="external/iptables" name="platform/external/iptables" groups="pdk" remote="aosp" />
223 <project path="external/iputils" name="platform/external/iputils" groups="pdk" remote="aosp" />
224 <project path="external/iw" name="platform/external/iw" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300225 <project path="external/jackson-annotations" name="platform/external/jackson-annotations" groups="pdk" remote="aosp" />
226 <project path="external/jackson-core" name="platform/external/jackson-core" groups="pdk" remote="aosp" />
227 <project path="external/jackson-databind" name="platform/external/jackson-databind" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000228 <project path="external/jacoco" name="platform/external/jacoco" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700229 <project path="external/jarjar" name="platform/external/jarjar" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300230 <project path="external/javaparser" name="platform/external/javaparser" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300231 <project path="external/javapoet" name="platform/external/javapoet" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000232 <project path="external/javasqlite" name="platform/external/javasqlite" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300233 <project path="external/javassist" name="platform/external/javassist" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300234 <project path="external/jazzer-api" name="platform/external/jazzer-api" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400235 <project path="external/jcommander" name="platform/external/jcommander" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000236 <project path="external/jdiff" name="platform/external/jdiff" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300237 <project path="external/jemalloc_new" name="platform/external/jemalloc_new" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300238 <project path="external/jimfs" name="platform/external/jimfs" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300239 <project path="external/jline" name="platform/external/jline" groups="pdk,tradefed,pdk-fs" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000240 <project path="external/jsilver" name="platform/external/jsilver" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700241 <project path="external/jsmn" name="platform/external/jsmn" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000242 <project path="external/jsoncpp" name="platform/external/jsoncpp" groups="pdk" remote="aosp" />
243 <project path="external/jsr305" name="platform/external/jsr305" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400244 <project path="external/jsr330" name="platform/external/jsr330" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000245 <project path="external/junit" name="platform/external/junit" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300246 <project path="external/junit-params" name="platform/external/junit-params" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000247 <project path="external/kernel-headers" name="platform/external/kernel-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300248 <project path="external/kmod" name="platform/external/kmod" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300249 <project path="external/kotlinc" name="platform/external/kotlinc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300250 <project path="external/kotlinx.atomicfu" name="platform/external/kotlinx.atomicfu" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300251 <project path="external/kotlinx.coroutines" name="platform/external/kotlinx.coroutines" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300252 <project path="external/kotlinx.metadata" name="platform/external/kotlinx.metadata" groups="pdk" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200253 <project path="external/ktfmt" name="platform/external/ktfmt" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000254 <project path="external/ksoap2" name="platform/external/ksoap2" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300255 <project path="external/libabigail" name="platform/external/libabigail" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300256 <project path="external/libaom" name="platform/external/libaom" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700257 <project path="external/libavc" name="platform/external/libavc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800258 <project path="external/libbackup" name="platform/external/libbackup" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000259 <project path="external/libbrillo" name="platform/external/libbrillo" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300260 <project path="external/libbpf" name="platform/external/libbpf" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000261 <project path="external/libcap" name="platform/external/libcap" groups="pdk" remote="aosp" />
262 <project path="external/libcap-ng" name="platform/external/libcap-ng" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300263 <project path="external/libchrome" name="platform/external/libchrome" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300264 <project path="external/libchromeos-rs" name="platform/external/libchromeos-rs" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300265 <project path="external/libconfig" name="platform/external/libconfig" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300266 <project path="external/libcppbor" name="platform/external/libcppbor" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300267 <project path="external/libcups" name="platform/external/libcups" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Nolen Johnson958afbd2021-11-08 14:10:04 -0500268 <project path="external/libcxx" name="LineageOS/android_external_libcxx" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700269 <project path="external/libcxxabi" name="platform/external/libcxxabi" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400270 <project path="external/libdivsufsort" name="platform/external/libdivsufsort" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300271 <project path="external/libdrm" name="platform/external/libdrm" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300272 <project path="external/libepoxy" name="platform/external/libepoxy" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300273 <project path="external/libese" name="platform/external/libese" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000274 <project path="external/libevent" name="platform/external/libevent" groups="pdk" remote="aosp" />
275 <project path="external/libexif" name="platform/external/libexif" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300276 <project path="external/libffi" name="platform/external/libffi" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300277 <project path="external/libfuse" name="platform/external/libfuse" groups="pdk" remote="aosp" />
Michael Bestasaad75922019-10-25 20:11:55 +0300278 <project path="external/libgav1" name="platform/external/libgav1" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700279 <project path="external/libgsm" name="platform/external/libgsm" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300280 <project path="external/libhevc" name="platform/external/libhevc" groups="pdk" remote="aosp" />
281 <project path="external/libiio" name="platform/external/libiio" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400282 <project path="external/libjpeg-turbo" name="platform/external/libjpeg-turbo" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300283 <project path="external/libkmsxx" name="platform/external/libkmsxx" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300284 <project path="external/libldac" name="platform/external/libldac" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700285 <project path="external/libmpeg2" name="platform/external/libmpeg2" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800286 <project path="external/libnetfilter_conntrack" name="platform/external/libnetfilter_conntrack" groups="pdk" remote="aosp" />
287 <project path="external/libnfnetlink" name="platform/external/libnfnetlink" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700288 <project path="external/libnl" name="platform/external/libnl" groups="pdk" remote="aosp" />
289 <project path="external/libogg" name="platform/external/libogg" groups="pdk" remote="aosp" />
290 <project path="external/libopus" name="platform/external/libopus" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300291 <project path="external/libpalmrejection" name="platform/external/libpalmrejection" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000292 <project path="external/libpcap" name="platform/external/libpcap" groups="pdk" remote="aosp" />
293 <project path="external/libphonenumber" name="platform/external/libphonenumber" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300294 <project path="external/libpng" name="platform/external/libpng" groups="pdk" remote="aosp" />
295 <project path="external/libprotobuf-mutator" name="platform/external/libprotobuf-mutator" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300296 <project path="external/libsrtp2" name="platform/external/libsrtp2" groups="pdk" remote="aosp" />
297 <project path="external/libtextclassifier" name="platform/external/libtextclassifier" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300298 <project path="external/libtraceevent" name="platform/external/libtraceevent" groups="pdk" remote="aosp" />
299 <project path="external/libtracefs" name="platform/external/libtracefs" groups="pdk" remote="aosp" />
300 <project path="external/liburing" name="platform/external/liburing" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300301 <project path="external/libusb" name="platform/external/libusb" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300302 <project path="external/libutf" name="platform/external/libutf" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700303 <project path="external/libvpx" name="platform/external/libvpx" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300304 <project path="external/libwebm" name="platform/external/libwebm" groups="pdk" remote="aosp" />
305 <project path="external/libwebsockets" name="platform/external/libwebsockets" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300306 <project path="external/libxaac" name="platform/external/libxaac" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300307 <project path="external/libxkbcommon" name="platform/external/libxkbcommon" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000308 <project path="external/libxml2" name="platform/external/libxml2" groups="pdk,libxml2" remote="aosp" />
309 <project path="external/libyuv" name="platform/external/libyuv" groups="pdk,libyuv" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300310 <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 -0700311 <project path="external/llvm" name="platform/external/llvm" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800312 <project path="external/lmfit" name="platform/external/lmfit" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300313 <project path="external/lottie" name="platform/external/lottie" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300314 <project path="external/ltp" name="platform/external/ltp" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300315 <project path="external/lua" name="platform/external/lua" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000316 <project path="external/lz4" name="platform/external/lz4" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300317 <project path="external/lzma" name="platform/external/lzma" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300318 <project path="external/marisa-trie" name="platform/external/marisa-trie" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000319 <project path="external/markdown" name="platform/external/markdown" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700320 <project path="external/mdnsresponder" name="platform/external/mdnsresponder" groups="pdk" remote="aosp" />
321 <project path="external/mesa3d" name="platform/external/mesa3d" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300322 <project path="external/mime-support" name="platform/external/mime-support" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300323 <project path="external/minigbm" name="platform/external/minigbm" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000324 <project path="external/minijail" name="platform/external/minijail" groups="pdk" remote="aosp" />
Michael Bestase48924e2021-10-26 21:22:00 +0300325 <project path="external/mksh" name="LineageOS/android_external_mksh" groups="pdk" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300326 <project path="external/mobly-bundled-snippets" name="platform/external/mobly-bundled-snippets" groups="pdk" remote="aosp" />
327 <project path="external/mobly-snippet-lib" name="platform/external/mobly-snippet-lib" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000328 <project path="external/mockftpserver" name="platform/external/mockftpserver" groups="pdk" remote="aosp" />
329 <project path="external/mockito" name="platform/external/mockito" groups="pdk" remote="aosp" />
330 <project path="external/mockwebserver" name="platform/external/mockwebserver" groups="pdk" remote="aosp" />
331 <project path="external/modp_b64" name="platform/external/modp_b64" groups="pdk" remote="aosp" />
332 <project path="external/mp4parser" name="platform/external/mp4parser" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300333 <project path="external/ms-tpm-20-ref" name="platform/external/ms-tpm-20-ref" groups="pdk" remote="aosp" />
334 <project path="external/mtools" name="platform/external/mtools" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000335 <project path="external/mtpd" name="platform/external/mtpd" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300336 <project path="external/musl" name="platform/external/musl" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000337 <project path="external/nanohttpd" name="platform/external/nanohttpd" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700338 <project path="external/nanopb-c" name="platform/external/nanopb-c" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000339 <project path="external/naver-fonts" name="platform/external/naver-fonts" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300340 <project path="external/neon_2_sse" name="platform/external/neon_2_sse" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000341 <project path="external/neven" name="platform/external/neven" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300342 <project path="external/newfs_msdos" name="platform/external/newfs_msdos" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000343 <project path="external/nist-pkits" name="platform/external/nist-pkits" groups="pdk" remote="aosp" />
344 <project path="external/nist-sip" name="platform/external/nist-sip" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300345 <project path="external/nos/host/generic" name="platform/external/nos/host/generic" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700346 <project path="external/noto-fonts" name="platform/external/noto-fonts" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300347 <project path="external/nullaway" name="platform/external/nullaway" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000348 <project path="external/oauth" name="platform/external/oauth" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300349 <project path="external/obex" name="platform/external/obex" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000350 <project path="external/objenesis" name="platform/external/objenesis" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300351 <project path="external/oboe" name="platform/external/oboe" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300352 <project path="external/obstack" name="platform/external/obstack" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300353 <project path="external/oj-libjdwp" name="platform/external/oj-libjdwp" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300354 <project path="external/okhttp" name="platform/external/okhttp" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300355 <project path="external/okhttp4" name="platform/external/okhttp4" groups="pdk" remote="aosp" />
356 <project path="external/okio" name="platform/external/okio" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300357 <project path="external/one-true-awk" name="platform/external/one-true-awk" groups="pdk" remote="aosp" />
358 <project path="external/opencensus-java" name="platform/external/opencensus-java" groups="pdk,tradefed" remote="aosp" />
Michael Bestasb7659012020-12-08 21:22:55 +0200359 <project path="external/OpenCL-CTS" name="platform/external/OpenCL-CTS" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300360 <project path="external/OpenCSD" name="platform/external/OpenCSD" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300361 <project path="external/open-dice" name="platform/external/open-dice" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300362 <project path="external/openscreen" name="platform/external/openscreen" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300363 <project path="external/openwrt-prebuilts" name="platform/external/openwrt-prebuilts" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300364 <project path="external/oss-fuzz" name="platform/external/oss-fuzz" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000365 <project path="external/owasp/sanitizer" name="platform/external/owasp/sanitizer" groups="pdk" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200366 <project path="external/pandora/avatar" name="platform/external/pandora/avatar" groups="pdk" remote="aosp" />
367 <project path="external/pandora/bt-test-interfaces" name="platform/external/pandora/bt-test-interfaces" groups="pdk" remote="aosp" />
368 <project path="external/pandora/mmi2grpc" name="platform/external/pandora/mmi2grpc" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000369 <project path="external/parameter-framework" name="platform/external/parameter-framework" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700370 <project path="external/pcre" name="platform/external/pcre" groups="pdk" remote="aosp" />
371 <project path="external/pdfium" name="platform/external/pdfium" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300372 <project path="external/perfetto" name="platform/external/perfetto" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300373 <project path="external/pffft" name="platform/external/pffft" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000374 <project path="external/piex" name="platform/external/piex" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300375 <project path="external/pigweed" name="platform/external/pigweed" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800376 <project path="external/ply" name="platform/external/ply" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300377 <project path="external/ppp" name="platform/external/ppp" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300378 <project path="external/proguard" name="platform/external/proguard" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700379 <project path="external/protobuf" name="platform/external/protobuf" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300380 <project path="external/psimd" name="platform/external/psimd" groups="pdk" remote="aosp" />
381 <project path="external/pthreadpool" name="platform/external/pthreadpool" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300382 <project path="external/puffin" name="platform/external/puffin" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300383 <project path="external/python/apitools" name="platform/external/python/apitools" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300384 <project path="external/python/asn1crypto" name="platform/external/python/asn1crypto" groups="pdk" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200385 <project path="external/python/bumble" name="platform/external/python/bumble" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300386 <project path="external/python/cachetools" name="platform/external/python/cachetools" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300387 <project path="external/python/cffi" name="platform/external/python/cffi" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800388 <project path="external/python/cpython2" name="platform/external/python/cpython2" groups="pdk" remote="aosp" />
389 <project path="external/python/cpython3" name="platform/external/python/cpython3" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300390 <project path="external/python/cryptography" name="platform/external/python/cryptography" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300391 <project path="external/python/dateutil" name="platform/external/python/dateutil" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300392 <project path="external/python/enum34" name="platform/external/python/enum34" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300393 <project path="external/python/funcsigs" name="platform/external/python/funcsigs" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300394 <project path="external/python/futures" name="platform/external/python/futures" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300395 <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 +0300396 <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 +0300397 <project path="external/python/httplib2" name="platform/external/python/httplib2" groups="vts,pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300398 <project path="external/python/ipaddress" name="platform/external/python/ipaddress" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300399 <project path="external/python/jinja" name="platform/external/python/jinja" groups="pdk" remote="aosp" />
400 <project path="external/python/markupsafe" name="platform/external/python/markupsafe" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300401 <project path="external/python/mobly" name="platform/external/python/mobly" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300402 <project path="external/python/oauth2client" name="platform/external/python/oauth2client" groups="vts,pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300403 <project path="external/python/parse_type" name="platform/external/python/parse_type" groups="vts,pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300404 <project path="external/python/portpicker" name="platform/external/python/portpicker" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300405 <project path="external/python/pyasn1" name="platform/external/python/pyasn1" groups="vts,pdk" remote="aosp" />
406 <project path="external/python/pyasn1-modules" name="platform/external/python/pyasn1-modules" groups="vts,pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300407 <project path="external/python/pybind11" name="platform/external/python/pybind11" groups="pdk" remote="aosp" />
408 <project path="external/python/pycparser" name="platform/external/python/pycparser" groups="pdk" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200409 <project path="external/python/pyee" name="platform/external/python/pyee" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300410 <project path="external/python/pyfakefs" name="platform/external/python/pyfakefs" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300411 <project path="external/python/pyopenssl" name="platform/external/python/pyopenssl" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300412 <project path="external/python/pyserial" name="platform/external/python/pyserial" groups="pdk" remote="aosp" />
413 <project path="external/python/python-api-core" name="platform/external/python/python-api-core" groups="pdk" remote="aosp" />
414 <project path="external/python/pyyaml" name="platform/external/python/pyyaml" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300415 <project path="external/python/rsa" name="platform/external/python/rsa" groups="vts,pdk" remote="aosp" />
416 <project path="external/python/setuptools" name="platform/external/python/setuptools" groups="vts,pdk" remote="aosp" />
417 <project path="external/python/six" name="platform/external/python/six" groups="vts,pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300418 <project path="external/python/timeout-decorator" name="platform/external/python/timeout-decorator" groups="pdk" remote="aosp" />
419 <project path="external/python/typing" name="platform/external/python/typing" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300420 <project path="external/python/uritemplates" name="platform/external/python/uritemplates" groups="vts,pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300421 <project path="external/rappor" name="platform/external/rappor" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300422 <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 +1000423 <project path="external/replicaisland" name="platform/external/replicaisland" groups="pdk" remote="aosp" />
424 <project path="external/rmi4utils" name="platform/external/rmi4utils" groups="pdk" remote="aosp" />
Michael Bestas757f4052023-03-14 02:29:40 +0200425 <project path="external/robolectric" name="platform/external/robolectric" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300426 <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 +1000427 <project path="external/roboto-fonts" name="platform/external/roboto-fonts" groups="pdk" remote="aosp" />
428 <project path="external/rootdev" name="platform/external/rootdev" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300429 <project path="external/Reactive-Extensions/RxCpp" name="platform/external/Reactive-Extensions/RxCpp" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300430 <project path="external/rnnoise" name="platform/external/rnnoise" groups="pdk" remote="aosp" />
431 <project path="external/rust/crates/ahash" name="platform/external/rust/crates/ahash" groups="pdk" remote="aosp" />
432 <project path="external/rust/crates/aho-corasick" name="platform/external/rust/crates/aho-corasick" groups="pdk" remote="aosp" />
433 <project path="external/rust/crates/android_logger" name="platform/external/rust/crates/android_logger" groups="pdk" remote="aosp" />
434 <project path="external/rust/crates/android_log-sys" name="platform/external/rust/crates/android_log-sys" groups="pdk" remote="aosp" />
435 <project path="external/rust/crates/anyhow" name="platform/external/rust/crates/anyhow" groups="pdk" remote="aosp" />
436 <project path="external/rust/crates/arbitrary" name="platform/external/rust/crates/arbitrary" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300437 <project path="external/rust/crates/argh" name="platform/external/rust/crates/argh" groups="pdk" remote="aosp" />
438 <project path="external/rust/crates/argh_derive" name="platform/external/rust/crates/argh_derive" groups="pdk" remote="aosp" />
439 <project path="external/rust/crates/argh_shared" name="platform/external/rust/crates/argh_shared" groups="pdk" remote="aosp" />
440 <project path="external/rust/crates/ash" name="platform/external/rust/crates/ash" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300441 <project path="external/rust/crates/async-stream" name="platform/external/rust/crates/async-stream" groups="pdk" remote="aosp" />
442 <project path="external/rust/crates/async-stream-impl" name="platform/external/rust/crates/async-stream-impl" groups="pdk" remote="aosp" />
443 <project path="external/rust/crates/async-task" name="platform/external/rust/crates/async-task" groups="pdk" remote="aosp" />
444 <project path="external/rust/crates/async-trait" name="platform/external/rust/crates/async-trait" groups="pdk" remote="aosp" />
445 <project path="external/rust/crates/atty" name="platform/external/rust/crates/atty" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300446 <project path="external/rust/crates/base64" name="platform/external/rust/crates/base64" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300447 <project path="external/rust/crates/bencher" name="platform/external/rust/crates/bencher" groups="pdk" remote="aosp" />
448 <project path="external/rust/crates/bindgen" name="platform/external/rust/crates/bindgen" groups="pdk" remote="aosp" />
449 <project path="external/rust/crates/bitflags" name="platform/external/rust/crates/bitflags" groups="pdk" remote="aosp" />
450 <project path="external/rust/crates/bstr" name="platform/external/rust/crates/bstr" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300451 <project path="external/rust/crates/byteorder" name="platform/external/rust/crates/byteorder" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300452 <project path="external/rust/crates/bytes" name="platform/external/rust/crates/bytes" groups="pdk" remote="aosp" />
453 <project path="external/rust/crates/cast" name="platform/external/rust/crates/cast" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300454 <project path="external/rust/crates/cesu8" name="platform/external/rust/crates/cesu8" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300455 <project path="external/rust/crates/cexpr" name="platform/external/rust/crates/cexpr" groups="pdk" remote="aosp" />
456 <project path="external/rust/crates/cfg-if" name="platform/external/rust/crates/cfg-if" groups="pdk" remote="aosp" />
457 <project path="external/rust/crates/chrono" name="platform/external/rust/crates/chrono" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300458 <project path="external/rust/crates/ciborium" name="platform/external/rust/crates/ciborium" groups="pdk" remote="aosp" />
459 <project path="external/rust/crates/ciborium-io" name="platform/external/rust/crates/ciborium-io" groups="pdk" remote="aosp" />
460 <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 +0300461 <project path="external/rust/crates/clang-sys" name="platform/external/rust/crates/clang-sys" groups="pdk" remote="aosp" />
462 <project path="external/rust/crates/clap" name="platform/external/rust/crates/clap" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300463 <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 +0300464 <project path="external/rust/crates/combine" name="platform/external/rust/crates/combine" groups="pdk" remote="aosp" />
465 <project path="external/rust/crates/command-fds" name="platform/external/rust/crates/command-fds" groups="pdk" remote="aosp" />
466 <project path="external/rust/crates/coset" name="platform/external/rust/crates/coset" groups="pdk" remote="aosp" />
467 <project path="external/rust/crates/crc32fast" name="platform/external/rust/crates/crc32fast" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300468 <project path="external/rust/crates/criterion" name="platform/external/rust/crates/criterion" groups="pdk" remote="aosp" />
469 <project path="external/rust/crates/criterion-plot" name="platform/external/rust/crates/criterion-plot" groups="pdk" remote="aosp" />
470 <project path="external/rust/crates/crossbeam-channel" name="platform/external/rust/crates/crossbeam-channel" groups="pdk" remote="aosp" />
471 <project path="external/rust/crates/crossbeam-deque" name="platform/external/rust/crates/crossbeam-deque" groups="pdk" remote="aosp" />
472 <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 +0300473 <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 +0300474 <project path="external/rust/crates/crossbeam-utils" name="platform/external/rust/crates/crossbeam-utils" groups="pdk" remote="aosp" />
475 <project path="external/rust/crates/csv" name="platform/external/rust/crates/csv" groups="pdk" remote="aosp" />
476 <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 +0300477 <project path="external/rust/crates/der-oid-macro" name="platform/external/rust/crates/der-oid-macro" groups="pdk" remote="aosp" />
478 <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 +0300479 <project path="external/rust/crates/derive_arbitrary" name="platform/external/rust/crates/derive_arbitrary" groups="pdk" remote="aosp" />
480 <project path="external/rust/crates/downcast-rs" name="platform/external/rust/crates/downcast-rs" groups="pdk" remote="aosp" />
481 <project path="external/rust/crates/either" name="platform/external/rust/crates/either" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300482 <project path="external/rust/crates/enumn" name="platform/external/rust/crates/enumn" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300483 <project path="external/rust/crates/env_logger" name="platform/external/rust/crates/env_logger" groups="pdk" remote="aosp" />
484 <project path="external/rust/crates/fallible-iterator" name="platform/external/rust/crates/fallible-iterator" groups="pdk" remote="aosp" />
485 <project path="external/rust/crates/fallible-streaming-iterator" name="platform/external/rust/crates/fallible-streaming-iterator" groups="pdk" remote="aosp" />
486 <project path="external/rust/crates/flate2" name="platform/external/rust/crates/flate2" groups="pdk" remote="aosp" />
487 <project path="external/rust/crates/fnv" name="platform/external/rust/crates/fnv" groups="pdk" remote="aosp" />
488 <project path="external/rust/crates/form_urlencoded" name="platform/external/rust/crates/form_urlencoded" groups="pdk" remote="aosp" />
489 <project path="external/rust/crates/futures" name="platform/external/rust/crates/futures" groups="pdk" remote="aosp" />
490 <project path="external/rust/crates/futures-channel" name="platform/external/rust/crates/futures-channel" groups="pdk" remote="aosp" />
491 <project path="external/rust/crates/futures-core" name="platform/external/rust/crates/futures-core" groups="pdk" remote="aosp" />
492 <project path="external/rust/crates/futures-executor" name="platform/external/rust/crates/futures-executor" groups="pdk" remote="aosp" />
493 <project path="external/rust/crates/futures-io" name="platform/external/rust/crates/futures-io" groups="pdk" remote="aosp" />
494 <project path="external/rust/crates/futures-macro" name="platform/external/rust/crates/futures-macro" groups="pdk" remote="aosp" />
495 <project path="external/rust/crates/futures-sink" name="platform/external/rust/crates/futures-sink" groups="pdk" remote="aosp" />
496 <project path="external/rust/crates/futures-task" name="platform/external/rust/crates/futures-task" groups="pdk" remote="aosp" />
497 <project path="external/rust/crates/futures-util" name="platform/external/rust/crates/futures-util" groups="pdk" remote="aosp" />
498 <project path="external/rust/crates/gdbstub" name="platform/external/rust/crates/gdbstub" groups="pdk" remote="aosp" />
Michael Bestas04d9fa62022-03-07 22:27:21 +0200499 <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 +0300500 <project path="external/rust/crates/getrandom" name="platform/external/rust/crates/getrandom" groups="pdk" remote="aosp" />
501 <project path="external/rust/crates/glob" name="platform/external/rust/crates/glob" groups="pdk" remote="aosp" />
502 <project path="external/rust/crates/grpcio" name="platform/external/rust/crates/grpcio" groups="pdk" remote="aosp" />
503 <project path="external/rust/crates/grpcio-compiler" name="platform/external/rust/crates/grpcio-compiler" groups="pdk" remote="aosp" />
504 <project path="external/rust/crates/grpcio-sys" name="platform/external/rust/crates/grpcio-sys" groups="pdk" remote="aosp" />
505 <project path="external/rust/crates/half" name="platform/external/rust/crates/half" groups="pdk" remote="aosp" />
506 <project path="external/rust/crates/hashbrown" name="platform/external/rust/crates/hashbrown" groups="pdk" remote="aosp" />
507 <project path="external/rust/crates/hashlink" name="platform/external/rust/crates/hashlink" groups="pdk" remote="aosp" />
508 <project path="external/rust/crates/heck" name="platform/external/rust/crates/heck" groups="pdk" remote="aosp" />
509 <project path="external/rust/crates/idna" name="platform/external/rust/crates/idna" groups="pdk" remote="aosp" />
510 <project path="external/rust/crates/instant" name="platform/external/rust/crates/instant" groups="pdk" remote="aosp" />
511 <project path="external/rust/crates/intrusive-collections" name="platform/external/rust/crates/intrusive-collections" groups="pdk" remote="aosp" />
512 <project path="external/rust/crates/itertools" name="platform/external/rust/crates/itertools" groups="pdk" remote="aosp" />
513 <project path="external/rust/crates/itoa" name="platform/external/rust/crates/itoa" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300514 <project path="external/rust/crates/jni" name="platform/external/rust/crates/jni" groups="pdk" remote="aosp" />
515 <project path="external/rust/crates/jni-sys" name="platform/external/rust/crates/jni-sys" groups="pdk" remote="aosp" />
516 <project path="external/rust/crates/kernlog" name="platform/external/rust/crates/kernlog" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300517 <project path="external/rust/crates/lazy_static" name="platform/external/rust/crates/lazy_static" groups="pdk" remote="aosp" />
518 <project path="external/rust/crates/lazycell" name="platform/external/rust/crates/lazycell" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300519 <project path="external/rust/crates/libc" name="platform/external/rust/crates/libc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300520 <project path="external/rust/crates/libfuzzer-sys" name="platform/external/rust/crates/libfuzzer-sys" groups="pdk" remote="aosp" />
521 <project path="external/rust/crates/libloading" name="platform/external/rust/crates/libloading" groups="pdk" remote="aosp" />
522 <project path="external/rust/crates/libm" name="platform/external/rust/crates/libm" groups="pdk" remote="aosp" />
523 <project path="external/rust/crates/libsqlite3-sys" name="platform/external/rust/crates/libsqlite3-sys" groups="pdk" remote="aosp" />
524 <project path="external/rust/crates/libz-sys" name="platform/external/rust/crates/libz-sys" groups="pdk" remote="aosp" />
525 <project path="external/rust/crates/linked-hash-map" name="platform/external/rust/crates/linked-hash-map" groups="pdk" remote="aosp" />
526 <project path="external/rust/crates/lock_api" name="platform/external/rust/crates/lock_api" groups="pdk" remote="aosp" />
527 <project path="external/rust/crates/log" name="platform/external/rust/crates/log" groups="pdk" remote="aosp" />
528 <project path="external/rust/crates/lru-cache" name="platform/external/rust/crates/lru-cache" groups="pdk" remote="aosp" />
529 <project path="external/rust/crates/macaddr" name="platform/external/rust/crates/macaddr" groups="pdk" remote="aosp" />
530 <project path="external/rust/crates/managed" name="platform/external/rust/crates/managed" groups="pdk" remote="aosp" />
531 <project path="external/rust/crates/matches" name="platform/external/rust/crates/matches" groups="pdk" remote="aosp" />
532 <project path="external/rust/crates/memchr" name="platform/external/rust/crates/memchr" groups="pdk" remote="aosp" />
533 <project path="external/rust/crates/memoffset" name="platform/external/rust/crates/memoffset" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300534 <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 +0300535 <project path="external/rust/crates/mio" name="platform/external/rust/crates/mio" groups="pdk" remote="aosp" />
536 <project path="external/rust/crates/nix" name="platform/external/rust/crates/nix" groups="pdk" remote="aosp" />
537 <project path="external/rust/crates/no-panic" name="platform/external/rust/crates/no-panic" groups="pdk" remote="aosp" />
538 <project path="external/rust/crates/nom" name="platform/external/rust/crates/nom" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300539 <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 +0300540 <project path="external/rust/crates/num-derive" name="platform/external/rust/crates/num-derive" groups="pdk" remote="aosp" />
541 <project path="external/rust/crates/num-integer" name="platform/external/rust/crates/num-integer" groups="pdk" remote="aosp" />
542 <project path="external/rust/crates/num-traits" name="platform/external/rust/crates/num-traits" groups="pdk" remote="aosp" />
543 <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 +0300544 <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 +0300545 <project path="external/rust/crates/once_cell" name="platform/external/rust/crates/once_cell" groups="pdk" remote="aosp" />
546 <project path="external/rust/crates/oorandom" name="platform/external/rust/crates/oorandom" groups="pdk" remote="aosp" />
547 <project path="external/rust/crates/parking_lot" name="platform/external/rust/crates/parking_lot" groups="pdk" remote="aosp" />
548 <project path="external/rust/crates/parking_lot_core" name="platform/external/rust/crates/parking_lot_core" groups="pdk" remote="aosp" />
549 <project path="external/rust/crates/paste" name="platform/external/rust/crates/paste" groups="pdk" remote="aosp" />
550 <project path="external/rust/crates/peeking_take_while" name="platform/external/rust/crates/peeking_take_while" groups="pdk" remote="aosp" />
551 <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 +0300552 <project path="external/rust/crates/pest" name="platform/external/rust/crates/pest" groups="pdk" remote="aosp" />
553 <project path="external/rust/crates/pest_derive" name="platform/external/rust/crates/pest_derive" groups="pdk" remote="aosp" />
554 <project path="external/rust/crates/pest_generator" name="platform/external/rust/crates/pest_generator" groups="pdk" remote="aosp" />
555 <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 +0300556 <project path="external/rust/crates/pin-project" name="platform/external/rust/crates/pin-project" groups="pdk" remote="aosp" />
557 <project path="external/rust/crates/pin-project-internal" name="platform/external/rust/crates/pin-project-internal" groups="pdk" remote="aosp" />
558 <project path="external/rust/crates/pin-project-lite" name="platform/external/rust/crates/pin-project-lite" groups="pdk" remote="aosp" />
559 <project path="external/rust/crates/pin-utils" name="platform/external/rust/crates/pin-utils" groups="pdk" remote="aosp" />
560 <project path="external/rust/crates/plotters" name="platform/external/rust/crates/plotters" groups="pdk" remote="aosp" />
561 <project path="external/rust/crates/plotters-backend" name="platform/external/rust/crates/plotters-backend" groups="pdk" remote="aosp" />
562 <project path="external/rust/crates/plotters-svg" name="platform/external/rust/crates/plotters-svg" groups="pdk" remote="aosp" />
563 <project path="external/rust/crates/ppv-lite86" name="platform/external/rust/crates/ppv-lite86" groups="pdk" remote="aosp" />
564 <project path="external/rust/crates/proc-macro-error" name="platform/external/rust/crates/proc-macro-error" groups="pdk" remote="aosp" />
565 <project path="external/rust/crates/proc-macro-error-attr" name="platform/external/rust/crates/proc-macro-error-attr" groups="pdk" remote="aosp" />
566 <project path="external/rust/crates/proc-macro-hack" name="platform/external/rust/crates/proc-macro-hack" groups="pdk" remote="aosp" />
567 <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 +0300568 <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 +0300569 <project path="external/rust/crates/protobuf" name="platform/external/rust/crates/protobuf" groups="pdk" remote="aosp" />
570 <project path="external/rust/crates/protobuf-codegen" name="platform/external/rust/crates/protobuf-codegen" groups="pdk" remote="aosp" />
571 <project path="external/rust/crates/quiche" name="platform/external/rust/crates/quiche" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300572 <project path="external/rust/crates/quickcheck" name="platform/external/rust/crates/quickcheck" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300573 <project path="external/rust/crates/quote" name="platform/external/rust/crates/quote" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300574 <project path="external/rust/crates/rand" name="platform/external/rust/crates/rand" groups="pdk" remote="aosp" />
575 <project path="external/rust/crates/rand_chacha" name="platform/external/rust/crates/rand_chacha" groups="pdk" remote="aosp" />
576 <project path="external/rust/crates/rand_core" name="platform/external/rust/crates/rand_core" groups="pdk" remote="aosp" />
577 <project path="external/rust/crates/rand_xorshift" name="platform/external/rust/crates/rand_xorshift" groups="pdk" remote="aosp" />
578 <project path="external/rust/crates/rayon" name="platform/external/rust/crates/rayon" groups="pdk" remote="aosp" />
579 <project path="external/rust/crates/rayon-core" name="platform/external/rust/crates/rayon-core" groups="pdk" remote="aosp" />
580 <project path="external/rust/crates/regex" name="platform/external/rust/crates/regex" groups="pdk" remote="aosp" />
581 <project path="external/rust/crates/regex-automata" name="platform/external/rust/crates/regex-automata" groups="pdk" remote="aosp" />
582 <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 +0300583 <project path="external/rust/crates/remain" name="platform/external/rust/crates/remain" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300584 <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 +0300585 <project path="external/rust/crates/ring" name="platform/external/rust/crates/ring" groups="pdk" remote="aosp" />
586 <project path="external/rust/crates/rusqlite" name="platform/external/rust/crates/rusqlite" groups="pdk" remote="aosp" />
587 <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 +0300588 <project path="external/rust/crates/rusticata-macros" name="platform/external/rust/crates/rusticata-macros" groups="pdk" remote="aosp" />
589 <project path="external/rust/crates/rustc-demangle" name="platform/external/rust/crates/rustc-demangle" groups="pdk" remote="aosp" />
590 <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 +0300591 <project path="external/rust/crates/rustversion" name="platform/external/rust/crates/rustversion" groups="pdk" remote="aosp" />
592 <project path="external/rust/crates/ryu" name="platform/external/rust/crates/ryu" groups="pdk" remote="aosp" />
593 <project path="external/rust/crates/same-file" name="platform/external/rust/crates/same-file" groups="pdk" remote="aosp" />
594 <project path="external/rust/crates/scopeguard" name="platform/external/rust/crates/scopeguard" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300595 <project path="external/rust/crates/semver" name="platform/external/rust/crates/semver" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300596 <project path="external/rust/crates/serde" name="platform/external/rust/crates/serde" groups="pdk" remote="aosp" />
597 <project path="external/rust/crates/serde_cbor" name="platform/external/rust/crates/serde_cbor" groups="pdk" remote="aosp" />
598 <project path="external/rust/crates/serde_derive" name="platform/external/rust/crates/serde_derive" groups="pdk" remote="aosp" />
599 <project path="external/rust/crates/serde_json" name="platform/external/rust/crates/serde_json" groups="pdk" remote="aosp" />
600 <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 +0300601 <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 +0300602 <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 +0300603 <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 +0300604 <project path="external/rust/crates/shlex" name="platform/external/rust/crates/shlex" groups="pdk" remote="aosp" />
605 <project path="external/rust/crates/slab" name="platform/external/rust/crates/slab" groups="pdk" remote="aosp" />
606 <project path="external/rust/crates/smallvec" name="platform/external/rust/crates/smallvec" groups="pdk" remote="aosp" />
607 <project path="external/rust/crates/spin" name="platform/external/rust/crates/spin" groups="pdk" remote="aosp" />
608 <project path="external/rust/crates/structopt" name="platform/external/rust/crates/structopt" groups="pdk" remote="aosp" />
609 <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 +0300610 <project path="external/rust/crates/syn" name="platform/external/rust/crates/syn" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300611 <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 +0300612 <project path="external/rust/crates/tempfile" name="platform/external/rust/crates/tempfile" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300613 <project path="external/rust/crates/termcolor" name="platform/external/rust/crates/termcolor" groups="pdk" remote="aosp" />
614 <project path="external/rust/crates/textwrap" name="platform/external/rust/crates/textwrap" groups="pdk" remote="aosp" />
615 <project path="external/rust/crates/thiserror" name="platform/external/rust/crates/thiserror" groups="pdk" remote="aosp" />
616 <project path="external/rust/crates/thiserror-impl" name="platform/external/rust/crates/thiserror-impl" groups="pdk" remote="aosp" />
617 <project path="external/rust/crates/thread_local" name="platform/external/rust/crates/thread_local" groups="pdk" remote="aosp" />
618 <project path="external/rust/crates/tinytemplate" name="platform/external/rust/crates/tinytemplate" groups="pdk" remote="aosp" />
619 <project path="external/rust/crates/tinyvec" name="platform/external/rust/crates/tinyvec" groups="pdk" remote="aosp" />
620 <project path="external/rust/crates/tinyvec_macros" name="platform/external/rust/crates/tinyvec_macros" groups="pdk" remote="aosp" />
621 <project path="external/rust/crates/tokio" name="platform/external/rust/crates/tokio" groups="pdk" remote="aosp" />
622 <project path="external/rust/crates/tokio-macros" name="platform/external/rust/crates/tokio-macros" groups="pdk" remote="aosp" />
623 <project path="external/rust/crates/tokio-stream" name="platform/external/rust/crates/tokio-stream" groups="pdk" remote="aosp" />
624 <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 +0300625 <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 +0300626 <project path="external/rust/crates/unicode-bidi" name="platform/external/rust/crates/unicode-bidi" groups="pdk" remote="aosp" />
627 <project path="external/rust/crates/unicode-normalization" name="platform/external/rust/crates/unicode-normalization" groups="pdk" remote="aosp" />
628 <project path="external/rust/crates/unicode-segmentation" name="platform/external/rust/crates/unicode-segmentation" groups="pdk" remote="aosp" />
629 <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 +0300630 <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 +0300631 <project path="external/rust/crates/untrusted" name="platform/external/rust/crates/untrusted" groups="pdk" remote="aosp" />
632 <project path="external/rust/crates/url" name="platform/external/rust/crates/url" groups="pdk" remote="aosp" />
633 <project path="external/rust/crates/uuid" name="platform/external/rust/crates/uuid" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300634 <project path="external/rust/crates/vsock" name="platform/external/rust/crates/vsock" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300635 <project path="external/rust/crates/vulkano" name="platform/external/rust/crates/vulkano" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300636 <project path="external/rust/crates/walkdir" name="platform/external/rust/crates/walkdir" groups="pdk" remote="aosp" />
637 <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 +0300638 <project path="external/rust/crates/webpki" name="platform/external/rust/crates/webpki" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300639 <project path="external/rust/crates/which" name="platform/external/rust/crates/which" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300640 <project path="external/rust/crates/x509-parser" name="platform/external/rust/crates/x509-parser" groups="pdk" remote="aosp" />
641 <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 +0300642 <project path="external/rust/crates/zip" name="platform/external/rust/crates/zip" groups="pdk" remote="aosp" />
643 <project path="external/rust/cxx" name="platform/external/rust/cxx" groups="pdk" remote="aosp" />
644 <project path="external/ruy" name="platform/external/ruy" groups="pdk" remote="aosp" />
645 <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 +0300646 <project path="external/scapy" name="platform/external/scapy" groups="pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700647 <project path="external/scrypt" name="platform/external/scrypt" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300648 <project path="external/scudo" name="platform/external/scudo" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300649 <project path="external/seccomp-tests" name="platform/external/seccomp-tests" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300650 <project path="external/selinux" name="platform/external/selinux" groups="pdk" remote="aosp" />
Kevin F. Haggertyc6d15702022-03-12 17:41:19 -0700651 <project path="external/setupcompat" name="LineageOS/android_external_setupcompat" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300652 <project path="external/setupdesign" name="platform/external/setupdesign" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700653 <project path="external/sfntly" name="platform/external/sfntly" groups="pdk,qcom_msm8x26" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300654 <project path="external/shaderc/spirv-headers" name="platform/external/shaderc/spirv-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300655 <project path="external/shflags" name="platform/external/shflags" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300656 <project path="external/skia" name="platform/external/skia" groups="pdk,qcom_msm8x26" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000657 <project path="external/sl4a" name="platform/external/sl4a" groups="pdk" remote="aosp" />
658 <project path="external/slf4j" name="platform/external/slf4j" groups="pdk" remote="aosp" />
659 <project path="external/smali" name="platform/external/smali" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400660 <project path="external/snakeyaml" name="platform/external/snakeyaml" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700661 <project path="external/sonic" name="platform/external/sonic" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700662 <project path="external/sonivox" name="platform/external/sonivox" groups="pdk" remote="aosp" />
663 <project path="external/speex" name="platform/external/speex" groups="pdk" remote="aosp" />
664 <project path="external/sqlite" name="platform/external/sqlite" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700665 <project path="external/squashfs-tools" name="platform/external/squashfs-tools" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300666 <project path="external/stardoc" name="platform/external/stardoc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300667 <project path="external/starlark-go" name="platform/external/starlark-go" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000668 <project path="external/strace" name="platform/external/strace" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300669 <project path="external/stressapptest" name="platform/external/stressapptest" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300670 <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 +0300671 <project path="external/swiftshader" name="platform/external/swiftshader" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000672 <project path="external/tagsoup" name="platform/external/tagsoup" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000673 <project path="external/tcpdump" name="platform/external/tcpdump" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300674 <project path="external/tensorflow" name="platform/external/tensorflow" groups="pdk" remote="aosp" />
Michael Bestas04d9fa62022-03-07 22:27:21 +0200675 <project path="external/TestParameterInjector" name="platform/external/TestParameterInjector" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300676 <project path="external/testng" name="platform/external/testng" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300677 <project path="external/tflite-support" name="platform/external/tflite-support" groups="pdk" remote="aosp" />
678 <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 +0300679 <project path="external/tinyalsa" name="platform/external/tinyalsa" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300680 <project path="external/tinyalsa_new" name="platform/external/tinyalsa_new" groups="pdk" remote="aosp" />
Nolen Johnson51100ed2021-11-04 15:20:42 -0400681 <project path="external/tinycompress" name="LineageOS/android_external_tinycompress" groups="pdk" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300682 <project path="external/tinyxml2" name="platform/external/tinyxml2" groups="pdk" remote="aosp" />
683 <project path="external/toolchain-utils" name="platform/external/toolchain-utils" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300684 <project path="external/toybox" name="platform/external/toybox" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300685 <project path="external/tpm2-tss" name="platform/external/tpm2-tss" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300686 <project path="external/trace-cmd" name="platform/external/trace-cmd" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700687 <project path="external/tremolo" name="platform/external/tremolo" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300688 <project path="external/turbine" name="platform/external/turbine" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400689 <project path="external/unicode" name="platform/external/unicode" groups="pdk" remote="aosp" />
Steve Kondik7d087c72016-10-25 17:17:30 -0700690 <project path="external/universal-tween-engine" name="platform/external/universal-tween-engine" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300691 <project path="external/ukey2" name="platform/external/ukey2" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300692 <project path="external/usrsctp" name="platform/external/usrsctp" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300693 <project path="external/uwb" name="platform/external/uwb" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800694 <project path="external/v4l2_codec2" name="platform/external/v4l2_codec2" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000695 <project path="external/vboot_reference" name="platform/external/vboot_reference" groups="vboot,pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300696 <project path="external/virglrenderer" name="platform/external/virglrenderer" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700697 <project path="external/vixl" name="platform/external/vixl" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700698 <project path="external/vogar" name="platform/external/vogar" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300699 <project path="external/volley" name="platform/external/volley" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300700 <project path="external/vulkan-headers" name="platform/external/vulkan-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300701 <project path="external/vulkan-validation-layers" name="platform/external/vulkan-validation-layers" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800702 <project path="external/walt" name="platform/external/walt" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300703 <project path="external/wayland" name="platform/external/wayland" groups="pdk" remote="aosp" />
704 <project path="external/wayland-protocols" name="platform/external/wayland-protocols" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700705 <project path="external/webp" name="platform/external/webp" groups="pdk,qcom_msm8x26" remote="aosp" />
706 <project path="external/webrtc" name="platform/external/webrtc" groups="pdk" remote="aosp" />
Nolen Johnson994c0512021-12-09 12:57:05 -0500707 <project path="external/wpa_supplicant_8" name="LineageOS/android_external_wpa_supplicant_8" groups="pdk" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300708 <project path="external/wmediumd" name="platform/external/wmediumd" groups="pdk" remote="aosp" />
709 <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 +0300710 <project path="external/wycheproof" name="platform/external/wycheproof" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000711 <project path="external/xmp_toolkit" name="platform/external/xmp_toolkit" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300712 <project path="external/XNNPACK" name="platform/external/XNNPACK" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300713 <project path="external/xz-embedded" name="platform/external/xz-embedded" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300714 <project path="external/xz-java" name="platform/external/xz-java" groups="pdk" remote="aosp" />
715 <project path="external/yapf" name="platform/external/yapf" groups="vts,projectarch,pdk" remote="aosp" />
716 <project path="external/zlib" name="platform/external/zlib" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000717 <project path="external/zopfli" name="platform/external/zopfli" groups="pdk" remote="aosp" />
DroidFreak32cd13b152023-05-12 00:13:34 +0530718 <project path="external/zstd" name="LineageOS/android_external_zstd" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300719 <project path="external/zucchini" name="platform/external/zucchini" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000720 <project path="external/zxing" name="platform/external/zxing" groups="pdk" remote="aosp" />
Nolen Johnson92407ab2021-12-02 23:29:43 -0500721 <project path="frameworks/av" name="LineageOS/android_frameworks_av" groups="pdk" />
Michael Bestas2e916ba2021-10-06 20:10:04 +0300722 <project path="frameworks/base" name="LineageOS/android_frameworks_base" groups="pdk-cw-fs,pdk-fs" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700723 <project path="frameworks/compile/libbcc" name="platform/frameworks/compile/libbcc" groups="pdk" remote="aosp" />
724 <project path="frameworks/compile/mclinker" name="platform/frameworks/compile/mclinker" groups="pdk" remote="aosp" />
725 <project path="frameworks/compile/slang" name="platform/frameworks/compile/slang" groups="pdk" remote="aosp" />
726 <project path="frameworks/ex" name="platform/frameworks/ex" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300727 <project path="frameworks/hardware/interfaces" name="platform/frameworks/hardware/interfaces" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800728 <project path="frameworks/layoutlib" name="platform/frameworks/layoutlib" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300729 <project path="frameworks/libs/modules-utils" name="platform/frameworks/libs/modules-utils" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
730 <project path="frameworks/libs/native_bridge_support" name="platform/frameworks/libs/native_bridge_support" groups="pdk" remote="aosp" />
731 <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 +0300732 <project path="frameworks/libs/service_entitlement" name="platform/frameworks/libs/service_entitlement" groups="pdk" remote="aosp" />
Michael Bestas8f35efa2023-02-09 01:31:25 +0200733 <project path="frameworks/libs/systemui" name="LineageOS/android_frameworks_libs_systemui" groups="pdk-cw-fs,pdk-fs" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700734 <project path="frameworks/minikin" name="platform/frameworks/minikin" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700735 <project path="frameworks/multidex" name="platform/frameworks/multidex" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas075d4aa2021-10-26 20:55:01 +0300736 <project path="frameworks/native" name="LineageOS/android_frameworks_native" groups="pdk" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700737 <project path="frameworks/opt/bitmap" name="platform/frameworks/opt/bitmap" groups="pdk-fs" remote="aosp" />
Michael Bestas43f2d332022-11-25 19:49:56 +0200738 <project path="frameworks/opt/calendar" name="LineageOS/android_frameworks_opt_calendar" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas961c3992018-08-07 03:05:34 +0300739 <project path="frameworks/opt/car/services" name="platform/frameworks/opt/car/services" groups="pdk-fs" remote="aosp" />
740 <project path="frameworks/opt/car/setupwizard" name="platform/frameworks/opt/car/setupwizard" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300741 <project path="frameworks/opt/chips" name="platform/frameworks/opt/chips" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700742 <project path="frameworks/opt/colorpicker" name="platform/frameworks/opt/colorpicker" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300743 <project path="frameworks/opt/localepicker" name="platform/frameworks/opt/localepicker" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700744 <project path="frameworks/opt/net/ethernet" name="platform/frameworks/opt/net/ethernet" groups="pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300745 <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 -0700746 <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 +0300747 <project path="frameworks/opt/net/wifi" name="platform/frameworks/opt/net/wifi" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700748 <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 +0300749 <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 -0700750 <project path="frameworks/opt/telephony" name="LineageOS/android_frameworks_opt_telephony" groups="pdk" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300751 <project path="frameworks/opt/timezonepicker" name="LineageOS/android_frameworks_opt_timezonepicker" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300752 <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 +0300753 <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 +0300754 <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 -0700755 <project path="frameworks/rs" name="platform/frameworks/rs" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700756 <project path="frameworks/wilhelm" name="platform/frameworks/wilhelm" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300757 <project path="hardware/broadcom/libbt" name="platform/hardware/broadcom/libbt" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300758 <project path="hardware/broadcom/wlan" name="platform/hardware/broadcom/wlan" groups="pdk,broadcom_wlan" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400759 <project path="hardware/google/apf" name="platform/hardware/google/apf" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab2a768552019-05-11 13:30:24 -0700760 <project path="hardware/google/av" name="platform/hardware/google/av" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300761 <project path="hardware/google/camera" name="platform/hardware/google/camera" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300762 <project path="hardware/google/easel" name="platform/hardware/google/easel" groups="pdk,easel" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300763 <project path="hardware/google/gchips" name="LineageOS/android_hardware_google_gchips" groups="pdk-lassen,pdk-gs-arm" />
764 <project path="hardware/google/graphics/common" name="LineageOS/android_hardware_google_graphics_common" groups="pdk-lassen,pdk-gs-arm" />
765 <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 +0300766 <project path="hardware/google/graphics/gs201" name="platform/hardware/google/graphics/gs201" groups="cloudripper" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300767 <project path="hardware/google/interfaces" name="platform/hardware/google/interfaces" groups="pdk" remote="aosp" />
Nolen Johnson4c869ef2021-11-05 14:51:22 -0400768 <project path="hardware/google/pixel" name="LineageOS/android_hardware_google_pixel" groups="generic_fs,pixel" />
769 <project path="hardware/google/pixel-sepolicy" name="LineageOS/android_hardware_google_pixel-sepolicy" groups="generic_fs,pixel" />
Bruno Martins4bb49142022-03-10 18:57:12 +0000770 <project path="hardware/interfaces" name="LineageOS/android_hardware_interfaces" groups="pdk" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300771 <project path="hardware/invensense" name="platform/hardware/invensense" groups="invensense,pdk" remote="aosp" />
Michael Bestas9fc7ef52022-08-22 22:42:55 +0300772 <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 -0400773 <project path="hardware/libhardware" name="LineageOS/android_hardware_libhardware" groups="pdk" />
Bruno Martinsa09e0e62020-12-18 12:05:25 +0000774 <project path="hardware/libhardware_legacy" name="platform/hardware/libhardware_legacy" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300775 <project path="hardware/nxp/nfc" name="platform/hardware/nxp/nfc" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300776 <project path="hardware/nxp/secure_element" name="platform/hardware/nxp/secure_element" groups="pdk" remote="aosp" />
Nolen Johnsonf3831082021-11-11 20:55:32 -0500777 <project path="hardware/qcom/audio" name="LineageOS/android_hardware_qcom_audio" groups="qcom,qcom_audio,pdk-qcom" />
Aaron Klingeb77eef2022-08-29 22:10:30 -0500778 <project path="hardware/qcom/bootctrl" name="platform/hardware/qcom/bootctrl" groups="qcom,pdk-qcom" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300779 <project path="hardware/qcom/bt" name="platform/hardware/qcom/bt" groups="qcom,pdk-qcom" remote="aosp" />
Aaron Klingeb77eef2022-08-29 22:10:30 -0500780 <project path="hardware/qcom/camera" name="LineageOS/android_hardware_qcom_camera" groups="qcom,qcom_camera,pdk-qcom" />
Nolen Johnsonf3831082021-11-11 20:55:32 -0500781 <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 +0300782 <project path="hardware/qcom/display" name="LineageOS/android_hardware_qcom_display" groups="pdk-qcom,qcom,qcom_display" />
783 <project path="hardware/qcom/gps" name="LineageOS/android_hardware_qcom_gps" groups="qcom,qcom_gps,pdk-qcom" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300784 <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 +0300785 <project path="hardware/qcom/media" name="LineageOS/android_hardware_qcom_media" groups="qcom,pdk-qcom" />
Aaron Klingeb77eef2022-08-29 22:10:30 -0500786 <project path="hardware/qcom/sdm845/bt" name="platform/hardware/qcom/sdm845/bt" groups="generic_fs,qcom,qcom_sdm845" remote="aosp" />
787 <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 +0300788 <linkfile src="os_pickup.mk" dest="hardware/qcom/sdm845/Android.mk" />
789 <linkfile src="os_pickup.bp" dest="hardware/qcom/sdm845/Android.bp" />
Ethan Chen62b93d12018-11-29 23:40:42 -0800790 </project>
Aaron Klingeb77eef2022-08-29 22:10:30 -0500791 <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 +0300792 <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 -0500793 <project path="hardware/qcom/sdm845/media" name="LineageOS/android_hardware_qcom_sdm845_media" groups="generic_fs,qcom,qcom_sdm845" />
794 <project path="hardware/qcom/sdm845/thermal" name="platform/hardware/qcom/sdm845/thermal" groups="generic_fs,qcom,qcom_sdm845" remote="aosp" />
795 <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 -0500796 <project path="hardware/qcom/sm7250/display" name="LineageOS/android_hardware_qcom_sm7250_display" groups="qcom,qcom_sm7250" />
Michael Bestascc6b86d2023-05-24 19:44:34 +0300797 <project path="hardware/qcom/sm7250/gps" name="LineageOS/android_hardware_qcom_sm7250_gps" groups="qcom,qcom_sm7250" >
Michael Bestasb7659012020-12-08 21:22:55 +0200798 <linkfile src="os_pickup.mk" dest="hardware/qcom/sm7250/Android.mk" />
799 <linkfile src="os_pickup.bp" dest="hardware/qcom/sm7250/Android.bp" />
800 </project>
Aaron Klingeb77eef2022-08-29 22:10:30 -0500801 <project path="hardware/qcom/sm7250/media" name="LineageOS/android_hardware_qcom_sm7250_media" groups="qcom,qcom_sm7250" />
802 <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 +0300803 <linkfile src="os_pickup.mk" dest="hardware/qcom/sm8150/Android.mk" />
Michael Bestasaad75922019-10-25 20:11:55 +0300804 <linkfile src="os_pickup.bp" dest="hardware/qcom/sm8150/Android.bp" />
805 </project>
Aaron Klingeb77eef2022-08-29 22:10:30 -0500806 <project path="hardware/qcom/sm8150/display" name="LineageOS/android_hardware_qcom_sm8150_display" groups="qcom,qcom_sm8150" />
Michael Bestascc6b86d2023-05-24 19:44:34 +0300807 <project path="hardware/qcom/sm8150/gps" name="LineageOS/android_hardware_qcom_sm8150_gps" groups="qcom,qcom_sm8150" />
Aaron Klingeb77eef2022-08-29 22:10:30 -0500808 <project path="hardware/qcom/sm8150/media" name="LineageOS/android_hardware_qcom_sm8150_media" groups="qcom,qcom_sm8150" />
809 <project path="hardware/qcom/sm8150/thermal" name="platform/hardware/qcom/sm8150/thermal" groups="qcom,qcom_sm8150" remote="aosp" />
810 <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 -0500811 <project path="hardware/qcom/wlan" name="LineageOS/android_hardware_qcom_wlan" groups="qcom,qcom_wlan,pdk-qcom" />
Julian Veit4835ad02022-01-11 16:21:37 +0100812 <project path="hardware/ril" name="LineageOS/android_hardware_ril" groups="pdk" />
Michael Bestase15933d2021-11-05 18:05:31 +0200813 <project path="hardware/samsung/nfc" name="platform/hardware/samsung/nfc" groups="pdk" remote="aosp" />
Michael Bestasaad75922019-10-25 20:11:55 +0300814 <project path="hardware/st/nfc" name="platform/hardware/st/nfc" groups="pdk" remote="aosp" />
815 <project path="hardware/st/secure_element" name="platform/hardware/st/secure_element" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300816 <project path="hardware/st/secure_element2" name="platform/hardware/st/secure_element2" groups="pdk" remote="aosp" />
Michael Bestas2626bcf2023-06-13 22:34:24 +0300817 <project path="hardware/synaptics/wlan" name="platform/hardware/synaptics/wlan" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300818 <project path="hardware/ti/am57x" name="platform/hardware/ti/am57x" groups="pdk" remote="aosp" />
Kevin F. Haggerty21478d32022-03-06 08:01:49 -0700819 <project path="kernel/configs" name="LineageOS/android_kernel_configs" groups="vts,pdk" />
Tim Schumacher30890132021-07-11 18:30:54 +0200820 <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 +0300821 <project path="kernel/prebuilts/5.4/arm64" name="kernel/prebuilts/5.4/arm64" groups="pdk" clone-depth="1" remote="aosp" />
822 <project path="kernel/prebuilts/5.4/x86_64" name="kernel/prebuilts/5.4/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
823 <project path="kernel/prebuilts/5.10/arm64" name="kernel/prebuilts/5.10/arm64" groups="pdk" clone-depth="1" remote="aosp" />
824 <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 +0300825 <project path="kernel/prebuilts/5.15/arm64" name="kernel/prebuilts/5.15/arm64" groups="pdk" clone-depth="1" remote="aosp" />
826 <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 +0300827 <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 +0300828 <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 +0300829 <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" />
830 <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" />
831 <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" />
832 <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 +0300833 <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" />
834 <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 +0300835 <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" />
836 <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" />
837 <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" />
838 <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 +0300839 <project path="kernel/tests" name="kernel/tests" groups="vts,pdk" remote="aosp" />
Kevin F. Haggerty62ae0aa2022-09-16 02:31:59 -0600840 <project path="libcore" name="LineageOS/android_libcore" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400841 <project path="libnativehelper" name="platform/libnativehelper" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300842 <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 -0400843 <project path="packages/apps/Browser2" name="platform/packages/apps/Browser2" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300844 <project path="packages/apps/Camera2" name="LineageOS/android_packages_apps_Camera2" groups="pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300845 <project path="packages/apps/Car/Calendar" name="platform/packages/apps/Car/Calendar" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300846 <project path="packages/apps/Car/Cluster" name="platform/packages/apps/Car/Cluster" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300847 <project path="packages/apps/Car/DebuggingRestrictionController" name="platform/packages/apps/Car/DebuggingRestrictionController" groups="pdk-fs" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200848 <project path="packages/apps/Car/DialerPrebuilt" name="platform/packages/apps/Car/DialerPrebuilt" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300849 <project path="packages/apps/Car/Hvac" name="platform/packages/apps/Car/Hvac" groups="pdk-fs" remote="aosp" />
850 <project path="packages/apps/Car/LatinIME" name="platform/packages/apps/Car/LatinIME" groups="pdk-fs" remote="aosp" />
851 <project path="packages/apps/Car/Launcher" name="platform/packages/apps/Car/Launcher" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300852 <project path="packages/apps/Car/LinkViewer" name="platform/packages/apps/Car/LinkViewer" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300853 <project path="packages/apps/Car/LocalMediaPlayer" name="platform/packages/apps/Car/LocalMediaPlayer" groups="pdk-fs" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200854 <project path="packages/apps/Car/MediaPrebuilt" name="platform/packages/apps/Car/MediaPrebuilt" groups="pdk-fs" remote="aosp" />
855 <project path="packages/apps/Car/MessengerPrebuilt" name="platform/packages/apps/Car/MessengerPrebuilt" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300856 <project path="packages/apps/Car/Notification" name="platform/packages/apps/Car/Notification" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300857 <project path="packages/apps/Car/Provision" name="platform/packages/apps/Car/Provision" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300858 <project path="packages/apps/Car/Radio" name="platform/packages/apps/Car/Radio" groups="pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300859 <project path="packages/apps/Car/RotaryController" name="platform/packages/apps/Car/RotaryController" groups="pdk-fs" remote="aosp" />
Tom Prattc0d16f52021-11-23 14:54:39 +0100860 <project path="packages/apps/Car/Settings" name="LineageOS/android_packages_apps_Car_Settings" groups="pdk-fs" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300861 <project path="packages/apps/Car/SettingsIntelligence" name="platform/packages/apps/Car/SettingsIntelligence" groups="pdk-fs" remote="aosp" />
Michael Bestasc428eb12022-06-07 02:16:05 +0300862 <project path="packages/apps/Car/systemlibs" name="platform/packages/apps/Car/systemlibs" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300863 <project path="packages/apps/Car/SystemUI" name="platform/packages/apps/Car/SystemUI" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300864 <project path="packages/apps/Car/SystemUpdater" name="platform/packages/apps/Car/SystemUpdater" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300865 <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 +0200866 <project path="packages/apps/CellBroadcastReceiver" name="LineageOS/android_packages_apps_CellBroadcastReceiver" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300867 <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 +0300868 <project path="packages/apps/Contacts" name="LineageOS/android_packages_apps_Contacts" groups="pdk-fs" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300869 <project path="packages/apps/Dialer" name="LineageOS/android_packages_apps_Dialer" groups="pdk-fs" />
870 <project path="packages/apps/DocumentsUI" name="LineageOS/android_packages_apps_DocumentsUI" groups="pdk-cw-fs,pdk-fs" />
Michael Wcc9439e2022-04-06 18:40:24 +0200871 <project path="packages/apps/EmergencyInfo" name="LineageOS/android_packages_apps_EmergencyInfo" groups="pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300872 <project path="packages/apps/HTMLViewer" name="platform/packages/apps/HTMLViewer" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300873 <project path="packages/apps/ImsServiceEntitlement" name="platform/packages/apps/ImsServiceEntitlement" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300874 <project path="packages/apps/KeyChain" name="platform/packages/apps/KeyChain" groups="pdk-fs" remote="aosp" />
875 <project path="packages/apps/ManagedProvisioning" name="platform/packages/apps/ManagedProvisioning" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300876 <project path="packages/apps/Messaging" name="LineageOS/android_packages_apps_Messaging" groups="pdk-fs" />
Nolen Johnsona43e00f2022-09-27 17:03:44 -0400877 <project path="packages/apps/Music" name="platform/packages/apps/Music" groups="pdk-fs" remote="aosp" />
878 <project path="packages/apps/MusicFX" name="platform/packages/apps/MusicFX" groups="pdk-fs" remote="aosp" />
Bruno Martins4127c172022-02-25 18:08:56 +0000879 <project path="packages/apps/Nfc" name="LineageOS/android_packages_apps_Nfc" groups="apps_nfc,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300880 <project path="packages/apps/OnDeviceAppPrediction" name="platform/packages/apps/OnDeviceAppPrediction" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700881 <project path="packages/apps/OneTimeInitializer" name="platform/packages/apps/OneTimeInitializer" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300882 <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 -0700883 <project path="packages/apps/Provision" name="platform/packages/apps/Provision" groups="pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300884 <project path="packages/apps/QuickAccessWallet" name="platform/packages/apps/QuickAccessWallet" groups="pdk-fs" remote="aosp" />
Nolen Johnsona43e00f2022-09-27 17:03:44 -0400885 <project path="packages/apps/QuickSearchBox" name="platform/packages/apps/QuickSearchBox" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300886 <project path="packages/apps/RemoteProvisioner" name="platform/packages/apps/RemoteProvisioner" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300887 <project path="packages/apps/SafetyRegulatoryInfo" name="platform/packages/apps/SafetyRegulatoryInfo" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300888 <project path="packages/apps/SampleLocationAttribution" name="platform/packages/apps/SampleLocationAttribution" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300889 <project path="packages/apps/SecureElement" name="platform/packages/apps/SecureElement" groups="apps_se,pdk-fs" remote="aosp" />
Michael Bestas2e916ba2021-10-06 20:10:04 +0300890 <project path="packages/apps/Settings" name="LineageOS/android_packages_apps_Settings" groups="pdk-fs" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300891 <project path="packages/apps/SettingsIntelligence" name="LineageOS/android_packages_apps_SettingsIntelligence" groups="pdk-fs" />
892 <project path="packages/apps/Stk" name="LineageOS/android_packages_apps_Stk" groups="apps_stk,pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300893 <project path="packages/apps/StorageManager" name="platform/packages/apps/StorageManager" groups="pdk-fs" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300894 <project path="packages/apps/SystemUIGo" name="platform/packages/apps/SystemUIGo" groups="pdk-fs" remote="aosp" />
Michael Wcc9439e2022-04-06 18:40:24 +0200895 <project path="packages/apps/Tag" name="LineageOS/android_packages_apps_Tag" groups="pdk-fs" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000896 <project path="packages/apps/Test/connectivity" name="platform/packages/apps/Test/connectivity" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300897 <project path="packages/apps/TimeZoneData" name="platform/packages/apps/TimeZoneData" groups="pdk" remote="aosp" />
898 <project path="packages/apps/TimeZoneUpdater" name="platform/packages/apps/TimeZoneUpdater" groups="pdk" remote="aosp" />
Michael Bestas2e916ba2021-10-06 20:10:04 +0300899 <project path="packages/apps/ThemePicker" name="LineageOS/android_packages_apps_ThemePicker" groups="pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300900 <project path="packages/apps/Traceur" name="platform/packages/apps/Traceur" groups="pdk-fs" remote="aosp" />
Michael Bestas8d687252023-04-14 00:24:35 +0300901 <project path="packages/apps/Trebuchet" name="LineageOS/android_packages_apps_Trebuchet" groups="pdk-fs" />
Nolen Johnson2a1f1062022-01-13 18:02:20 -0500902 <project path="packages/apps/TvSettings" name="LineageOS/android_packages_apps_TvSettings" groups="pdk-fs" />
Nolen Johnsona0636072020-06-30 12:51:27 -0400903 <project path="packages/apps/TV" name="platform/packages/apps/TV" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300904 <project path="packages/apps/UniversalMediaPlayer" name="platform/packages/apps/UniversalMediaPlayer" remote="aosp" />
Michael Bestas159c3662022-10-05 00:30:23 +0300905 <project path="packages/apps/WallpaperPicker" name="platform/packages/apps/WallpaperPicker" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300906 <project path="packages/apps/WallpaperPicker2" name="LineageOS/android_packages_apps_WallpaperPicker2" groups="pdk-fs" />
907 <project path="packages/inputmethods/LatinIME" name="LineageOS/android_packages_inputmethods_LatinIME" groups="pdk-fs" />
Michael Wcc9439e2022-04-06 18:40:24 +0200908 <project path="packages/inputmethods/LeanbackIME" name="LineageOS/android_packages_inputmethods_LeanbackIME" groups="pdk-fs" />
Nolen Johnson54944022021-11-12 14:33:27 -0500909 <project path="packages/modules/adb" name="LineageOS/android_packages_modules_adb" groups="pdk" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300910 <project path="packages/modules/AdServices" name="platform/packages/modules/AdServices" groups="pdk-fs" remote="aosp" />
911 <project path="packages/modules/AppSearch" name="platform/packages/modules/AppSearch" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300912 <project path="packages/modules/ArtPrebuilt" name="platform/packages/modules/ArtPrebuilt" groups="pdk" clone-depth="1" remote="aosp" />
althafvly44ea1fe2022-11-21 02:30:21 +0530913 <project path="packages/modules/Bluetooth" name="LineageOS/android_packages_modules_Bluetooth" groups="pdk" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300914 <project path="packages/modules/BootPrebuilt/5.4/arm64" name="platform/packages/modules/BootPrebuilt/5.4/arm64" groups="pdk" clone-depth="1" remote="aosp" />
915 <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 +0300916 <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 +0300917 <project path="packages/modules/CellBroadcastService" name="platform/packages/modules/CellBroadcastService" groups="pdk" remote="aosp" />
LuK133740fa98c2021-12-21 21:35:28 +0100918 <project path="packages/modules/common" name="LineageOS/android_packages_modules_common" groups="pdk-cw-fs,pdk-fs" />
Oliver Scottae723532021-11-08 11:21:03 -0500919 <project path="packages/modules/Connectivity" name="LineageOS/android_packages_modules_Connectivity" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300920 <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 +0300921 <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 +0300922 <project path="packages/modules/GeoTZ" name="platform/packages/modules/GeoTZ" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
923 <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 +0200924 <project path="packages/modules/IntentResolver" name="platform/packages/modules/IntentResolver" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300925 <project path="packages/modules/IPsec" name="platform/packages/modules/IPsec" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300926 <project path="packages/modules/Media" name="platform/packages/modules/Media" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300927 <project path="packages/modules/ModuleMetadata" name="platform/packages/modules/ModuleMetadata" groups="pdk" remote="aosp" />
928 <project path="packages/modules/NetworkPermissionConfig" name="platform/packages/modules/NetworkPermissionConfig" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
929 <project path="packages/modules/NetworkStack" name="platform/packages/modules/NetworkStack" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300930 <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 +0300931 <project path="packages/modules/OnDevicePersonalization" name="platform/packages/modules/OnDevicePersonalization" groups="pdk-fs" remote="aosp" />
Michael Wcc9439e2022-04-06 18:40:24 +0200932 <project path="packages/modules/Permission" name="LineageOS/android_packages_modules_Permission" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300933 <project path="packages/modules/RuntimeI18n" name="platform/packages/modules/RuntimeI18n" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
934 <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 +0300935 <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 +0300936 <project path="packages/modules/SdkExtensions" name="platform/packages/modules/SdkExtensions" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300937 <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 +0300938 <project path="packages/modules/TestModule" name="platform/packages/modules/TestModule" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300939 <project path="packages/modules/Uwb" name="platform/packages/modules/Uwb" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas2ba66bd2023-01-20 03:05:03 +0200940 <project path="packages/modules/Virtualization" name="LineageOS/android_packages_modules_Virtualization" groups="pdk" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300941 <project path="packages/modules/vndk" name="platform/packages/modules/vndk" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Kevin F. Haggerty540a8432022-01-25 08:00:06 -0700942 <project path="packages/modules/Wifi" name="LineageOS/android_packages_modules_Wifi" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300943 <project path="packages/providers/BlockedNumberProvider" name="LineageOS/android_packages_providers_BlockedNumberProvider" groups="pdk-fs" />
944 <project path="packages/providers/BookmarkProvider" name="LineageOS/android_packages_providers_BookmarkProvider" groups="pdk-fs" />
945 <project path="packages/providers/CalendarProvider" name="LineageOS/android_packages_providers_CalendarProvider" groups="pdk-cw-fs,pdk-fs" />
946 <project path="packages/providers/CallLogProvider" name="LineageOS/android_packages_providers_CallLogProvider" groups="pdk-fs" />
947 <project path="packages/providers/ContactsProvider" name="LineageOS/android_packages_providers_ContactsProvider" groups="pdk-cw-fs,pdk-fs" />
948 <project path="packages/providers/DownloadProvider" name="LineageOS/android_packages_providers_DownloadProvider" groups="pdk-cw-fs,pdk-fs" />
949 <project path="packages/providers/MediaProvider" name="LineageOS/android_packages_providers_MediaProvider" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300950 <project path="packages/providers/PartnerBookmarksProvider" name="platform/packages/providers/PartnerBookmarksProvider" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300951 <project path="packages/providers/TelephonyProvider" name="LineageOS/android_packages_providers_TelephonyProvider" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300952 <project path="packages/providers/TvProvider" name="platform/packages/providers/TvProvider" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300953 <project path="packages/providers/UserDictionaryProvider" name="platform/packages/providers/UserDictionaryProvider" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
954 <project path="packages/screensavers/Basic" name="platform/packages/screensavers/Basic" groups="pdk-fs" remote="aosp" />
Michael Wcc9439e2022-04-06 18:40:24 +0200955 <project path="packages/screensavers/PhotoTable" name="LineageOS/android_packages_screensavers_PhotoTable" groups="pdk-fs" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300956 <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 +0300957 <project path="packages/services/BuiltInPrintService" name="platform/packages/services/BuiltInPrintService" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
958 <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 +0300959 <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 +0300960 <project path="packages/services/Mms" name="LineageOS/android_packages_services_Mms" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300961 <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 +0300962 <project path="packages/services/Telecomm" name="LineageOS/android_packages_services_Telecomm" groups="pdk-cw-fs,pdk-fs" />
963 <project path="packages/services/Telephony" name="LineageOS/android_packages_services_Telephony" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300964 <project path="packages/wallpapers/ImageWallpaper" name="platform/packages/wallpapers/ImageWallpaper" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300965 <project path="packages/wallpapers/LivePicker" name="LineageOS/android_packages_wallpapers_LivePicker" groups="pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700966 <project path="pdk" name="platform/pdk" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300967 <project path="platform_testing" name="platform/platform_testing" groups="pdk-fs,pdk-cw-fs,cts" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300968 <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 +0300969 <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 +0300970 <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 -0700971 <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 +0300972 <project path="prebuilts/asuite" name="platform/prebuilts/asuite" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300973 <project path="prebuilts/bazel/darwin-x86_64" name="platform/prebuilts/bazel/darwin-x86_64" groups="darwin,pdk" clone-depth="1" remote="aosp" />
974 <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 -0700975 <project path="prebuilts/build-tools" name="LineageOS/android_prebuilts_build-tools" groups="pdk" clone-depth="1" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300976 <project path="prebuilts/bundletool" name="platform/prebuilts/bundletool" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300977 <project path="prebuilts/checkcolor" name="platform/prebuilts/checkcolor" groups="pdk" clone-depth="1" remote="aosp" />
978 <project path="prebuilts/checkstyle" name="platform/prebuilts/checkstyle" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300979 <project path="prebuilts/clang-tools" name="platform/prebuilts/clang-tools" groups="pdk" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -0800980 <project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="pdk,darwin" clone-depth="1" remote="aosp" />
981 <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 +0300982 <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 -0800983 <project path="prebuilts/devtools" name="platform/prebuilts/devtools" groups="pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300984 <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 -0800985 <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 +0300986 <project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" groups="darwin,pdk,tradefed" clone-depth="1" remote="aosp" />
987 <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 +0300988 <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 +0300989 <project path="prebuilts/jdk/jdk11" name="platform/prebuilts/jdk/jdk11" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300990 <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 -0800991 <project path="prebuilts/jdk/jdk8" name="platform/prebuilts/jdk/jdk8" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300992 <project path="prebuilts/jdk/jdk9" name="platform/prebuilts/jdk/jdk9" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300993 <project path="prebuilts/manifest-merger" name="platform/prebuilts/manifest-merger" groups="pdk" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -0800994 <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 +0300995 <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 -0800996 <project path="prebuilts/misc" name="platform/prebuilts/misc" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300997 <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 +0300998 <project path="prebuilts/module_sdk/AdServices" name="platform/prebuilts/module_sdk/AdServices" groups="pdk" clone-depth="1" remote="aosp" />
999 <project path="prebuilts/module_sdk/AppSearch" name="platform/prebuilts/module_sdk/AppSearch" groups="pdk" clone-depth="1" remote="aosp" />
1000 <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 +03001001 <project path="prebuilts/module_sdk/conscrypt" name="platform/prebuilts/module_sdk/conscrypt" groups="pdk" clone-depth="1" remote="aosp" />
1002 <project path="prebuilts/module_sdk/Connectivity" name="platform/prebuilts/module_sdk/Connectivity" groups="pdk" clone-depth="1" remote="aosp" />
1003 <project path="prebuilts/module_sdk/IPsec" name="platform/prebuilts/module_sdk/IPsec" groups="pdk" clone-depth="1" remote="aosp" />
1004 <project path="prebuilts/module_sdk/Media" name="platform/prebuilts/module_sdk/Media" groups="pdk" clone-depth="1" remote="aosp" />
1005 <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 +03001006 <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 +03001007 <project path="prebuilts/module_sdk/Permission" name="platform/prebuilts/module_sdk/Permission" groups="pdk" clone-depth="1" remote="aosp" />
1008 <project path="prebuilts/module_sdk/Scheduling" name="platform/prebuilts/module_sdk/Scheduling" groups="pdk" clone-depth="1" remote="aosp" />
1009 <project path="prebuilts/module_sdk/SdkExtensions" name="platform/prebuilts/module_sdk/SdkExtensions" groups="pdk" clone-depth="1" remote="aosp" />
1010 <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 +03001011 <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 +03001012 <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 -08001013 <project path="prebuilts/ndk" name="platform/prebuilts/ndk" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001014 <project path="prebuilts/ktlint" name="platform/prebuilts/ktlint" groups="pdk" clone-depth="1" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -07001015 <project path="prebuilts/qemu-kernel" name="platform/prebuilts/qemu-kernel" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001016 <project path="prebuilts/remoteexecution-client" name="platform/prebuilts/remoteexecution-client" groups="pdk" clone-depth="1" remote="aosp" />
1017 <project path="prebuilts/runtime" name="platform/prebuilts/runtime" groups="pdk" clone-depth="1" remote="aosp" />
1018 <project path="prebuilts/rust" name="platform/prebuilts/rust" groups="pdk" clone-depth="1" remote="aosp" />
1019 <project path="prebuilts/r8" name="platform/prebuilts/r8" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001020 <project path="prebuilts/sdk" name="platform/prebuilts/sdk" groups="pdk" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -08001021 <project path="prebuilts/tools" name="platform/prebuilts/tools" groups="pdk,tools" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001022 <project path="prebuilts/vndk/v28" name="platform/prebuilts/vndk/v28" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001023 <project path="prebuilts/vndk/v29" name="platform/prebuilts/vndk/v29" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001024 <project path="prebuilts/vndk/v30" name="platform/prebuilts/vndk/v30" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas04d9fa62022-03-07 22:27:21 +02001025 <project path="prebuilts/vndk/v31" name="platform/prebuilts/vndk/v31" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001026 <project path="prebuilts/vndk/v32" name="platform/prebuilts/vndk/v32" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001027 <project path="sdk" name="platform/sdk" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
LuK1337aa019662023-02-22 01:13:27 +01001028 <project path="system/apex" name="LineageOS/android_system_apex" groups="pdk" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001029 <project path="system/bpf" name="platform/system/bpf" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001030 <project path="system/bpfprogs" name="platform/system/bpfprogs" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -04001031 <project path="system/ca-certificates" name="platform/system/ca-certificates" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001032 <project path="system/chre" name="platform/system/chre" groups="pdk" remote="aosp" />
1033 <project path="system/connectivity/wificond" name="platform/system/connectivity/wificond" groups="pdk" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001034 <project path="system/core" name="LineageOS/android_system_core" groups="pdk" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001035 <project path="system/dmesgd" name="platform/system/dmesgd" groups="pdk" remote="aosp" />
Jarl-Penguind6cacf32022-02-10 06:34:44 +03001036 <project path="system/extras" name="LineageOS/android_system_extras" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -07001037 <project path="system/gatekeeper" name="platform/system/gatekeeper" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001038 <project path="system/gsid" name="platform/system/gsid" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001039 <project path="system/hardware/interfaces" name="platform/system/hardware/interfaces" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001040 <project path="system/hwservicemanager" name="platform/system/hwservicemanager" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001041 <project path="system/incremental_delivery" name="platform/system/incremental_delivery" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001042 <project path="system/iorap" name="platform/system/iorap" groups="pdk" remote="aosp" />
Kevin F. Haggerty8b9c84d2022-04-27 06:20:06 -06001043 <project path="system/keymaster" name="LineageOS/android_system_keymaster" groups="pdk" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001044 <project path="system/libartpalette" name="platform/system/libartpalette" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001045 <project path="system/libbase" name="platform/system/libbase" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001046 <project path="system/libfmq" name="platform/system/libfmq" groups="pdk" remote="aosp" />
Kevin F. Haggerty784d7992022-03-19 07:49:38 -06001047 <project path="system/libhidl" name="LineageOS/android_system_libhidl" groups="pdk" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001048 <project path="system/libhwbinder" name="platform/system/libhwbinder" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001049 <project path="system/libprocinfo" name="platform/system/libprocinfo" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001050 <project path="system/librustutils" name="platform/system/librustutils" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001051 <project path="system/libsysprop" name="platform/system/libsysprop" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001052 <project path="system/libufdt" name="platform/system/libufdt" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001053 <project path="system/libvintf" name="platform/system/libvintf" groups="pdk" remote="aosp" />
Michael Bestase48924e2021-10-26 21:22:00 +03001054 <project path="system/libziparchive" name="LineageOS/android_system_libziparchive" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001055 <project path="system/linkerconfig" name="platform/system/linkerconfig" groups="pdk" remote="aosp" />
LuK133740fa98c2021-12-21 21:35:28 +01001056 <project path="system/logging" name="LineageOS/android_system_logging" groups="pdk" />
Nolen Johnson9e12a5f2021-12-03 13:46:15 -05001057 <project path="system/media" name="LineageOS/android_system_media" groups="pdk" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001058 <project path="system/memory/libion" name="platform/system/memory/libion" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001059 <project path="system/memory/libdmabufheap" name="platform/system/memory/libdmabufheap" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001060 <project path="system/memory/libmeminfo" name="platform/system/memory/libmeminfo" groups="pdk" remote="aosp" />
1061 <project path="system/memory/libmemtrack" name="platform/system/memory/libmemtrack" groups="pdk" remote="aosp" />
1062 <project path="system/memory/libmemunreachable" name="platform/system/memory/libmemunreachable" groups="pdk" remote="aosp" />
Kevin F. Haggerty383f96e2022-10-01 07:06:40 -06001063 <project path="system/memory/lmkd" name="LineageOS/android_system_memory_lmkd" groups="pdk" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001064 <project path="system/netd" name="platform/system/netd" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001065 <project path="system/nfc" name="platform/system/nfc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -08001066 <project path="system/nvram" name="platform/system/nvram" groups="pdk" remote="aosp" />
Nolen Johnson29ba3022022-04-08 12:00:55 -04001067 <project path="system/security" name="LineageOS/android_system_security" groups="pdk" />
Michael Bestase48924e2021-10-26 21:22:00 +03001068 <project path="system/sepolicy" name="LineageOS/android_system_sepolicy" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001069 <project path="system/server_configurable_flags" name="platform/system/server_configurable_flags" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001070 <project path="system/teeui" name="platform/system/teeui" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001071 <project path="system/testing/gtest_extras" name="platform/system/testing/gtest_extras" groups="pdk" remote="aosp" />
Kevin F. Haggerty62ae0aa2022-09-16 02:31:59 -06001072 <project path="system/timezone" name="LineageOS/android_system_timezone" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001073 <project path="system/tools/aidl" name="platform/system/tools/aidl" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001074 <project path="system/tools/hidl" name="platform/system/tools/hidl" groups="pdk" remote="aosp" />
SamarV-12181b07c72022-01-08 09:51:05 +05301075 <project path="system/tools/mkbootimg" name="LineageOS/android_system_tools_mkbootimg" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001076 <project path="system/tools/sysprop" name="platform/system/tools/sysprop" groups="pdk" remote="aosp" />
1077 <project path="system/tools/xsdc" name="platform/system/tools/xsdc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001078 <project path="system/unwinding" name="platform/system/unwinding" groups="pdk" remote="aosp" />
Michael Bestasce80b1a2021-10-26 21:28:59 +03001079 <project path="system/update_engine" name="LineageOS/android_system_update_engine" groups="pdk" />
Bruno Martins77994e72022-05-02 16:28:27 +01001080 <project path="system/vold" name="LineageOS/android_system_vold" groups="pdk" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001081 <project path="test/app_compat/csuite" name="platform/test/app_compat/csuite" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001082 <project path="test/cts-root" name="platform/test/cts-root" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001083 <project path="test/framework" name="platform/test/framework" groups="vts,projectarch,pdk" remote="aosp" />
1084 <project path="test/mlts/benchmark" name="platform/test/mlts/benchmark" groups="pdk" remote="aosp" />
1085 <project path="test/mlts/models" name="platform/test/mlts/models" groups="pdk" remote="aosp" />
1086 <project path="test/mts" name="platform/test/mts" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001087 <project path="test/vts" name="platform/test/vts" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001088 <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 +03001089 <project path="test/vts-testcase/hal" name="platform/test/vts-testcase/hal" groups="vts,pdk" remote="aosp" />
1090 <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 +03001091 <project path="test/vts-testcase/kernel" name="platform/test/vts-testcase/kernel" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001092 <project path="test/vts-testcase/nbu" name="platform/test/vts-testcase/nbu" groups="vts,projectarch,pdk" remote="aosp" />
1093 <project path="test/vts-testcase/performance" name="platform/test/vts-testcase/performance" groups="vts,projectarch,pdk" remote="aosp" />
1094 <project path="test/vts-testcase/security" name="platform/test/vts-testcase/security" groups="vts,projectarch,pdk" remote="aosp" />
1095 <project path="test/vts-testcase/vndk" name="platform/test/vts-testcase/vndk" groups="vts,pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001096 <project path="test/catbox" name="platform/test/catbox" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001097 <project path="toolchain/benchmark" name="toolchain/benchmark" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001098 <project path="toolchain/pgo-profiles" name="toolchain/pgo-profiles" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001099 <project path="tools/aadevtools" name="platform/tools/aadevtools" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001100 <project path="tools/acloud" name="platform/tools/acloud" groups="tools,vts,projectarch,pdk,tradefed" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001101 <project path="tools/adt/idea" name="platform/tools/adt/idea" groups="notdefault,tools" remote="aosp" />
Luca Stefani658db312020-03-03 11:51:33 +01001102 <project path="tools/apifinder" name="platform/tools/apifinder" groups="pdk,tools" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001103 <project path="tools/apksig" name="platform/tools/apksig" groups="pdk,tradefed" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001104 <project path="tools/apkzlib" name="platform/tools/apkzlib" groups="pdk,tradefed" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001105 <project path="tools/asuite" name="platform/tools/asuite" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001106 <project path="tools/base" name="platform/tools/base" groups="notdefault,tools" remote="aosp" />
1107 <project path="tools/build" name="platform/tools/build" groups="notdefault,tools" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001108 <project path="tools/carrier_settings" name="platform/tools/carrier_settings" groups="tools" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001109 <project path="tools/currysrc" name="platform/tools/currysrc" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001110 <project path="tools/dexter" name="platform/tools/dexter" groups="tools,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001111 <project path="tools/doc_generation" name="platform/tools/doc_generation" groups="tools,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001112 <project path="tools/external_updater" name="platform/tools/external_updater" groups="tools" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001113 <project path="tools/external/fat32lib" name="platform/tools/external/fat32lib" groups="tools" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001114 <project path="tools/idea" name="platform/tools/idea" groups="notdefault,tools" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001115 <project path="tools/loganalysis" name="platform/tools/loganalysis" groups="nopresubmit,pdk,tradefed" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001116 <project path="tools/metalava" name="platform/tools/metalava" groups="pdk,tools" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001117 <project path="tools/motodev" name="platform/tools/motodev" groups="notdefault,motodev" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001118 <project path="tools/ndkports" name="platform/tools/ndkports" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001119 <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 +03001120 <project path="tools/security" name="platform/tools/security" groups="pdk,tools" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001121 <project path="tools/studio/cloud" name="platform/tools/studio/cloud" groups="notdefault,tools" remote="aosp" />
1122 <project path="tools/swt" name="platform/tools/swt" groups="notdefault,tools" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +10001123 <project path="tools/test/connectivity" name="platform/tools/test/connectivity" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001124 <project path="tools/test/graphicsbenchmark" name="platform/tools/test/graphicsbenchmark" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001125 <project path="tools/test/mobly_snippets" name="platform/tools/test/mobly_snippets" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001126 <project path="tools/test/openhst" name="platform/tools/test/openhst" groups="tools" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001127 <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 +03001128 <project path="tools/treble" name="platform/tools/treble" groups="tools,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001129 <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 -07001130
Michael Bestas8140ded2017-08-22 01:24:12 +03001131 <include name="snippets/lineage.xml" />
Michael Bestas730e0842022-08-13 15:31:03 +03001132 <include name="snippets/pixel.xml" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -07001133</manifest>