blob: 3fccbe36526c6cdd99b4e8a1bbc36a16c4d2e3cb [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 Bestas1dc711f2024-10-18 23:52:56 +030014 revision="refs/tags/android-15.0.0_r2" />
Steve Kondik4f78f792016-08-29 17:22:33 -070015
Michael Bestas52575e92024-09-09 22:19:35 +030016 <default revision="refs/heads/lineage-22.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 Bestas1dc711f2024-10-18 23:52:56 +030021 <superproject name="platform/superproject" remote="aosp" revision="android-15.0.0_r2" />
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 Bestasbe7f0be2024-03-08 23:55:08 +020026 <project path="build/make" name="LineageOS/android_build" groups="pdk,sysui-studio" >
Michael Bestas3ef99d52024-06-15 03:05:09 +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" >
Michael Bestas3ef99d52024-06-15 03:05:09 +030035 <linkfile src="bazel.WORKSPACE" dest="WORKSPACE" />
36 <linkfile src="bazel.BUILD" dest="BUILD" />
Michael Bestas2fca1232021-10-05 16:18:45 +030037 </project>
Michael Bestas5a12e0a2022-08-21 16:36:27 +030038 <project path="build/bazel_common_rules" name="platform/build/bazel_common_rules" groups="pdk" remote="aosp" />
LuK1337cbd7dbc2024-10-19 18:17:23 +020039 <project path="build/blueprint" name="LineageOS/android_build_blueprint" groups="pdk,tradefed" />
Michael Bestas2fca1232021-10-05 16:18:45 +030040 <project path="build/pesto" name="platform/build/pesto" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +020041 <project path="build/release" name="platform/build/release" groups="pdk,tradefed" remote="aosp" />
Michael Bestas2e916ba2021-10-06 20:10:04 +030042 <project path="build/soong" name="LineageOS/android_build_soong" groups="pdk,tradefed" >
Michael Bestas3ef99d52024-06-15 03:05:09 +030043 <linkfile src="root.bp" dest="Android.bp" />
44 <linkfile src="bootstrap.bash" dest="bootstrap.bash" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040045 </project>
Michael Bestas52575e92024-09-09 22:19:35 +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 Bestas52575e92024-09-09 22:19:35 +030048 <project path="bootable/deprecated-ota" name="LineageOS/android_bootable_deprecated-ota" groups="pdk-cw" />
Michael Bestase48924e2021-10-26 21:22:00 +030049 <project path="bootable/recovery" name="LineageOS/android_bootable_recovery" groups="pdk" />
Michael Bestas2fca1232021-10-05 16:18:45 +030050 <project path="bootable/libbootloader" name="platform/bootable/libbootloader" groups="vts,pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070051 <project path="cts" name="platform/cts" groups="cts,pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030052 <project path="dalvik" name="platform/dalvik" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
53 <project path="developers/build" name="platform/developers/build" groups="developers,pdk" remote="aosp" />
LuK1337f33b7392023-07-14 09:56:41 +020054 <project path="development" name="LineageOS/android_development" groups="developers,pdk-cw-fs,pdk-fs" />
Simon Shields51ac04c2017-04-04 20:42:50 +100055 <project path="device/common" name="device/common" groups="pdk-cw-fs,pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070056 <project path="device/generic/arm64" name="device/generic/arm64" groups="pdk" remote="aosp" />
57 <project path="device/generic/armv7-a-neon" name="device/generic/armv7-a-neon" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030058 <project path="device/generic/art" name="device/generic/art" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030059 <project path="device/generic/car" name="device/generic/car" groups="pdk" remote="aosp" />
Tom Pratta6c701c2022-03-13 10:37:54 +010060 <project path="device/generic/common" name="LineageOS/android_device_generic_common" groups="pdk" />
Michael Bestas021a2fb2021-10-05 16:19:40 +030061 <project path="device/generic/goldfish" name="device/generic/goldfish" groups="pdk" remote="aosp" />
62 <project path="device/generic/goldfish-opengl" name="device/generic/goldfish-opengl" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070063 <project path="device/generic/mini-emulator-arm64" name="device/generic/mini-emulator-arm64" groups="pdk" remote="aosp" />
64 <project path="device/generic/mini-emulator-armv7-a-neon" name="device/generic/mini-emulator-armv7-a-neon" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070065 <project path="device/generic/mini-emulator-x86" name="device/generic/mini-emulator-x86" groups="pdk" remote="aosp" />
66 <project path="device/generic/mini-emulator-x86_64" name="device/generic/mini-emulator-x86_64" groups="pdk" remote="aosp" />
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 Johnson1413de32024-03-28 16:23:30 -040072 <project path="device/google_car" name="device/google_car" groups="device,pdk" remote="aosp" />
Nolen Johnson4219c032021-12-03 13:00:58 -050073 <project path="device/google/atv" name="LineageOS/android_device_google_atv" groups="device,broadcom_pdk,generic_fs,pdk" />
Michael Bestas52575e92024-09-09 22:19:35 +030074 <project path="device/google/contexthub" name="device/google/contexthub" groups="device,pdk" remote="aosp" />
Tim Schumacher30890132021-07-11 18:30:54 +020075 <project path="device/google/cuttlefish" name="device/google/cuttlefish" groups="device,pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030076 <project path="device/google/cuttlefish_prebuilts" name="device/google/cuttlefish_prebuilts" groups="device,pdk" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +020077 <project path="device/google/cuttlefish_vmm" name="device/google/cuttlefish_vmm" groups="device,pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030078 <project path="device/google/vrservices" name="device/google/vrservices" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070079 <project path="device/sample" name="device/sample" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030080 <project path="external/aac" name="platform/external/aac" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030081 <project path="external/abseil-cpp" name="platform/external/abseil-cpp" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +030082 <project path="external/accessibility-test-framework" name="platform/external/accessibility-test-framework" groups="pdk" remote="aosp" />
83 <project path="external/accompanist" name="platform/external/accompanist" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +030084 <project path="external/AFLplusplus" name="platform/external/AFLplusplus" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +030085 <project path="external/android-key-attestation" name="platform/external/android-key-attestation" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030086 <project path="external/androidplot" name="platform/external/androidplot" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030087 <project path="external/angle" name="platform/external/angle" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +020088 <project path="external/anonymous-counting-tokens" name="platform/external/anonymous-counting-tokens" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100089 <project path="external/ant-glob" name="platform/external/ant-glob" groups="pdk" remote="aosp" />
90 <project path="external/antlr" name="platform/external/antlr" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030091 <project path="external/apache-commons-bcel" name="platform/external/apache-commons-bcel" groups="pdk" remote="aosp" />
92 <project path="external/apache-commons-compress" name="platform/external/apache-commons-compress" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +030093 <project path="external/apache-commons-io" name="platform/external/apache-commons-io" groups="pdk" remote="aosp" />
94 <project path="external/apache-commons-lang" name="platform/external/apache-commons-lang" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100095 <project path="external/apache-commons-math" name="platform/external/apache-commons-math" groups="pdk" remote="aosp" />
96 <project path="external/apache-harmony" name="platform/external/apache-harmony" groups="pdk" remote="aosp" />
Zhao Wei Liewaa2e5652016-12-12 12:21:53 +080097 <project path="external/apache-http" name="platform/external/apache-http" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +030098 <project path="external/apache-velocity-engine" name="platform/external/apache-velocity-engine" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070099 <project path="external/apache-xml" name="platform/external/apache-xml" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300100 <project path="external/arm-neon-tests" name="platform/external/arm-neon-tests" groups="vendor" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300101 <project path="external/arm-optimized-routines" name="platform/external/arm-optimized-routines" groups="pdk" remote="aosp" />
Michael W8e64b052024-01-04 19:27:26 +0100102 <project path="external/arm-trusted-firmware" name="LineageOS/android_external_arm-trusted-firmware" groups="pdk" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300103 <project path="external/auto" name="platform/external/auto" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000104 <project path="external/autotest" name="platform/external/autotest" groups="pdk-fs" remote="aosp" />
Michael Bestas701b3032023-12-10 04:33:20 +0200105 <project path="external/android-nn-driver" name="platform/external/android-nn-driver" groups="pdk-lassen,pdk-gs-arm" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200106 <project path="external/android_onboarding" name="platform/external/android_onboarding" groups="pdk-fs" remote="aosp" />
Michael Bestas701b3032023-12-10 04:33:20 +0200107 <project path="external/armnn" name="platform/external/armnn" groups="pdk-lassen,pdk-gs-arm" remote="aosp" />
LuK133704841702022-12-04 13:08:25 +0100108 <project path="external/avb" name="LineageOS/android_external_avb" groups="pdk" />
Michael Bestas52575e92024-09-09 22:19:35 +0300109 <project path="external/aws-crt-java" name="platform/external/aws-crt-java" groups="pdk,tradefed" remote="aosp" />
110 <project path="external/aws-eventstream-java" name="platform/external/aws-eventstream-java" groups="pdk,tradefed" remote="aosp" />
111 <project path="external/aws-sdk-java-v2" name="platform/external/aws-sdk-java-v2" groups="pdk,tradefed" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300112 <project path="external/bazelbuild-kotlin-rules" name="platform/external/bazelbuild-kotlin-rules" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200113 <project path="external/bazelbuild-platforms" name="platform/external/bazelbuild-platforms" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300114 <project path="external/bazelbuild-remote-apis" name="platform/external/bazelbuild-remote-apis" groups="pdk,tradefed" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200115 <project path="external/bazelbuild-rules_android" name="platform/external/bazelbuild-rules_android" groups="pdk" remote="aosp" />
116 <project path="external/bazelbuild-rules_cc" name="platform/external/bazelbuild-rules_cc" groups="pdk" remote="aosp" />
117 <project path="external/bazelbuild-rules_go" name="platform/external/bazelbuild-rules_go" groups="pdk" remote="aosp" />
118 <project path="external/bazelbuild-rules_java" name="platform/external/bazelbuild-rules_java" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300119 <project path="external/bazelbuild-rules_license" name="platform/external/bazelbuild-rules_license" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200120 <project path="external/bazelbuild-rules_python" name="platform/external/bazelbuild-rules_python" groups="pdk" remote="aosp" />
121 <project path="external/bazelbuild-rules_rust" name="platform/external/bazelbuild-rules_rust" groups="pdk" remote="aosp" />
122 <project path="external/bazelbuild-rules_testing" name="platform/external/bazelbuild-rules_testing" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300123 <project path="external/bazel-skylib" name="platform/external/bazel-skylib" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300124 <project path="external/bc" name="platform/external/bc" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300125 <project path="external/bcc" name="platform/external/bcc" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000126 <project path="external/blktrace" name="platform/external/blktrace" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300127 <project path="external/boringssl" name="platform/external/boringssl" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700128 <project path="external/bouncycastle" name="platform/external/bouncycastle" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300129 <project path="external/bpftool" name="platform/external/bpftool" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800130 <project path="external/brotli" name="platform/external/brotli" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700131 <project path="external/bsdiff" name="platform/external/bsdiff" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300132 <project path="external/bzip2" name="platform/external/bzip2" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000133 <project path="external/caliper" name="platform/external/caliper" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300134 <project path="external/capstone" name="platform/external/capstone" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700135 <project path="external/cblas" name="platform/external/cblas" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300136 <project path="external/cbor-java" name="platform/external/cbor-java" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700137 <project path="external/chromium-trace" name="platform/external/chromium-trace" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700138 <project path="external/clang" name="platform/external/clang" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300139 <project path="external/cldr" name="platform/external/cldr" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300140 <project path="external/cn-cbor" name="platform/external/cn-cbor" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700141 <project path="external/compiler-rt" name="platform/external/compiler-rt" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300142 <project path="external/ComputeLibrary" name="platform/external/ComputeLibrary" groups="pdk-lassen,pdk-gs-arm" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300143 <project path="external/connectedappssdk" name="platform/external/connectedappssdk" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000144 <project path="external/conscrypt" name="platform/external/conscrypt" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300145 <project path="external/cpu_features" name="platform/external/cpu_features" groups="pdk" remote="aosp" />
146 <project path="external/cpuinfo" name="platform/external/cpuinfo" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000147 <project path="external/crcalc" name="platform/external/crcalc" groups="pdk" remote="aosp" />
Nolen Johnsonfb425062023-12-11 01:27:31 -0500148 <project path="external/cronet" name="LineageOS/android_external_cronet" groups="pdk" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300149 <project path="external/crosvm" name="platform/external/crosvm" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000150 <project path="external/curl" name="platform/external/curl" groups="pdk" remote="aosp" />
151 <project path="external/dagger2" name="platform/external/dagger2" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700152 <project path="external/deqp" name="platform/external/deqp" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300153 <project path="external/deqp-deps/SPIRV-Headers" name="platform/external/deqp-deps/SPIRV-Headers" groups="pdk-fs" remote="aosp" />
154 <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 +0300155 <project path="external/deqp-deps/amber" name="platform/external/deqp-deps/amber" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300156 <project path="external/deqp-deps/glslang" name="platform/external/deqp-deps/glslang" groups="pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300157 <project path="external/desugar" name="platform/external/desugar" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000158 <project path="external/dexmaker" name="platform/external/dexmaker" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000159 <project path="external/dlmalloc" name="platform/external/dlmalloc" groups="pdk" remote="aosp" />
160 <project path="external/dng_sdk" name="platform/external/dng_sdk" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700161 <project path="external/dnsmasq" name="platform/external/dnsmasq" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000162 <project path="external/doclava" name="platform/external/doclava" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300163 <project path="external/dokka" name="platform/external/dokka" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300164 <project path="external/double-conversion" name="platform/external/double-conversion" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300165 <project path="external/downloader" name="platform/external/downloader" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000166 <project path="external/drm_hwcomposer" name="platform/external/drm_hwcomposer" groups="drm_hwcomposer,pdk-fs" remote="aosp" />
Aaron Klingd1ca7792023-08-20 17:45:58 -0500167 <project path="external/dtc" name="LineageOS/android_external_dtc" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300168 <project path="external/dynamic_depth" name="platform/external/dynamic_depth" groups="pdk" remote="aosp" />
Michael Bestase48924e2021-10-26 21:22:00 +0300169 <project path="external/e2fsprogs" name="LineageOS/android_external_e2fsprogs" groups="pdk" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000170 <project path="external/easymock" name="platform/external/easymock" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700171 <project path="external/eigen" name="platform/external/eigen" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300172 <project path="external/elfutils" name="platform/external/elfutils" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000173 <project path="external/emma" name="platform/external/emma" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300174 <project path="external/erofs-utils" name="platform/external/erofs-utils" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300175 <project path="external/error_prone" name="platform/external/error_prone" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300176 <project path="external/escapevelocity" name="platform/external/escapevelocity" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300177 <project path="external/ethtool" name="platform/external/ethtool" groups="pdk" remote="aosp" />
178 <project path="external/exoplayer" name="platform/external/exoplayer" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700179 <project path="external/expat" name="platform/external/expat" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300180 <project path="external/f2fs-tools" name="platform/external/f2fs-tools" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300181 <project path="external/fastrpc" name="platform/external/fastrpc" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700182 <project path="external/fdlibm" name="platform/external/fdlibm" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000183 <project path="external/fec" name="platform/external/fec" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200184 <project path="external/federated-compute" name="platform/external/federated-compute" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300185 <project path="external/fft2d" name="platform/external/fft2d" groups="pdk" remote="aosp" />
186 <project path="external/firebase-messaging" name="platform/external/firebase-messaging" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300187 <project path="external/flac" name="platform/external/flac" groups="pdk" remote="aosp" />
188 <project path="external/flatbuffers" name="platform/external/flatbuffers" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300189 <project path="external/fmtlib" name="platform/external/fmtlib" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000190 <project path="external/fonttools" name="platform/external/fonttools" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300191 <project path="external/FP16" name="platform/external/FP16" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700192 <project path="external/freetype" name="platform/external/freetype" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300193 <project path="external/fsck_msdos" name="platform/external/fsck_msdos" groups="pdk" remote="aosp" />
194 <project path="external/fsverity-utils" name="platform/external/fsverity-utils" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300195 <project path="external/FXdiv" name="platform/external/FXdiv" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000196 <project path="external/gemmlowp" name="platform/external/gemmlowp" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300197 <project path="external/geojson-jackson" name="platform/external/geojson-jackson" groups="pdk" remote="aosp" />
198 <project path="external/geonames" name="platform/external/geonames" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300199 <project path="external/gflags" name="platform/external/gflags" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700200 <project path="external/giflib" name="platform/external/giflib" groups="pdk,qcom_msm8x26" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000201 <project path="external/glide" name="platform/external/glide" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300202 <project path="external/go-cmp" name="platform/external/go-cmp" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300203 <project path="external/golang-protobuf" name="platform/external/golang-protobuf" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300204 <project path="external/google-auth-library-java" name="platform/external/google-auth-library-java" groups="pdk,tradefed" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400205 <project path="external/google-benchmark" name="platform/external/google-benchmark" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200206 <project path="external/google-breakpad" name="platform/external/google-breakpad" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300207 <project path="external/google-cloud-java" name="platform/external/google-cloud-java" groups="pdk,tradefed" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300208 <project path="external/google-fonts/arbutus-slab" name="platform/external/google-fonts/arbutus-slab" groups="pdk" remote="aosp" />
209 <project path="external/google-fonts/arvo" name="platform/external/google-fonts/arvo" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300210 <project path="external/google-fonts/barlow" name="platform/external/google-fonts/barlow" groups="pdk" remote="aosp" />
211 <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 +1000212 <project path="external/google-fonts/carrois-gothic-sc" name="platform/external/google-fonts/carrois-gothic-sc" groups="pdk" remote="aosp" />
213 <project path="external/google-fonts/coming-soon" name="platform/external/google-fonts/coming-soon" groups="pdk" remote="aosp" />
214 <project path="external/google-fonts/cutive-mono" name="platform/external/google-fonts/cutive-mono" groups="pdk" remote="aosp" />
215 <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 +0300216 <project path="external/google-fonts/fraunces" name="platform/external/google-fonts/fraunces" groups="pdk" remote="aosp" />
217 <project path="external/google-fonts/karla" name="platform/external/google-fonts/karla" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300218 <project path="external/google-fonts/lato" name="platform/external/google-fonts/lato" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300219 <project path="external/google-fonts/lustria" name="platform/external/google-fonts/lustria" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300220 <project path="external/google-fonts/rubik" name="platform/external/google-fonts/rubik" groups="pdk" remote="aosp" />
221 <project path="external/google-fonts/source-sans-pro" name="platform/external/google-fonts/source-sans-pro" groups="pdk" remote="aosp" />
222 <project path="external/google-fonts/zilla-slab" name="platform/external/google-fonts/zilla-slab" groups="pdk" remote="aosp" />
223 <project path="external/google-fruit" name="platform/external/google-fruit" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300224 <project path="external/google-java-format" name="platform/external/google-java-format" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300225 <project path="external/google-smali" name="platform/external/google-smali" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300226 <project path="external/google-styleguide" name="platform/external/google-styleguide" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300227 <project path="external/googleapis" name="platform/external/googleapis" groups="pdk,tradefed" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300228 <project path="external/googletest" name="platform/external/googletest" groups="pdk" remote="aosp" />
Michael Bestase48924e2021-10-26 21:22:00 +0300229 <project path="external/gptfdisk" name="LineageOS/android_external_gptfdisk" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300230 <project path="external/grpc-grpc" name="platform/external/grpc-grpc" groups="pdk,tradefed" remote="aosp" />
231 <project path="external/grpc-grpc-java" name="platform/external/grpc-grpc-java" groups="pdk,tradefed" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300232 <project path="external/gson" name="platform/external/gson" groups="pdk,tradefed" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000233 <project path="external/guava" name="platform/external/guava" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300234 <project path="external/guice" name="platform/external/guice" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300235 <project path="external/gwp_asan" name="platform/external/gwp_asan" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000236 <project path="external/hamcrest" name="platform/external/hamcrest" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700237 <project path="external/harfbuzz_ng" name="platform/external/harfbuzz_ng" groups="pdk,qcom_msm8x26" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200238 <project path="external/horologist" name="platform/external/horologist" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000239 <project path="external/hyphenation-patterns" name="platform/external/hyphenation-patterns" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300240 <project path="external/icing" name="platform/external/icing" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300241 <project path="external/icu" name="platform/external/icu" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300242 <project path="external/igt-gpu-tools" name="platform/external/igt-gpu-tools" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300243 <project path="external/image_io" name="platform/external/image_io" groups="pdk" remote="aosp" />
Steve Kondik7d087c72016-10-25 17:17:30 -0700244 <project path="external/ims" name="platform/external/ims" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300245 <project path="external/iperf3" name="platform/external/iperf3" groups="pdk" remote="aosp" />
Zhao Wei Liewaa2e5652016-12-12 12:21:53 +0800246 <project path="external/iproute2" name="platform/external/iproute2" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300247 <project path="external/ipsec-tools" name="platform/external/ipsec-tools" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000248 <project path="external/iptables" name="platform/external/iptables" groups="pdk" remote="aosp" />
249 <project path="external/iputils" name="platform/external/iputils" groups="pdk" remote="aosp" />
250 <project path="external/iw" name="platform/external/iw" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300251 <project path="external/jackson-annotations" name="platform/external/jackson-annotations" groups="pdk" remote="aosp" />
252 <project path="external/jackson-core" name="platform/external/jackson-core" groups="pdk" remote="aosp" />
253 <project path="external/jackson-databind" name="platform/external/jackson-databind" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000254 <project path="external/jacoco" name="platform/external/jacoco" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700255 <project path="external/jarjar" name="platform/external/jarjar" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300256 <project path="external/javaparser" name="platform/external/javaparser" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300257 <project path="external/javapoet" name="platform/external/javapoet" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000258 <project path="external/javasqlite" name="platform/external/javasqlite" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300259 <project path="external/javassist" name="platform/external/javassist" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300260 <project path="external/jazzer-api" name="platform/external/jazzer-api" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400261 <project path="external/jcommander" name="platform/external/jcommander" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300262 <project path="external/jemalloc_new" name="platform/external/jemalloc_new" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300263 <project path="external/jetpack-camera-app" name="platform/external/jetpack-camera-app" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300264 <project path="external/jimfs" name="platform/external/jimfs" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300265 <project path="external/jline" name="platform/external/jline" groups="pdk,tradefed,pdk-fs" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000266 <project path="external/jsilver" name="platform/external/jsilver" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700267 <project path="external/jsmn" name="platform/external/jsmn" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000268 <project path="external/jsoncpp" name="platform/external/jsoncpp" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300269 <project path="external/jsoup" name="platform/external/jsoup" groups="pdk" remote="aosp" />
270 <project path="external/jsoup-1p-stubs" name="platform/external/jsoup-1p-stubs" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000271 <project path="external/jsr305" name="platform/external/jsr305" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400272 <project path="external/jsr330" name="platform/external/jsr330" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000273 <project path="external/junit" name="platform/external/junit" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300274 <project path="external/junit-params" name="platform/external/junit-params" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000275 <project path="external/kernel-headers" name="platform/external/kernel-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300276 <project path="external/kmod" name="platform/external/kmod" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300277 <project path="external/kotlinc" name="platform/external/kotlinc" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300278 <project path="external/kotlinpoet" name="platform/external/kotlinpoet" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300279 <project path="external/kotlinx.atomicfu" name="platform/external/kotlinx.atomicfu" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300280 <project path="external/kotlinx.coroutines" name="platform/external/kotlinx.coroutines" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300281 <project path="external/kotlinx.metadata" name="platform/external/kotlinx.metadata" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300282 <project path="external/kotlinx.serialization" name="platform/external/kotlinx.serialization" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200283 <project path="external/ktfmt" name="platform/external/ktfmt" groups="pdk,sysui-studio" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000284 <project path="external/ksoap2" name="platform/external/ksoap2" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300285 <project path="external/ksp" name="platform/external/ksp" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300286 <project path="external/leakcanary2" name="platform/external/leakcanary2" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300287 <project path="external/leveldb" name="platform/external/leveldb" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300288 <project path="external/libaom" name="platform/external/libaom" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700289 <project path="external/libavc" name="platform/external/libavc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800290 <project path="external/libbackup" name="platform/external/libbackup" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000291 <project path="external/libbrillo" name="platform/external/libbrillo" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300292 <project path="external/libbpf" name="platform/external/libbpf" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000293 <project path="external/libcap" name="platform/external/libcap" groups="pdk" remote="aosp" />
294 <project path="external/libcap-ng" name="platform/external/libcap-ng" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300295 <project path="external/libchrome" name="platform/external/libchrome" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300296 <project path="external/libchrome-gestures" name="platform/external/libchrome-gestures" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300297 <project path="external/libconfig" name="platform/external/libconfig" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300298 <project path="external/libcups" name="platform/external/libcups" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300299 <project path="external/libcxx" name="platform/external/libcxx" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700300 <project path="external/libcxxabi" name="platform/external/libcxxabi" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200301 <project path="external/libdav1d" name="platform/external/libdav1d" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400302 <project path="external/libdivsufsort" name="platform/external/libdivsufsort" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300303 <project path="external/libdrm" name="platform/external/libdrm" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300304 <project path="external/libepoxy" name="platform/external/libepoxy" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300305 <project path="external/libese" name="platform/external/libese" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000306 <project path="external/libevent" name="platform/external/libevent" groups="pdk" remote="aosp" />
307 <project path="external/libexif" name="platform/external/libexif" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300308 <project path="external/libffi" name="platform/external/libffi" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300309 <project path="external/libfuse" name="platform/external/libfuse" groups="pdk" remote="aosp" />
Michael Bestasaad75922019-10-25 20:11:55 +0300310 <project path="external/libgav1" name="platform/external/libgav1" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700311 <project path="external/libgsm" name="platform/external/libgsm" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300312 <project path="external/libhevc" name="platform/external/libhevc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400313 <project path="external/libjpeg-turbo" name="platform/external/libjpeg-turbo" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300314 <project path="external/libkmsxx" name="platform/external/libkmsxx" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200315 <project path="external/liblc3" name="platform/external/liblc3" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300316 <project path="external/libldac" name="platform/external/libldac" groups="pdk" remote="aosp" />
Michael Bestas701b3032023-12-10 04:33:20 +0200317 <project path="external/libmonet" name="platform/external/libmonet" groups="pdk,sysui-studio" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700318 <project path="external/libmpeg2" name="platform/external/libmpeg2" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800319 <project path="external/libnetfilter_conntrack" name="platform/external/libnetfilter_conntrack" groups="pdk" remote="aosp" />
320 <project path="external/libnfnetlink" name="platform/external/libnfnetlink" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300321 <project path="external/libnl" name="platform/external/libnl" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700322 <project path="external/libogg" name="platform/external/libogg" groups="pdk" remote="aosp" />
323 <project path="external/libopus" name="platform/external/libopus" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300324 <project path="external/libpalmrejection" name="platform/external/libpalmrejection" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000325 <project path="external/libpcap" name="platform/external/libpcap" groups="pdk" remote="aosp" />
326 <project path="external/libphonenumber" name="platform/external/libphonenumber" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300327 <project path="external/libpng" name="platform/external/libpng" groups="pdk" remote="aosp" />
328 <project path="external/libprotobuf-mutator" name="platform/external/libprotobuf-mutator" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300329 <project path="external/libsrtp2" name="platform/external/libsrtp2" groups="pdk" remote="aosp" />
330 <project path="external/libtextclassifier" name="platform/external/libtextclassifier" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300331 <project path="external/libtraceevent" name="platform/external/libtraceevent" groups="pdk" remote="aosp" />
332 <project path="external/libtracefs" name="platform/external/libtracefs" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200333 <project path="external/libultrahdr" name="platform/external/libultrahdr" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300334 <project path="external/liburing" name="platform/external/liburing" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300335 <project path="external/libusb" name="platform/external/libusb" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300336 <project path="external/libutf" name="platform/external/libutf" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300337 <project path="external/libvpx" name="platform/external/libvpx" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300338 <project path="external/libwebm" name="platform/external/libwebm" groups="pdk" remote="aosp" />
339 <project path="external/libwebsockets" name="platform/external/libwebsockets" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300340 <project path="external/libxaac" name="platform/external/libxaac" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300341 <project path="external/libxkbcommon" name="platform/external/libxkbcommon" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000342 <project path="external/libxml2" name="platform/external/libxml2" groups="pdk,libxml2" remote="aosp" />
343 <project path="external/libyuv" name="platform/external/libyuv" groups="pdk,libyuv" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300344 <project path="external/licenseclassifier" name="platform/external/licenseclassifier" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300345 <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 -0700346 <project path="external/llvm" name="platform/external/llvm" groups="pdk" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +0300347 <project path="external/llvm-libc" name="platform/external/llvm-libc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800348 <project path="external/lmfit" name="platform/external/lmfit" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300349 <project path="external/lottie" name="platform/external/lottie" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300350 <project path="external/ltp" name="platform/external/ltp" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300351 <project path="external/lua" name="platform/external/lua" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000352 <project path="external/lz4" name="platform/external/lz4" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300353 <project path="external/lzma" name="platform/external/lzma" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300354 <project path="external/marisa-trie" name="platform/external/marisa-trie" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300355 <project path="external/mbedtls" name="platform/external/mbedtls" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700356 <project path="external/mdnsresponder" name="platform/external/mdnsresponder" groups="pdk" remote="aosp" />
357 <project path="external/mesa3d" name="platform/external/mesa3d" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300358 <project path="external/mime-support" name="platform/external/mime-support" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300359 <project path="external/minigbm" name="platform/external/minigbm" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000360 <project path="external/minijail" name="platform/external/minijail" groups="pdk" remote="aosp" />
Michael Bestase48924e2021-10-26 21:22:00 +0300361 <project path="external/mksh" name="LineageOS/android_external_mksh" groups="pdk" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300362 <project path="external/mobile-data-download" name="platform/external/mobile-data-download" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300363 <project path="external/mobly-bundled-snippets" name="platform/external/mobly-bundled-snippets" groups="pdk" remote="aosp" />
364 <project path="external/mobly-snippet-lib" name="platform/external/mobly-snippet-lib" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000365 <project path="external/mockftpserver" name="platform/external/mockftpserver" groups="pdk" remote="aosp" />
366 <project path="external/mockito" name="platform/external/mockito" groups="pdk" remote="aosp" />
Michael Bestasb86bc742023-12-23 00:25:14 +0200367 <project path="external/mockito-kotlin" name="platform/external/mockito-kotlin" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000368 <project path="external/mockwebserver" name="platform/external/mockwebserver" groups="pdk" remote="aosp" />
369 <project path="external/modp_b64" name="platform/external/modp_b64" groups="pdk" remote="aosp" />
370 <project path="external/mp4parser" name="platform/external/mp4parser" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300371 <project path="external/MPAndroidChart" name="platform/external/MPAndroidChart" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300372 <project path="external/ms-tpm-20-ref" name="platform/external/ms-tpm-20-ref" groups="pdk" remote="aosp" />
373 <project path="external/mtools" name="platform/external/mtools" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000374 <project path="external/mtpd" name="platform/external/mtpd" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300375 <project path="external/musl" name="platform/external/musl" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000376 <project path="external/nanohttpd" name="platform/external/nanohttpd" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700377 <project path="external/nanopb-c" name="platform/external/nanopb-c" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000378 <project path="external/naver-fonts" name="platform/external/naver-fonts" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300379 <project path="external/neon_2_sse" name="platform/external/neon_2_sse" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000380 <project path="external/neven" name="platform/external/neven" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300381 <project path="external/newfs_msdos" name="platform/external/newfs_msdos" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000382 <project path="external/nist-pkits" name="platform/external/nist-pkits" groups="pdk" remote="aosp" />
383 <project path="external/nist-sip" name="platform/external/nist-sip" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300384 <project path="external/nos/host/generic" name="platform/external/nos/host/generic" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700385 <project path="external/noto-fonts" name="platform/external/noto-fonts" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300386 <project path="external/nullaway" name="platform/external/nullaway" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000387 <project path="external/oauth" name="platform/external/oauth" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300388 <project path="external/obex" name="platform/external/obex" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000389 <project path="external/objenesis" name="platform/external/objenesis" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300390 <project path="external/oboe" name="platform/external/oboe" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300391 <project path="external/obstack" name="platform/external/obstack" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300392 <project path="external/oj-libjdwp" name="platform/external/oj-libjdwp" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300393 <project path="external/okhttp" name="platform/external/okhttp" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300394 <project path="external/okio" name="platform/external/okio" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300395 <project path="external/one-true-awk" name="platform/external/one-true-awk" groups="pdk" remote="aosp" />
396 <project path="external/opencensus-java" name="platform/external/opencensus-java" groups="pdk,tradefed" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300397 <project path="external/OpenCL-CLHPP" name="platform/external/OpenCL-CLHPP" remote="aosp" />
Michael Bestasb7659012020-12-08 21:22:55 +0200398 <project path="external/OpenCL-CTS" name="platform/external/OpenCL-CTS" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300399 <project path="external/OpenCL-Headers" name="platform/external/OpenCL-Headers" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300400 <project path="external/OpenCSD" name="platform/external/OpenCSD" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300401 <project path="external/open-dice" name="platform/external/open-dice" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300402 <project path="external/openscreen" name="platform/external/openscreen" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300403 <project path="external/openthread" name="platform/external/openthread" groups="pdk" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +0300404 <project path="external/openwrt-prebuilts" name="platform/external/openwrt-prebuilts" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300405 <project path="external/oss-fuzz" name="platform/external/oss-fuzz" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300406 <project path="external/ot-br-posix" name="platform/external/ot-br-posix" groups="pdk" remote="aosp" />
407 <project path="external/ow2-asm" name="platform/external/ow2-asm" groups="pdk" remote="aosp" />
408 <project path="external/owasp/java-encoder" name="platform/external/owasp/java-encoder" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000409 <project path="external/owasp/sanitizer" name="platform/external/owasp/sanitizer" groups="pdk" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200410 <project path="external/pandora/avatar" name="platform/external/pandora/avatar" groups="pdk" remote="aosp" />
411 <project path="external/pandora/bt-test-interfaces" name="platform/external/pandora/bt-test-interfaces" groups="pdk" remote="aosp" />
412 <project path="external/pandora/mmi2grpc" name="platform/external/pandora/mmi2grpc" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000413 <project path="external/parameter-framework" name="platform/external/parameter-framework" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700414 <project path="external/pcre" name="platform/external/pcre" groups="pdk" remote="aosp" />
415 <project path="external/pdfium" name="platform/external/pdfium" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200416 <project path="external/perfetto" name="platform/external/perfetto" groups="pdk,sysui-studio" remote="aosp" />
417 <project path="external/perfmark" name="platform/external/perfmark" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300418 <project path="external/pffft" name="platform/external/pffft" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000419 <project path="external/piex" name="platform/external/piex" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300420 <project path="external/pigweed" name="platform/external/pigweed" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800421 <project path="external/ply" name="platform/external/ply" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300422 <project path="external/ppp" name="platform/external/ppp" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200423 <project path="external/private-join-and-compute" name="platform/external/private-join-and-compute" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200424 <project path="external/protobuf" name="platform/external/protobuf" groups="pdk,sysui-studio" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300425 <project path="external/psimd" name="platform/external/psimd" groups="pdk" remote="aosp" />
426 <project path="external/pthreadpool" name="platform/external/pthreadpool" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300427 <project path="external/puffin" name="platform/external/puffin" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300428 <project path="external/python/absl-py" name="platform/external/python/absl-py" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300429 <project path="external/python/apitools" name="platform/external/python/apitools" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300430 <project path="external/python/asn1crypto" name="platform/external/python/asn1crypto" groups="pdk" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200431 <project path="external/python/bumble" name="platform/external/python/bumble" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300432 <project path="external/python/cachetools" name="platform/external/python/cachetools" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800433 <project path="external/python/cpython2" name="platform/external/python/cpython2" groups="pdk" remote="aosp" />
434 <project path="external/python/cpython3" name="platform/external/python/cpython3" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300435 <project path="external/python/dateutil" name="platform/external/python/dateutil" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300436 <project path="external/python/enum34" name="platform/external/python/enum34" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300437 <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 +0300438 <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 +0300439 <project path="external/python/httplib2" name="platform/external/python/httplib2" groups="vts,pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300440 <project path="external/python/ipaddress" name="platform/external/python/ipaddress" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300441 <project path="external/python/jinja" name="platform/external/python/jinja" groups="pdk" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +0300442 <project path="external/python/mako" name="platform/external/python/mako" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300443 <project path="external/python/markupsafe" name="platform/external/python/markupsafe" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300444 <project path="external/python/mobly" name="platform/external/python/mobly" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300445 <project path="external/python/oauth2client" name="platform/external/python/oauth2client" groups="vts,pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300446 <project path="external/python/parse_type" name="platform/external/python/parse_type" groups="vts,pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300447 <project path="external/python/portpicker" name="platform/external/python/portpicker" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300448 <project path="external/python/pyasn1" name="platform/external/python/pyasn1" groups="vts,pdk" remote="aosp" />
449 <project path="external/python/pyasn1-modules" name="platform/external/python/pyasn1-modules" groups="vts,pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300450 <project path="external/python/pycparser" name="platform/external/python/pycparser" groups="pdk" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200451 <project path="external/python/pyee" name="platform/external/python/pyee" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300452 <project path="external/python/pyfakefs" name="platform/external/python/pyfakefs" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300453 <project path="external/python/pyserial" name="platform/external/python/pyserial" groups="pdk" remote="aosp" />
454 <project path="external/python/python-api-core" name="platform/external/python/python-api-core" groups="pdk" remote="aosp" />
455 <project path="external/python/pyyaml" name="platform/external/python/pyyaml" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300456 <project path="external/python/rsa" name="platform/external/python/rsa" groups="vts,pdk" remote="aosp" />
457 <project path="external/python/setuptools" name="platform/external/python/setuptools" groups="vts,pdk" remote="aosp" />
458 <project path="external/python/six" name="platform/external/python/six" groups="vts,pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300459 <project path="external/python/timeout-decorator" name="platform/external/python/timeout-decorator" groups="pdk" remote="aosp" />
460 <project path="external/python/typing" name="platform/external/python/typing" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300461 <project path="external/python/uritemplates" name="platform/external/python/uritemplates" groups="vts,pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300462 <project path="external/rappor" name="platform/external/rappor" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200463 <project path="external/regex-re2" name="platform/external/regex-re2" groups="pdk" remote="aosp" />
464 <project path="external/renderscript-intrinsics-replacement-toolkit" name="platform/external/renderscript-intrinsics-replacement-toolkit" groups="pdk,sysui-studio" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000465 <project path="external/replicaisland" name="platform/external/replicaisland" groups="pdk" remote="aosp" />
466 <project path="external/rmi4utils" name="platform/external/rmi4utils" groups="pdk" remote="aosp" />
Michael Bestas5f404fc2024-06-16 23:11:13 +0300467 <project path="external/robolectric" name="LineageOS/android_external_robolectric" groups="pdk-cw-fs,pdk-fs,sysui-studio" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300468 <project path="external/roboto-flex-fonts" name="platform/external/roboto-flex-fonts" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000469 <project path="external/roboto-fonts" name="platform/external/roboto-fonts" groups="pdk" remote="aosp" />
470 <project path="external/rootdev" name="platform/external/rootdev" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300471 <project path="external/rnnoise" name="platform/external/rnnoise" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300472 <project path="external/rust/android-crates-io" name="platform/external/rust/android-crates-io" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300473 <project path="external/rust/crates/aarch64-paging" name="platform/external/rust/crates/aarch64-paging" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300474 <project path="external/rust/crates/acpi" name="platform/external/rust/crates/acpi" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300475 <project path="external/rust/crates/ahash" name="platform/external/rust/crates/ahash" groups="pdk" remote="aosp" />
476 <project path="external/rust/crates/aho-corasick" name="platform/external/rust/crates/aho-corasick" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300477 <project path="external/rust/crates/android_log-sys" name="platform/external/rust/crates/android_log-sys" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300478 <project path="external/rust/crates/android_logger" name="platform/external/rust/crates/android_logger" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300479 <project path="external/rust/crates/anes" name="platform/external/rust/crates/anes" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200480 <project path="external/rust/crates/annotate-snippets" name="platform/external/rust/crates/annotate-snippets" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300481 <project path="external/rust/crates/anyhow" name="platform/external/rust/crates/anyhow" groups="pdk" remote="aosp" />
482 <project path="external/rust/crates/arbitrary" name="platform/external/rust/crates/arbitrary" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200483 <project path="external/rust/crates/arc-swap" name="platform/external/rust/crates/arc-swap" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300484 <project path="external/rust/crates/argh" name="platform/external/rust/crates/argh" groups="pdk" remote="aosp" />
485 <project path="external/rust/crates/argh_derive" name="platform/external/rust/crates/argh_derive" groups="pdk" remote="aosp" />
486 <project path="external/rust/crates/argh_shared" name="platform/external/rust/crates/argh_shared" groups="pdk" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +0300487 <project path="external/rust/crates/arrayvec" name="platform/external/rust/crates/arrayvec" groups="trusty" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300488 <project path="external/rust/crates/ash" name="platform/external/rust/crates/ash" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300489 <project path="external/rust/crates/async-stream" name="platform/external/rust/crates/async-stream" groups="pdk" remote="aosp" />
490 <project path="external/rust/crates/async-stream-impl" name="platform/external/rust/crates/async-stream-impl" groups="pdk" remote="aosp" />
491 <project path="external/rust/crates/async-task" name="platform/external/rust/crates/async-task" groups="pdk" remote="aosp" />
492 <project path="external/rust/crates/async-trait" name="platform/external/rust/crates/async-trait" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300493 <project path="external/rust/crates/atomic" name="platform/external/rust/crates/atomic" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300494 <project path="external/rust/crates/atty" name="platform/external/rust/crates/atty" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300495 <project path="external/rust/crates/axum" name="platform/external/rust/crates/axum" groups="pdk" remote="aosp" />
496 <project path="external/rust/crates/axum-core" name="platform/external/rust/crates/axum-core" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300497 <project path="external/rust/crates/base64" name="platform/external/rust/crates/base64" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300498 <project path="external/rust/crates/bencher" name="platform/external/rust/crates/bencher" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300499 <project path="external/rust/crates/bincode" name="platform/external/rust/crates/bincode" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300500 <project path="external/rust/crates/bindgen" name="platform/external/rust/crates/bindgen" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300501 <project path="external/rust/crates/bindgen-cli" name="platform/external/rust/crates/bindgen-cli" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300502 <project path="external/rust/crates/bit_field" name="platform/external/rust/crates/bit_field" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300503 <project path="external/rust/crates/bitflags" name="platform/external/rust/crates/bitflags" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300504 <project path="external/rust/crates/bitreader" name="platform/external/rust/crates/bitreader" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300505 <project path="external/rust/crates/bstr" name="platform/external/rust/crates/bstr" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300506 <project path="external/rust/crates/buddy_system_allocator" name="platform/external/rust/crates/buddy_system_allocator" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200507 <project path="external/rust/crates/bytemuck" name="platform/external/rust/crates/bytemuck" groups="pdk" remote="aosp" />
508 <project path="external/rust/crates/bytemuck_derive" name="platform/external/rust/crates/bytemuck_derive" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300509 <project path="external/rust/crates/byteorder" name="platform/external/rust/crates/byteorder" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300510 <project path="external/rust/crates/bytes" name="platform/external/rust/crates/bytes" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300511 <project path="external/rust/crates/camino" name="platform/external/rust/crates/camino" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300512 <project path="external/rust/crates/cast" name="platform/external/rust/crates/cast" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300513 <project path="external/rust/crates/cesu8" name="platform/external/rust/crates/cesu8" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300514 <project path="external/rust/crates/cexpr" name="platform/external/rust/crates/cexpr" groups="pdk" remote="aosp" />
515 <project path="external/rust/crates/cfg-if" name="platform/external/rust/crates/cfg-if" groups="pdk" remote="aosp" />
516 <project path="external/rust/crates/chrono" name="platform/external/rust/crates/chrono" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300517 <project path="external/rust/crates/ciborium" name="platform/external/rust/crates/ciborium" groups="pdk" remote="aosp" />
518 <project path="external/rust/crates/ciborium-io" name="platform/external/rust/crates/ciborium-io" groups="pdk" remote="aosp" />
519 <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 +0300520 <project path="external/rust/crates/clang-sys" name="platform/external/rust/crates/clang-sys" groups="pdk" remote="aosp" />
521 <project path="external/rust/crates/clap" name="platform/external/rust/crates/clap" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200522 <project path="external/rust/crates/clap_complete" name="platform/external/rust/crates/clap_complete" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300523 <project path="external/rust/crates/clap_derive" name="platform/external/rust/crates/clap_derive" groups="pdk" remote="aosp" />
524 <project path="external/rust/crates/clap_lex" name="platform/external/rust/crates/clap_lex" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300525 <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 +0300526 <project path="external/rust/crates/combine" name="platform/external/rust/crates/combine" groups="pdk" remote="aosp" />
527 <project path="external/rust/crates/command-fds" name="platform/external/rust/crates/command-fds" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200528 <project path="external/rust/crates/config" name="platform/external/rust/crates/config" groups="pdk" remote="aosp" />
529 <project path="external/rust/crates/configparser" name="platform/external/rust/crates/configparser" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300530 <project path="external/rust/crates/const-oid" name="platform/external/rust/crates/const-oid" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300531 <project path="external/rust/crates/coset" name="platform/external/rust/crates/coset" groups="pdk" remote="aosp" />
532 <project path="external/rust/crates/crc32fast" name="platform/external/rust/crates/crc32fast" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300533 <project path="external/rust/crates/criterion" name="platform/external/rust/crates/criterion" groups="pdk" remote="aosp" />
534 <project path="external/rust/crates/criterion-plot" name="platform/external/rust/crates/criterion-plot" groups="pdk" remote="aosp" />
535 <project path="external/rust/crates/crossbeam-channel" name="platform/external/rust/crates/crossbeam-channel" groups="pdk" remote="aosp" />
536 <project path="external/rust/crates/crossbeam-deque" name="platform/external/rust/crates/crossbeam-deque" groups="pdk" remote="aosp" />
537 <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 +0300538 <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 +0300539 <project path="external/rust/crates/crossbeam-utils" name="platform/external/rust/crates/crossbeam-utils" groups="pdk" remote="aosp" />
540 <project path="external/rust/crates/csv" name="platform/external/rust/crates/csv" groups="pdk" remote="aosp" />
541 <project path="external/rust/crates/csv-core" name="platform/external/rust/crates/csv-core" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300542 <project path="external/rust/crates/darling" name="platform/external/rust/crates/darling" groups="pdk" remote="aosp" />
543 <project path="external/rust/crates/darling_core" name="platform/external/rust/crates/darling_core" groups="pdk" remote="aosp" />
544 <project path="external/rust/crates/darling_macro" name="platform/external/rust/crates/darling_macro" groups="pdk" remote="aosp" />
545 <project path="external/rust/crates/dashmap" name="platform/external/rust/crates/dashmap" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200546 <project path="external/rust/crates/data-encoding" name="platform/external/rust/crates/data-encoding" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300547 <project path="external/rust/crates/debug_tree" name="platform/external/rust/crates/debug_tree" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300548 <project path="external/rust/crates/der" name="platform/external/rust/crates/der" groups="pdk" remote="aosp" />
549 <project path="external/rust/crates/der_derive" name="platform/external/rust/crates/der_derive" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300550 <project path="external/rust/crates/derive_arbitrary" name="platform/external/rust/crates/derive_arbitrary" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200551 <project path="external/rust/crates/displaydoc" name="platform/external/rust/crates/displaydoc" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300552 <project path="external/rust/crates/document-features" name="platform/external/rust/crates/document-features" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200553 <project path="external/rust/crates/downcast" name="platform/external/rust/crates/downcast" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300554 <project path="external/rust/crates/downcast-rs" name="platform/external/rust/crates/downcast-rs" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300555 <project path="external/rust/crates/drm" name="platform/external/rust/crates/drm" groups="pdk" remote="aosp" />
556 <project path="external/rust/crates/drm-ffi" name="platform/external/rust/crates/drm-ffi" groups="pdk" remote="aosp" />
557 <project path="external/rust/crates/drm-fourcc" name="platform/external/rust/crates/drm-fourcc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300558 <project path="external/rust/crates/either" name="platform/external/rust/crates/either" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300559 <project path="external/rust/crates/enumn" name="platform/external/rust/crates/enumn" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300560 <project path="external/rust/crates/env_logger" name="platform/external/rust/crates/env_logger" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200561 <project path="external/rust/crates/epoll" name="platform/external/rust/crates/epoll" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300562 <project path="external/rust/crates/errno" name="platform/external/rust/crates/errno" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300563 <project path="external/rust/crates/fallible-iterator" name="platform/external/rust/crates/fallible-iterator" groups="pdk" remote="aosp" />
564 <project path="external/rust/crates/fallible-streaming-iterator" name="platform/external/rust/crates/fallible-streaming-iterator" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300565 <project path="external/rust/crates/fastrand" name="platform/external/rust/crates/fastrand" groups="pdk" remote="aosp" />
566 <project path="external/rust/crates/flagset" name="platform/external/rust/crates/flagset" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300567 <project path="external/rust/crates/flate2" name="platform/external/rust/crates/flate2" groups="pdk" remote="aosp" />
568 <project path="external/rust/crates/fnv" name="platform/external/rust/crates/fnv" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300569 <project path="external/rust/crates/foreign-types" name="platform/external/rust/crates/foreign-types" groups="pdk" remote="aosp" />
570 <project path="external/rust/crates/foreign-types-shared" name="platform/external/rust/crates/foreign-types-shared" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300571 <project path="external/rust/crates/form_urlencoded" name="platform/external/rust/crates/form_urlencoded" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200572 <project path="external/rust/crates/fragile" name="platform/external/rust/crates/fragile" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300573 <project path="external/rust/crates/fs-err" name="platform/external/rust/crates/fs-err" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300574 <project path="external/rust/crates/futures" name="platform/external/rust/crates/futures" groups="pdk" remote="aosp" />
575 <project path="external/rust/crates/futures-channel" name="platform/external/rust/crates/futures-channel" groups="pdk" remote="aosp" />
576 <project path="external/rust/crates/futures-core" name="platform/external/rust/crates/futures-core" groups="pdk" remote="aosp" />
577 <project path="external/rust/crates/futures-executor" name="platform/external/rust/crates/futures-executor" groups="pdk" remote="aosp" />
578 <project path="external/rust/crates/futures-io" name="platform/external/rust/crates/futures-io" groups="pdk" remote="aosp" />
579 <project path="external/rust/crates/futures-macro" name="platform/external/rust/crates/futures-macro" groups="pdk" remote="aosp" />
580 <project path="external/rust/crates/futures-sink" name="platform/external/rust/crates/futures-sink" groups="pdk" remote="aosp" />
581 <project path="external/rust/crates/futures-task" name="platform/external/rust/crates/futures-task" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300582 <project path="external/rust/crates/futures-test" name="platform/external/rust/crates/futures-test" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300583 <project path="external/rust/crates/futures-util" name="platform/external/rust/crates/futures-util" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300584 <project path="external/rust/crates/fxhash" name="platform/external/rust/crates/fxhash" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300585 <project path="external/rust/crates/gbm" name="platform/external/rust/crates/gbm" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300586 <project path="external/rust/crates/gdbstub" name="platform/external/rust/crates/gdbstub" groups="pdk" remote="aosp" />
Michael Bestas04d9fa62022-03-07 22:27:21 +0200587 <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 +0300588 <project path="external/rust/crates/getrandom" name="platform/external/rust/crates/getrandom" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300589 <project path="external/rust/crates/glam" name="platform/external/rust/crates/glam" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300590 <project path="external/rust/crates/glob" name="platform/external/rust/crates/glob" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200591 <project path="external/rust/crates/googletest" name="platform/external/rust/crates/googletest" groups="pdk" remote="aosp" />
592 <project path="external/rust/crates/googletest_macro" name="platform/external/rust/crates/googletest_macro" groups="pdk" remote="aosp" />
593 <project path="external/rust/crates/gpio-cdev" name="platform/external/rust/crates/gpio-cdev" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300594 <project path="external/rust/crates/grpcio" name="platform/external/rust/crates/grpcio" groups="pdk" remote="aosp" />
595 <project path="external/rust/crates/grpcio-compiler" name="platform/external/rust/crates/grpcio-compiler" groups="pdk" remote="aosp" />
596 <project path="external/rust/crates/grpcio-sys" name="platform/external/rust/crates/grpcio-sys" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300597 <project path="external/rust/crates/h2" name="platform/external/rust/crates/h2" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300598 <project path="external/rust/crates/half" name="platform/external/rust/crates/half" groups="pdk" remote="aosp" />
599 <project path="external/rust/crates/hashbrown" name="platform/external/rust/crates/hashbrown" groups="pdk" remote="aosp" />
600 <project path="external/rust/crates/hashlink" name="platform/external/rust/crates/hashlink" groups="pdk" remote="aosp" />
601 <project path="external/rust/crates/heck" name="platform/external/rust/crates/heck" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300602 <project path="external/rust/crates/hex" name="platform/external/rust/crates/hex" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200603 <project path="external/rust/crates/http" name="platform/external/rust/crates/http" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300604 <project path="external/rust/crates/http-body" name="platform/external/rust/crates/http-body" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200605 <project path="external/rust/crates/httparse" name="platform/external/rust/crates/httparse" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300606 <project path="external/rust/crates/httpdate" name="platform/external/rust/crates/httpdate" groups="pdk" remote="aosp" />
607 <project path="external/rust/crates/hyper" name="platform/external/rust/crates/hyper" groups="pdk" remote="aosp" />
608 <project path="external/rust/crates/hyper-timeout" name="platform/external/rust/crates/hyper-timeout" groups="pdk" remote="aosp" />
609 <project path="external/rust/crates/ident_case" name="platform/external/rust/crates/ident_case" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300610 <project path="external/rust/crates/idna" name="platform/external/rust/crates/idna" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300611 <project path="external/rust/crates/indexmap" name="platform/external/rust/crates/indexmap" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300612 <project path="external/rust/crates/instant" name="platform/external/rust/crates/instant" groups="pdk" remote="aosp" />
613 <project path="external/rust/crates/intrusive-collections" name="platform/external/rust/crates/intrusive-collections" groups="pdk" remote="aosp" />
614 <project path="external/rust/crates/itertools" name="platform/external/rust/crates/itertools" groups="pdk" remote="aosp" />
615 <project path="external/rust/crates/itoa" name="platform/external/rust/crates/itoa" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300616 <project path="external/rust/crates/jni" name="platform/external/rust/crates/jni" groups="pdk" remote="aosp" />
617 <project path="external/rust/crates/jni-sys" name="platform/external/rust/crates/jni-sys" groups="pdk" remote="aosp" />
618 <project path="external/rust/crates/kernlog" name="platform/external/rust/crates/kernlog" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300619 <project path="external/rust/crates/lazy_static" name="platform/external/rust/crates/lazy_static" groups="pdk" remote="aosp" />
620 <project path="external/rust/crates/lazycell" name="platform/external/rust/crates/lazycell" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300621 <project path="external/rust/crates/libc" name="platform/external/rust/crates/libc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300622 <project path="external/rust/crates/libfuzzer-sys" name="platform/external/rust/crates/libfuzzer-sys" groups="pdk" remote="aosp" />
623 <project path="external/rust/crates/libloading" name="platform/external/rust/crates/libloading" groups="pdk" remote="aosp" />
624 <project path="external/rust/crates/libm" name="platform/external/rust/crates/libm" groups="pdk" remote="aosp" />
625 <project path="external/rust/crates/libsqlite3-sys" name="platform/external/rust/crates/libsqlite3-sys" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300626 <project path="external/rust/crates/libtest-mimic" name="platform/external/rust/crates/libtest-mimic" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300627 <project path="external/rust/crates/libz-sys" name="platform/external/rust/crates/libz-sys" groups="pdk" remote="aosp" />
628 <project path="external/rust/crates/linked-hash-map" name="platform/external/rust/crates/linked-hash-map" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200629 <project path="external/rust/crates/linkme" name="platform/external/rust/crates/linkme" groups="pdk" remote="aosp" />
630 <project path="external/rust/crates/linkme-impl" name="platform/external/rust/crates/linkme-impl" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300631 <project path="external/rust/crates/litrs" name="platform/external/rust/crates/litrs" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300632 <project path="external/rust/crates/lock_api" name="platform/external/rust/crates/lock_api" groups="pdk" remote="aosp" />
633 <project path="external/rust/crates/log" name="platform/external/rust/crates/log" groups="pdk" remote="aosp" />
634 <project path="external/rust/crates/lru-cache" name="platform/external/rust/crates/lru-cache" groups="pdk" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +0300635 <project path="external/rust/crates/lz4_flex" name="platform/external/rust/crates/lz4_flex" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300636 <project path="external/rust/crates/macaddr" name="platform/external/rust/crates/macaddr" groups="pdk" remote="aosp" />
637 <project path="external/rust/crates/managed" name="platform/external/rust/crates/managed" groups="pdk" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +0300638 <project path="external/rust/crates/matches" name="platform/external/rust/crates/matches" groups="trusty" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300639 <project path="external/rust/crates/matchit" name="platform/external/rust/crates/matchit" groups="pdk" remote="aosp" />
640 <project path="external/rust/crates/maybe-async" name="platform/external/rust/crates/maybe-async" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300641 <project path="external/rust/crates/memchr" name="platform/external/rust/crates/memchr" groups="pdk" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +0300642 <project path="external/rust/crates/memmap2" name="platform/external/rust/crates/memmap2" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300643 <project path="external/rust/crates/memoffset" name="platform/external/rust/crates/memoffset" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300644 <project path="external/rust/crates/merge" name="platform/external/rust/crates/merge" groups="pdk" remote="aosp" />
645 <project path="external/rust/crates/merge_derive" name="platform/external/rust/crates/merge_derive" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200646 <project path="external/rust/crates/miette" name="platform/external/rust/crates/miette" groups="pdk" remote="aosp" />
647 <project path="external/rust/crates/miette-derive" name="platform/external/rust/crates/miette-derive" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300648 <project path="external/rust/crates/mime" name="platform/external/rust/crates/mime" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300649 <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 +0300650 <project path="external/rust/crates/mio" name="platform/external/rust/crates/mio" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300651 <project path="external/rust/crates/mls-rs" name="platform/external/rust/crates/mls-rs" groups="pdk" remote="aosp" />
652 <project path="external/rust/crates/mls-rs-codec" name="platform/external/rust/crates/mls-rs-codec" groups="pdk" remote="aosp" />
653 <project path="external/rust/crates/mls-rs-codec-derive" name="platform/external/rust/crates/mls-rs-codec-derive" groups="pdk" remote="aosp" />
654 <project path="external/rust/crates/mls-rs-core" name="platform/external/rust/crates/mls-rs-core" groups="pdk" remote="aosp" />
655 <project path="external/rust/crates/mls-rs-crypto-traits" name="platform/external/rust/crates/mls-rs-crypto-traits" groups="pdk" remote="aosp" />
656 <project path="external/rust/crates/mls-rs-uniffi" name="platform/external/rust/crates/mls-rs-uniffi" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200657 <project path="external/rust/crates/mockall" name="platform/external/rust/crates/mockall" groups="pdk" remote="aosp" />
658 <project path="external/rust/crates/mockall_derive" name="platform/external/rust/crates/mockall_derive" groups="pdk" remote="aosp" />
659 <project path="external/rust/crates/moveit" name="platform/external/rust/crates/moveit" groups="pdk" remote="aosp" />
660 <project path="external/rust/crates/named-lock" name="platform/external/rust/crates/named-lock" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300661 <project path="external/rust/crates/nix" name="platform/external/rust/crates/nix" groups="pdk" remote="aosp" />
662 <project path="external/rust/crates/no-panic" name="platform/external/rust/crates/no-panic" groups="pdk" remote="aosp" />
663 <project path="external/rust/crates/nom" name="platform/external/rust/crates/nom" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300664 <project path="external/rust/crates/num-bigint" name="platform/external/rust/crates/num-bigint" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300665 <project path="external/rust/crates/num-complex" name="platform/external/rust/crates/num-complex" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300666 <project path="external/rust/crates/num-derive" name="platform/external/rust/crates/num-derive" groups="pdk" remote="aosp" />
667 <project path="external/rust/crates/num-integer" name="platform/external/rust/crates/num-integer" groups="pdk" remote="aosp" />
668 <project path="external/rust/crates/num-traits" name="platform/external/rust/crates/num-traits" groups="pdk" remote="aosp" />
669 <project path="external/rust/crates/num_cpus" name="platform/external/rust/crates/num_cpus" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300670 <project path="external/rust/crates/octets" name="platform/external/rust/crates/octets" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300671 <project path="external/rust/crates/once_cell" name="platform/external/rust/crates/once_cell" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300672 <project path="external/rust/crates/oneshot-uniffi" name="platform/external/rust/crates/oneshot-uniffi" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300673 <project path="external/rust/crates/oorandom" name="platform/external/rust/crates/oorandom" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300674 <project path="external/rust/crates/openssl" name="platform/external/rust/crates/openssl" groups="pdk" remote="aosp" />
675 <project path="external/rust/crates/openssl-macros" name="platform/external/rust/crates/openssl-macros" groups="pdk" remote="aosp" />
676 <project path="external/rust/crates/os_str_bytes" name="platform/external/rust/crates/os_str_bytes" groups="pdk" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +0300677 <project path="external/rust/crates/p9" name="platform/external/rust/crates/p9" groups="pdk" remote="aosp" />
678 <project path="external/rust/crates/p9_wire_format_derive" name="platform/external/rust/crates/p9_wire_format_derive" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300679 <project path="external/rust/crates/parking_lot" name="platform/external/rust/crates/parking_lot" groups="pdk" remote="aosp" />
680 <project path="external/rust/crates/parking_lot_core" name="platform/external/rust/crates/parking_lot_core" groups="pdk" remote="aosp" />
681 <project path="external/rust/crates/paste" name="platform/external/rust/crates/paste" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200682 <project path="external/rust/crates/pathdiff" name="platform/external/rust/crates/pathdiff" groups="pdk" remote="aosp" />
683 <project path="external/rust/crates/pdl-compiler" name="platform/external/rust/crates/pdl-compiler" groups="pdk" remote="aosp" />
684 <project path="external/rust/crates/pdl-runtime" name="platform/external/rust/crates/pdl-runtime" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300685 <project path="external/rust/crates/peeking_take_while" name="platform/external/rust/crates/peeking_take_while" groups="pdk" remote="aosp" />
686 <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 +0300687 <project path="external/rust/crates/pest" name="platform/external/rust/crates/pest" groups="pdk" remote="aosp" />
688 <project path="external/rust/crates/pest_derive" name="platform/external/rust/crates/pest_derive" groups="pdk" remote="aosp" />
689 <project path="external/rust/crates/pest_generator" name="platform/external/rust/crates/pest_generator" groups="pdk" remote="aosp" />
690 <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 +0300691 <project path="external/rust/crates/pin-project" name="platform/external/rust/crates/pin-project" groups="pdk" remote="aosp" />
692 <project path="external/rust/crates/pin-project-internal" name="platform/external/rust/crates/pin-project-internal" groups="pdk" remote="aosp" />
693 <project path="external/rust/crates/pin-project-lite" name="platform/external/rust/crates/pin-project-lite" groups="pdk" remote="aosp" />
694 <project path="external/rust/crates/pin-utils" name="platform/external/rust/crates/pin-utils" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300695 <project path="external/rust/crates/pkcs1" name="platform/external/rust/crates/pkcs1" groups="pdk" remote="aosp" />
696 <project path="external/rust/crates/pkcs8" name="platform/external/rust/crates/pkcs8" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300697 <project path="external/rust/crates/plotters" name="platform/external/rust/crates/plotters" groups="pdk" remote="aosp" />
698 <project path="external/rust/crates/plotters-backend" name="platform/external/rust/crates/plotters-backend" groups="pdk" remote="aosp" />
699 <project path="external/rust/crates/plotters-svg" name="platform/external/rust/crates/plotters-svg" groups="pdk" remote="aosp" />
700 <project path="external/rust/crates/ppv-lite86" name="platform/external/rust/crates/ppv-lite86" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200701 <project path="external/rust/crates/predicates" name="platform/external/rust/crates/predicates" groups="pdk" remote="aosp" />
702 <project path="external/rust/crates/predicates-core" name="platform/external/rust/crates/predicates-core" groups="pdk" remote="aosp" />
703 <project path="external/rust/crates/predicates-tree" name="platform/external/rust/crates/predicates-tree" groups="pdk" remote="aosp" />
704 <project path="external/rust/crates/prettyplease" name="platform/external/rust/crates/prettyplease" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300705 <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 +0300706 <project path="external/rust/crates/protobuf" name="platform/external/rust/crates/protobuf" groups="pdk" remote="aosp" />
707 <project path="external/rust/crates/protobuf-codegen" name="platform/external/rust/crates/protobuf-codegen" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300708 <project path="external/rust/crates/protobuf-json-mapping" name="platform/external/rust/crates/protobuf-json-mapping" groups="pdk" remote="aosp" />
709 <project path="external/rust/crates/protobuf-parse" name="platform/external/rust/crates/protobuf-parse" groups="pdk" remote="aosp" />
710 <project path="external/rust/crates/protobuf-support" name="platform/external/rust/crates/protobuf-support" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300711 <project path="external/rust/crates/quiche" name="platform/external/rust/crates/quiche" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300712 <project path="external/rust/crates/quickcheck" name="platform/external/rust/crates/quickcheck" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300713 <project path="external/rust/crates/quote" name="platform/external/rust/crates/quote" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300714 <project path="external/rust/crates/rand" name="platform/external/rust/crates/rand" groups="pdk" remote="aosp" />
715 <project path="external/rust/crates/rand_chacha" name="platform/external/rust/crates/rand_chacha" groups="pdk" remote="aosp" />
716 <project path="external/rust/crates/rand_core" name="platform/external/rust/crates/rand_core" groups="pdk" remote="aosp" />
717 <project path="external/rust/crates/rand_xorshift" name="platform/external/rust/crates/rand_xorshift" groups="pdk" remote="aosp" />
718 <project path="external/rust/crates/rayon" name="platform/external/rust/crates/rayon" groups="pdk" remote="aosp" />
719 <project path="external/rust/crates/rayon-core" name="platform/external/rust/crates/rayon-core" groups="pdk" remote="aosp" />
720 <project path="external/rust/crates/regex" name="platform/external/rust/crates/regex" groups="pdk" remote="aosp" />
721 <project path="external/rust/crates/regex-automata" name="platform/external/rust/crates/regex-automata" groups="pdk" remote="aosp" />
722 <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 +0300723 <project path="external/rust/crates/remain" name="platform/external/rust/crates/remain" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300724 <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 +0300725 <project path="external/rust/crates/ring" name="platform/external/rust/crates/ring" groups="pdk" remote="aosp" />
726 <project path="external/rust/crates/rusqlite" name="platform/external/rust/crates/rusqlite" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300727 <project path="external/rust/crates/rustc-demangle" name="platform/external/rust/crates/rustc-demangle" groups="pdk" remote="aosp" />
728 <project path="external/rust/crates/rustc-demangle-capi" name="platform/external/rust/crates/rustc-demangle-capi" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300729 <project path="external/rust/crates/rustc-hash" name="platform/external/rust/crates/rustc-hash" groups="pdk" remote="aosp" />
730 <project path="external/rust/crates/rustix" name="platform/external/rust/crates/rustix" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300731 <project path="external/rust/crates/rustversion" name="platform/external/rust/crates/rustversion" groups="pdk" remote="aosp" />
732 <project path="external/rust/crates/ryu" name="platform/external/rust/crates/ryu" groups="pdk" remote="aosp" />
733 <project path="external/rust/crates/same-file" name="platform/external/rust/crates/same-file" groups="pdk" remote="aosp" />
734 <project path="external/rust/crates/scopeguard" name="platform/external/rust/crates/scopeguard" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300735 <project path="external/rust/crates/sec1" name="platform/external/rust/crates/sec1" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300736 <project path="external/rust/crates/semver" name="platform/external/rust/crates/semver" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300737 <project path="external/rust/crates/serde" name="platform/external/rust/crates/serde" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300738 <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 +0300739 <project path="external/rust/crates/serde_cbor" name="platform/external/rust/crates/serde_cbor" groups="pdk" remote="aosp" />
740 <project path="external/rust/crates/serde_derive" name="platform/external/rust/crates/serde_derive" groups="pdk" remote="aosp" />
741 <project path="external/rust/crates/serde_json" name="platform/external/rust/crates/serde_json" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200742 <project path="external/rust/crates/serde_spanned" name="platform/external/rust/crates/serde_spanned" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300743 <project path="external/rust/crates/serde_test" name="platform/external/rust/crates/serde_test" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200744 <project path="external/rust/crates/serde_yaml" name="platform/external/rust/crates/serde_yaml" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200745 <project path="external/rust/crates/sharded-slab" name="platform/external/rust/crates/sharded-slab" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300746 <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 +0300747 <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 +0300748 <project path="external/rust/crates/shlex" name="platform/external/rust/crates/shlex" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300749 <project path="external/rust/crates/siphasher" name="platform/external/rust/crates/siphasher" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300750 <project path="external/rust/crates/slab" name="platform/external/rust/crates/slab" groups="pdk" remote="aosp" />
751 <project path="external/rust/crates/smallvec" name="platform/external/rust/crates/smallvec" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200752 <project path="external/rust/crates/smccc" name="platform/external/rust/crates/smccc" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300753 <project path="external/rust/crates/socket2" name="platform/external/rust/crates/socket2" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300754 <project path="external/rust/crates/spin" name="platform/external/rust/crates/spin" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300755 <project path="external/rust/crates/spki" name="platform/external/rust/crates/spki" groups="pdk" remote="aosp" />
756 <project path="external/rust/crates/static_assertions" name="platform/external/rust/crates/static_assertions" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300757 <project path="external/rust/crates/strsim" name="platform/external/rust/crates/strsim" groups="pdk" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +0300758 <project path="external/rust/crates/strum" name="platform/external/rust/crates/strum" groups="pdk" remote="aosp" />
759 <project path="external/rust/crates/strum_macros" name="platform/external/rust/crates/strum_macros" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300760 <project path="external/rust/crates/syn" name="platform/external/rust/crates/syn" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300761 <project path="external/rust/crates/syn-mid" name="platform/external/rust/crates/syn-mid" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300762 <project path="external/rust/crates/sync_wrapper" name="platform/external/rust/crates/sync_wrapper" groups="pdk" remote="aosp" />
763 <project path="external/rust/crates/synstructure" name="platform/external/rust/crates/synstructure" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300764 <project path="external/rust/crates/tempfile" name="platform/external/rust/crates/tempfile" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300765 <project path="external/rust/crates/termcolor" name="platform/external/rust/crates/termcolor" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200766 <project path="external/rust/crates/termtree" name="platform/external/rust/crates/termtree" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300767 <project path="external/rust/crates/textwrap" name="platform/external/rust/crates/textwrap" groups="pdk" remote="aosp" />
768 <project path="external/rust/crates/thiserror" name="platform/external/rust/crates/thiserror" groups="pdk" remote="aosp" />
769 <project path="external/rust/crates/thiserror-impl" name="platform/external/rust/crates/thiserror-impl" groups="pdk" remote="aosp" />
770 <project path="external/rust/crates/thread_local" name="platform/external/rust/crates/thread_local" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200771 <project path="external/rust/crates/threadpool" name="platform/external/rust/crates/threadpool" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300772 <project path="external/rust/crates/tikv-jemalloc-sys" name="platform/external/rust/crates/tikv-jemalloc-sys" groups="pdk" remote="aosp" />
773 <project path="external/rust/crates/tikv-jemallocator" name="platform/external/rust/crates/tikv-jemallocator" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200774 <project path="external/rust/crates/tinyjson" name="platform/external/rust/crates/tinyjson" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300775 <project path="external/rust/crates/tinytemplate" name="platform/external/rust/crates/tinytemplate" groups="pdk" remote="aosp" />
776 <project path="external/rust/crates/tinyvec" name="platform/external/rust/crates/tinyvec" groups="pdk" remote="aosp" />
777 <project path="external/rust/crates/tinyvec_macros" name="platform/external/rust/crates/tinyvec_macros" groups="pdk" remote="aosp" />
778 <project path="external/rust/crates/tokio" name="platform/external/rust/crates/tokio" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300779 <project path="external/rust/crates/tokio-io-timeout" name="platform/external/rust/crates/tokio-io-timeout" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300780 <project path="external/rust/crates/tokio-macros" name="platform/external/rust/crates/tokio-macros" groups="pdk" remote="aosp" />
781 <project path="external/rust/crates/tokio-stream" name="platform/external/rust/crates/tokio-stream" groups="pdk" remote="aosp" />
782 <project path="external/rust/crates/tokio-test" name="platform/external/rust/crates/tokio-test" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300783 <project path="external/rust/crates/tokio-util" name="platform/external/rust/crates/tokio-util" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200784 <project path="external/rust/crates/toml" name="platform/external/rust/crates/toml" groups="pdk" remote="aosp" />
785 <project path="external/rust/crates/toml_datetime" name="platform/external/rust/crates/toml_datetime" groups="pdk" remote="aosp" />
786 <project path="external/rust/crates/toml_edit" name="platform/external/rust/crates/toml_edit" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300787 <project path="external/rust/crates/tonic" name="platform/external/rust/crates/tonic" groups="pdk" remote="aosp" />
788 <project path="external/rust/crates/tower" name="platform/external/rust/crates/tower" groups="pdk" remote="aosp" />
789 <project path="external/rust/crates/tower-layer" name="platform/external/rust/crates/tower-layer" groups="pdk" remote="aosp" />
790 <project path="external/rust/crates/tower-service" name="platform/external/rust/crates/tower-service" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300791 <project path="external/rust/crates/tracing" name="platform/external/rust/crates/tracing" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300792 <project path="external/rust/crates/tracing-attributes" name="platform/external/rust/crates/tracing-attributes" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300793 <project path="external/rust/crates/tracing-core" name="platform/external/rust/crates/tracing-core" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200794 <project path="external/rust/crates/tracing-subscriber" name="platform/external/rust/crates/tracing-subscriber" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300795 <project path="external/rust/crates/try-lock" name="platform/external/rust/crates/try-lock" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200796 <project path="external/rust/crates/tungstenite" name="platform/external/rust/crates/tungstenite" groups="pdk" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +0300797 <project path="external/rust/crates/twox-hash" name="platform/external/rust/crates/twox-hash" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300798 <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 +0300799 <project path="external/rust/crates/unicode-bidi" name="platform/external/rust/crates/unicode-bidi" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300800 <project path="external/rust/crates/unicode-ident" name="platform/external/rust/crates/unicode-ident" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300801 <project path="external/rust/crates/unicode-normalization" name="platform/external/rust/crates/unicode-normalization" groups="pdk" remote="aosp" />
802 <project path="external/rust/crates/unicode-segmentation" name="platform/external/rust/crates/unicode-segmentation" groups="pdk" remote="aosp" />
803 <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 +0300804 <project path="external/rust/crates/unicode-xid" name="platform/external/rust/crates/unicode-xid" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300805 <project path="external/rust/crates/uniffi" name="platform/external/rust/crates/uniffi" groups="pdk" remote="aosp" />
806 <project path="external/rust/crates/uniffi_checksum_derive" name="platform/external/rust/crates/uniffi_checksum_derive" groups="pdk" remote="aosp" />
807 <project path="external/rust/crates/uniffi_core" name="platform/external/rust/crates/uniffi_core" groups="pdk" remote="aosp" />
808 <project path="external/rust/crates/uniffi_macros" name="platform/external/rust/crates/uniffi_macros" groups="pdk" remote="aosp" />
809 <project path="external/rust/crates/uniffi_meta" name="platform/external/rust/crates/uniffi_meta" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200810 <project path="external/rust/crates/unsafe-libyaml" name="platform/external/rust/crates/unsafe-libyaml" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300811 <project path="external/rust/crates/untrusted" name="platform/external/rust/crates/untrusted" groups="pdk" remote="aosp" />
812 <project path="external/rust/crates/url" name="platform/external/rust/crates/url" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300813 <project path="external/rust/crates/userfaultfd" name="platform/external/rust/crates/userfaultfd" groups="pdk" remote="aosp" />
814 <project path="external/rust/crates/userfaultfd-sys" name="platform/external/rust/crates/userfaultfd-sys" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200815 <project path="external/rust/crates/utf-8" name="platform/external/rust/crates/utf-8" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300816 <project path="external/rust/crates/uuid" name="platform/external/rust/crates/uuid" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200817 <project path="external/rust/crates/vhost" name="platform/external/rust/crates/vhost" groups="pdk" remote="aosp" />
818 <project path="external/rust/crates/vhost-device-vsock" name="platform/external/rust/crates/vhost-device-vsock" groups="pdk" remote="aosp" />
819 <project path="external/rust/crates/vhost-user-backend" name="platform/external/rust/crates/vhost-user-backend" groups="pdk" remote="aosp" />
820 <project path="external/rust/crates/virtio-bindings" name="platform/external/rust/crates/virtio-bindings" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300821 <project path="external/rust/crates/virtio-drivers" name="platform/external/rust/crates/virtio-drivers" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200822 <project path="external/rust/crates/virtio-queue" name="platform/external/rust/crates/virtio-queue" groups="pdk" remote="aosp" />
823 <project path="external/rust/crates/virtio-vsock" name="platform/external/rust/crates/virtio-vsock" groups="pdk" remote="aosp" />
824 <project path="external/rust/crates/vm-memory" name="platform/external/rust/crates/vm-memory" groups="pdk" remote="aosp" />
825 <project path="external/rust/crates/vmm-sys-util" name="platform/external/rust/crates/vmm-sys-util" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300826 <project path="external/rust/crates/vsock" name="platform/external/rust/crates/vsock" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300827 <project path="external/rust/crates/vulkano" name="platform/external/rust/crates/vulkano" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300828 <project path="external/rust/crates/walkdir" name="platform/external/rust/crates/walkdir" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300829 <project path="external/rust/crates/want" name="platform/external/rust/crates/want" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300830 <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 +0300831 <project path="external/rust/crates/webpki" name="platform/external/rust/crates/webpki" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300832 <project path="external/rust/crates/which" name="platform/external/rust/crates/which" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200833 <project path="external/rust/crates/winnow" name="platform/external/rust/crates/winnow" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300834 <project path="external/rust/crates/x509-cert" name="platform/external/rust/crates/x509-cert" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300835 <project path="external/rust/crates/xml-rs" name="platform/external/rust/crates/xml-rs" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200836 <project path="external/rust/crates/yaml-rust" name="platform/external/rust/crates/yaml-rust" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300837 <project path="external/rust/crates/zerocopy" name="platform/external/rust/crates/zerocopy" groups="pdk" remote="aosp" />
838 <project path="external/rust/crates/zerocopy-derive" name="platform/external/rust/crates/zerocopy-derive" groups="pdk" remote="aosp" />
839 <project path="external/rust/crates/zeroize" name="platform/external/rust/crates/zeroize" groups="pdk" remote="aosp" />
840 <project path="external/rust/crates/zeroize_derive" name="platform/external/rust/crates/zeroize_derive" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300841 <project path="external/rust/crates/zip" name="platform/external/rust/crates/zip" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200842 <project path="external/rust/autocxx" name="platform/external/rust/autocxx" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300843 <project path="external/rust/beto-rust" name="platform/external/rust/beto-rust" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300844 <project path="external/rust/cxx" name="platform/external/rust/cxx" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300845 <project path="external/rust/pica" name="platform/external/rust/pica" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300846 <project path="external/ruy" name="platform/external/ruy" groups="pdk" remote="aosp" />
847 <project path="external/s2-geometry-library-java" name="platform/external/s2-geometry-library-java" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200848 <project path="external/sandboxed-api" name="platform/external/sandboxed-api" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300849 <project path="external/scapy" name="platform/external/scapy" groups="pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700850 <project path="external/scrypt" name="platform/external/scrypt" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300851 <project path="external/scudo" name="platform/external/scudo" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300852 <project path="external/sdk-platform-java" name="platform/external/sdk-platform-java" groups="pdk,tradefed" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200853 <project path="external/sdv/vsomeip" name="platform/external/sdv/vsomeip" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300854 <project path="external/seccomp-tests" name="platform/external/seccomp-tests" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300855 <project path="external/selinux" name="platform/external/selinux" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300856 <project path="external/setfilters" name="platform/external/setfilters" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200857 <project path="external/setupcompat" name="LineageOS/android_external_setupcompat" groups="pdk,sysui-studio" />
858 <project path="external/setupdesign" name="platform/external/setupdesign" groups="pdk,sysui-studio" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300859 <project path="external/sg3_utils" name="platform/external/sg3_utils" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300860 <project path="external/shaderc/spirv-headers" name="platform/external/shaderc/spirv-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300861 <project path="external/shflags" name="platform/external/shflags" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300862 <project path="external/skia" name="platform/external/skia" groups="pdk,qcom_msm8x26" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000863 <project path="external/sl4a" name="platform/external/sl4a" groups="pdk" remote="aosp" />
864 <project path="external/slf4j" name="platform/external/slf4j" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400865 <project path="external/snakeyaml" name="platform/external/snakeyaml" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700866 <project path="external/sonic" name="platform/external/sonic" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700867 <project path="external/sonivox" name="platform/external/sonivox" groups="pdk" remote="aosp" />
868 <project path="external/speex" name="platform/external/speex" groups="pdk" remote="aosp" />
869 <project path="external/sqlite" name="platform/external/sqlite" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300870 <project path="external/spdx-tools" name="platform/external/spdx-tools" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700871 <project path="external/squashfs-tools" name="platform/external/squashfs-tools" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300872 <project path="external/stardoc" name="platform/external/stardoc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300873 <project path="external/starlark-go" name="platform/external/starlark-go" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200874 <project path="external/stg" name="platform/external/stg" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000875 <project path="external/strace" name="platform/external/strace" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300876 <project path="external/stressapptest" name="platform/external/stressapptest" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300877 <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 +0300878 <project path="external/swiftshader" name="platform/external/swiftshader" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000879 <project path="external/tagsoup" name="platform/external/tagsoup" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000880 <project path="external/tcpdump" name="platform/external/tcpdump" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300881 <project path="external/tensorflow" name="platform/external/tensorflow" groups="pdk" remote="aosp" />
Michael Bestas04d9fa62022-03-07 22:27:21 +0200882 <project path="external/TestParameterInjector" name="platform/external/TestParameterInjector" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300883 <project path="external/testng" name="platform/external/testng" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300884 <project path="external/tflite-support" name="platform/external/tflite-support" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300885 <project path="external/threetenbp" name="platform/external/threetenbp" groups="pdk,tradefed" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300886 <project path="external/timezone-boundary-builder" name="platform/external/timezone-boundary-builder" groups="pdk" clone-depth="2" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200887 <project path="external/tink" name="platform/external/tink" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300888 <project path="external/tinyalsa" name="platform/external/tinyalsa" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300889 <project path="external/tinyalsa_new" name="platform/external/tinyalsa_new" groups="pdk" remote="aosp" />
Nolen Johnson51100ed2021-11-04 15:20:42 -0400890 <project path="external/tinycompress" name="LineageOS/android_external_tinycompress" groups="pdk" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300891 <project path="external/tinyxml2" name="platform/external/tinyxml2" groups="pdk" remote="aosp" />
892 <project path="external/toolchain-utils" name="platform/external/toolchain-utils" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300893 <project path="external/toybox" name="platform/external/toybox" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300894 <project path="external/tpm2-tss" name="platform/external/tpm2-tss" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300895 <project path="external/trace-cmd" name="platform/external/trace-cmd" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700896 <project path="external/tremolo" name="platform/external/tremolo" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300897 <project path="external/trusty/arm-trusted-firmware" name="trusty/external/trusted-firmware-a" groups="trusty" remote="aosp" />
898 <project path="external/trusty/bootloader" name="trusty/external/trusty" groups="trusty" remote="aosp" />
899 <project path="external/trusty/headers" name="trusty/external/headers" groups="trusty" remote="aosp" />
900 <project path="external/trusty/lk" name="trusty/lk/common" groups="trusty" remote="aosp" />
901 <project path="external/trusty/musl" name="trusty/external/musl" groups="trusty" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300902 <project path="external/truth" name="platform/external/truth" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300903 <project path="external/turbine" name="platform/external/turbine" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400904 <project path="external/unicode" name="platform/external/unicode" groups="pdk" remote="aosp" />
Steve Kondik7d087c72016-10-25 17:17:30 -0700905 <project path="external/universal-tween-engine" name="platform/external/universal-tween-engine" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300906 <project path="external/uwb" name="platform/external/uwb" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800907 <project path="external/v4l2_codec2" name="platform/external/v4l2_codec2" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000908 <project path="external/vboot_reference" name="platform/external/vboot_reference" groups="vboot,pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300909 <project path="external/virglrenderer" name="platform/external/virglrenderer" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700910 <project path="external/vixl" name="platform/external/vixl" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700911 <project path="external/vogar" name="platform/external/vogar" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300912 <project path="external/volley" name="platform/external/volley" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300913 <project path="external/vulkan-headers" name="platform/external/vulkan-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300914 <project path="external/vulkan-validation-layers" name="platform/external/vulkan-validation-layers" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800915 <project path="external/walt" name="platform/external/walt" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300916 <project path="external/wayland" name="platform/external/wayland" groups="pdk" remote="aosp" />
917 <project path="external/wayland-protocols" name="platform/external/wayland-protocols" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300918 <project path="external/webp" name="platform/external/webp" groups="pdk,qcom_msm8x26" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700919 <project path="external/webrtc" name="platform/external/webrtc" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300920 <project path="external/wpa_supplicant_8" name="platform/external/wpa_supplicant_8" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300921 <project path="external/wmediumd" name="platform/external/wmediumd" groups="pdk" remote="aosp" />
922 <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 +0300923 <project path="external/wycheproof" name="platform/external/wycheproof" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000924 <project path="external/xmp_toolkit" name="platform/external/xmp_toolkit" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300925 <project path="external/XNNPACK" name="platform/external/XNNPACK" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300926 <project path="external/xz-embedded" name="platform/external/xz-embedded" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300927 <project path="external/xz-java" name="platform/external/xz-java" groups="pdk" remote="aosp" />
928 <project path="external/yapf" name="platform/external/yapf" groups="vts,projectarch,pdk" remote="aosp" />
929 <project path="external/zlib" name="platform/external/zlib" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000930 <project path="external/zopfli" name="platform/external/zopfli" groups="pdk" remote="aosp" />
DroidFreak32cd13b152023-05-12 00:13:34 +0530931 <project path="external/zstd" name="LineageOS/android_external_zstd" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300932 <project path="external/zucchini" name="platform/external/zucchini" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000933 <project path="external/zxing" name="platform/external/zxing" groups="pdk" remote="aosp" />
Nolen Johnson92407ab2021-12-02 23:29:43 -0500934 <project path="frameworks/av" name="LineageOS/android_frameworks_av" groups="pdk" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200935 <project path="frameworks/base" name="LineageOS/android_frameworks_base" groups="pdk-cw-fs,pdk-fs,sysui-studio" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700936 <project path="frameworks/compile/libbcc" name="platform/frameworks/compile/libbcc" groups="pdk" remote="aosp" />
937 <project path="frameworks/compile/mclinker" name="platform/frameworks/compile/mclinker" groups="pdk" remote="aosp" />
938 <project path="frameworks/compile/slang" name="platform/frameworks/compile/slang" groups="pdk" remote="aosp" />
939 <project path="frameworks/ex" name="platform/frameworks/ex" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200940 <project path="frameworks/hardware/interfaces" name="platform/frameworks/hardware/interfaces" groups="pdk,sysui-studio" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800941 <project path="frameworks/layoutlib" name="platform/frameworks/layoutlib" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300942 <project path="frameworks/libs/binary_translation" name="platform/frameworks/libs/binary_translation" groups="pdk" remote="aosp" />
943 <project path="frameworks/libs/gsma_services" name="platform/frameworks/libs/gsma_services" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200944 <project path="frameworks/libs/modules-utils" name="platform/frameworks/libs/modules-utils" groups="pdk-cw-fs,pdk-fs,sysui-studio" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300945 <project path="frameworks/libs/native_bridge_support" name="platform/frameworks/libs/native_bridge_support" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300946 <project path="frameworks/libs/service_entitlement" name="platform/frameworks/libs/service_entitlement" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200947 <project path="frameworks/libs/systemui" name="LineageOS/android_frameworks_libs_systemui" groups="pdk-cw-fs,pdk-fs,sysui-studio" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700948 <project path="frameworks/minikin" name="platform/frameworks/minikin" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700949 <project path="frameworks/multidex" name="platform/frameworks/multidex" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas075d4aa2021-10-26 20:55:01 +0300950 <project path="frameworks/native" name="LineageOS/android_frameworks_native" groups="pdk" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700951 <project path="frameworks/opt/bitmap" name="platform/frameworks/opt/bitmap" groups="pdk-fs" remote="aosp" />
Michael Bestas43f2d332022-11-25 19:49:56 +0200952 <project path="frameworks/opt/calendar" name="LineageOS/android_frameworks_opt_calendar" groups="pdk-cw-fs,pdk-fs" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200953 <project path="frameworks/opt/car/services" name="platform/frameworks/opt/car/services" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300954 <project path="frameworks/opt/car/setupwizard" name="platform/frameworks/opt/car/setupwizard" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300955 <project path="frameworks/opt/chips" name="platform/frameworks/opt/chips" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
LuK1337b6600ff2023-09-21 18:00:28 +0200956 <project path="frameworks/opt/colorpicker" name="LineageOS/android_frameworks_opt_colorpicker" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300957 <project path="frameworks/opt/localepicker" name="platform/frameworks/opt/localepicker" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700958 <project path="frameworks/opt/net/ethernet" name="platform/frameworks/opt/net/ethernet" groups="pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300959 <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 -0700960 <project path="frameworks/opt/net/voip" name="platform/frameworks/opt/net/voip" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200961 <project path="frameworks/opt/net/wifi" name="platform/frameworks/opt/net/wifi" groups="pdk,sysui-studio" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700962 <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 +0300963 <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 -0700964 <project path="frameworks/opt/telephony" name="LineageOS/android_frameworks_opt_telephony" groups="pdk" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300965 <project path="frameworks/opt/timezonepicker" name="LineageOS/android_frameworks_opt_timezonepicker" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300966 <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 +0300967 <project path="frameworks/opt/vcard" name="platform/frameworks/opt/vcard" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200968 <project path="frameworks/proto_logging" name="platform/frameworks/proto_logging" groups="pdk-cw-fs,pdk-fs,sysui-studio" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700969 <project path="frameworks/rs" name="platform/frameworks/rs" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700970 <project path="frameworks/wilhelm" name="platform/frameworks/wilhelm" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Nolen Johnson568c1f62023-07-16 15:52:31 -0400971 <project path="hardware/broadcom/libbt" name="LineageOS/android_hardware_broadcom_libbt" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300972 <project path="hardware/broadcom/wlan" name="platform/hardware/broadcom/wlan" groups="pdk,broadcom_wlan" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300973 <project path="hardware/google/aemu" name="platform/hardware/google/aemu" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400974 <project path="hardware/google/apf" name="platform/hardware/google/apf" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab2a768552019-05-11 13:30:24 -0700975 <project path="hardware/google/av" name="platform/hardware/google/av" groups="pdk" remote="aosp" />
Michael Bestas7c51e0c2024-09-02 20:27:59 +0300976 <project path="hardware/google/camera" name="LineageOS/android_hardware_google_camera" groups="pdk" />
Michael Bestas961c3992018-08-07 03:05:34 +0300977 <project path="hardware/google/easel" name="platform/hardware/google/easel" groups="pdk,easel" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300978 <project path="hardware/google/gchips" name="LineageOS/android_hardware_google_gchips" groups="pdk-lassen,pdk-gs-arm" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300979 <project path="hardware/google/gfxstream" name="platform/hardware/google/gfxstream" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300980 <project path="hardware/google/graphics/common" name="LineageOS/android_hardware_google_graphics_common" groups="pdk-lassen,pdk-gs-arm" />
981 <project path="hardware/google/graphics/gs101" name="platform/hardware/google/graphics/gs101" groups="pdk-lassen,pdk-gs-arm" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300982 <project path="hardware/google/graphics/gs201" name="platform/hardware/google/graphics/gs201" groups="cloudripperr,pdk-gs-arm" remote="aosp" />
983 <project path="hardware/google/graphics/zuma" name="platform/hardware/google/graphics/zuma" groups="ripcurrentr,pdk-gs-arm" remote="aosp" />
984 <project path="hardware/google/graphics/zumapro" name="platform/hardware/google/graphics/zumapro" groups="ripcurrentpro" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200985 <project path="hardware/google/interfaces" name="platform/hardware/google/interfaces" groups="pdk,sysui-studio" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300986 <project path="hardware/google/pixel" name="LineageOS/android_hardware_google_pixel" groups="generic_fs,pixel,pdk-gs-arm" />
Nolen Johnson4c869ef2021-11-05 14:51:22 -0400987 <project path="hardware/google/pixel-sepolicy" name="LineageOS/android_hardware_google_pixel-sepolicy" groups="generic_fs,pixel" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200988 <project path="hardware/google/trusty" name="platform/hardware/google/trusty" groups="pdk" remote="aosp" />
989 <project path="hardware/interfaces" name="LineageOS/android_hardware_interfaces" groups="pdk,sysui-studio" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300990 <project path="hardware/invensense" name="platform/hardware/invensense" groups="invensense,pdk" remote="aosp" />
Michael Bestas9fc7ef52022-08-22 22:42:55 +0300991 <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 -0400992 <project path="hardware/libhardware" name="LineageOS/android_hardware_libhardware" groups="pdk" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300993 <project path="hardware/libhardware_legacy" name="platform/hardware/libhardware_legacy" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200994 <project path="hardware/nxp/keymint" name="platform/hardware/nxp/keymint" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300995 <project path="hardware/nxp/nfc" name="platform/hardware/nxp/nfc" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300996 <project path="hardware/nxp/secure_element" name="platform/hardware/nxp/secure_element" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300997 <project path="hardware/nxp/uwb" name="platform/hardware/nxp/uwb" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200998 <project path="hardware/nxp/weaver" name="platform/hardware/nxp/weaver" groups="pdk" remote="aosp" />
Nolen Johnsonf3831082021-11-11 20:55:32 -0500999 <project path="hardware/qcom/audio" name="LineageOS/android_hardware_qcom_audio" groups="qcom,qcom_audio,pdk-qcom" />
Aaron Klingeb77eef2022-08-29 22:10:30 -05001000 <project path="hardware/qcom/bootctrl" name="platform/hardware/qcom/bootctrl" groups="qcom,pdk-qcom" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001001 <project path="hardware/qcom/bt" name="platform/hardware/qcom/bt" groups="qcom,pdk-qcom" remote="aosp" />
Aaron Klingeb77eef2022-08-29 22:10:30 -05001002 <project path="hardware/qcom/camera" name="LineageOS/android_hardware_qcom_camera" groups="qcom,qcom_camera,pdk-qcom" />
Nolen Johnsonf3831082021-11-11 20:55:32 -05001003 <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 +03001004 <project path="hardware/qcom/display" name="LineageOS/android_hardware_qcom_display" groups="pdk-qcom,qcom,qcom_display" />
1005 <project path="hardware/qcom/gps" name="LineageOS/android_hardware_qcom_gps" groups="qcom,qcom_gps,pdk-qcom" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001006 <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 +03001007 <project path="hardware/qcom/media" name="LineageOS/android_hardware_qcom_media" groups="qcom,pdk-qcom" />
Aaron Klingeb77eef2022-08-29 22:10:30 -05001008 <project path="hardware/qcom/sm7250/display" name="LineageOS/android_hardware_qcom_sm7250_display" groups="qcom,qcom_sm7250" />
Michael Bestascc6b86d2023-05-24 19:44:34 +03001009 <project path="hardware/qcom/sm7250/gps" name="LineageOS/android_hardware_qcom_sm7250_gps" groups="qcom,qcom_sm7250" >
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001010 <linkfile dest="hardware/qcom/sm7250/Android.mk" src="os_pickup.mk" />
1011 <linkfile dest="hardware/qcom/sm7250/Android.bp" src="os_pickup.bp" />
Michael Bestasb7659012020-12-08 21:22:55 +02001012 </project>
Aaron Klingeb77eef2022-08-29 22:10:30 -05001013 <project path="hardware/qcom/sm7250/media" name="LineageOS/android_hardware_qcom_sm7250_media" groups="qcom,qcom_sm7250" />
1014 <project path="hardware/qcom/sm8150/data/ipacfg-mgr" name="LineageOS/android_hardware_qcom_sm8150_data_ipacfg-mgr" groups="qcom,qcom_sm8150" >
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001015 <linkfile dest="hardware/qcom/sm8150/Android.mk" src="os_pickup.mk" />
1016 <linkfile dest="hardware/qcom/sm8150/Android.bp" src="os_pickup.bp" />
Michael Bestasaad75922019-10-25 20:11:55 +03001017 </project>
Aaron Klingeb77eef2022-08-29 22:10:30 -05001018 <project path="hardware/qcom/sm8150/display" name="LineageOS/android_hardware_qcom_sm8150_display" groups="qcom,qcom_sm8150" />
Michael Bestascc6b86d2023-05-24 19:44:34 +03001019 <project path="hardware/qcom/sm8150/gps" name="LineageOS/android_hardware_qcom_sm8150_gps" groups="qcom,qcom_sm8150" />
Aaron Klingeb77eef2022-08-29 22:10:30 -05001020 <project path="hardware/qcom/sm8150/media" name="LineageOS/android_hardware_qcom_sm8150_media" groups="qcom,qcom_sm8150" />
1021 <project path="hardware/qcom/sm8150/thermal" name="platform/hardware/qcom/sm8150/thermal" groups="qcom,qcom_sm8150" remote="aosp" />
1022 <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 -05001023 <project path="hardware/qcom/wlan" name="LineageOS/android_hardware_qcom_wlan" groups="qcom,qcom_wlan,pdk-qcom" />
Julian Veit4835ad02022-01-11 16:21:37 +01001024 <project path="hardware/ril" name="LineageOS/android_hardware_ril" groups="pdk" />
Michael Bestas3aa029f2024-03-02 21:13:30 +02001025 <project path="hardware/samsung/nfc" name="LineageOS/android_hardware_samsung_nfc" groups="pdk" />
1026 <project path="hardware/st/nfc" name="LineageOS/android_hardware_st_nfc" groups="pdk" />
Michael Bestasaad75922019-10-25 20:11:55 +03001027 <project path="hardware/st/secure_element" name="platform/hardware/st/secure_element" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001028 <project path="hardware/st/secure_element2" name="platform/hardware/st/secure_element2" groups="pdk" remote="aosp" />
Michael Bestas2626bcf2023-06-13 22:34:24 +03001029 <project path="hardware/synaptics/wlan" name="platform/hardware/synaptics/wlan" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001030 <project path="hardware/ti/am57x" name="platform/hardware/ti/am57x" groups="pdk" remote="aosp" />
Michael Bestas1cd9e2a2023-10-24 23:10:26 +03001031 <project path="kernel/configs" name="LineageOS/android_kernel_configs" groups="vts,pdk" />
Tim Schumacher30890132021-07-11 18:30:54 +02001032 <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 +03001033 <project path="kernel/prebuilts/5.4/arm64" name="kernel/prebuilts/5.4/arm64" groups="pdk" clone-depth="1" remote="aosp" />
1034 <project path="kernel/prebuilts/5.4/x86_64" name="kernel/prebuilts/5.4/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
1035 <project path="kernel/prebuilts/5.10/arm64" name="kernel/prebuilts/5.10/arm64" groups="pdk" clone-depth="1" remote="aosp" />
1036 <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 +03001037 <project path="kernel/prebuilts/5.15/arm64" name="kernel/prebuilts/5.15/arm64" groups="pdk" clone-depth="1" remote="aosp" />
1038 <project path="kernel/prebuilts/5.15/x86_64" name="kernel/prebuilts/5.15/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001039 <project path="kernel/prebuilts/6.1/arm64" name="kernel/prebuilts/6.1/arm64" groups="pdk" clone-depth="1" remote="aosp" />
1040 <project path="kernel/prebuilts/6.1/x86_64" name="kernel/prebuilts/6.1/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +03001041 <project path="kernel/prebuilts/6.6/arm64" name="kernel/prebuilts/6.6/arm64" groups="pdk" clone-depth="1" remote="aosp" />
1042 <project path="kernel/prebuilts/6.6/x86_64" name="kernel/prebuilts/6.6/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001043 <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 +03001044 <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 +03001045 <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" />
1046 <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" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001047 <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" />
1048 <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" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001049 <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" />
1050 <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 +03001051 <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" />
1052 <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 Bestas1af23a82023-10-08 17:23:58 +03001053 <project path="kernel/prebuilts/common-modules/virtual-device/6.1/arm64" name="kernel/prebuilts/common-modules/virtual-device/6.1/arm64" groups="pdk" clone-depth="1" remote="aosp" />
1054 <project path="kernel/prebuilts/common-modules/virtual-device/6.1/x86-64" name="kernel/prebuilts/common-modules/virtual-device/6.1/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +03001055 <project path="kernel/prebuilts/common-modules/virtual-device/6.6/arm64" name="kernel/prebuilts/common-modules/virtual-device/6.6/arm64" groups="pdk" clone-depth="1" remote="aosp" />
1056 <project path="kernel/prebuilts/common-modules/virtual-device/6.6/x86-64" name="kernel/prebuilts/common-modules/virtual-device/6.6/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001057 <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" />
1058 <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 +03001059 <project path="kernel/tests" name="kernel/tests" groups="vts,pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001060 <project path="libcore" name="platform/libcore" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -04001061 <project path="libnativehelper" name="platform/libnativehelper" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001062 <project path="packages/apps/AvatarPicker" name="platform/packages/apps/AvatarPicker" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001063 <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 -04001064 <project path="packages/apps/Browser2" name="platform/packages/apps/Browser2" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001065 <project path="packages/apps/Camera2" name="LineageOS/android_packages_apps_Camera2" groups="pdk-fs" />
Michael Bestas52575e92024-09-09 22:19:35 +03001066 <project path="packages/apps/Car/CalendarPrebuilt" name="platform/packages/apps/Car/CalendarPrebuilt" groups="pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001067 <project path="packages/apps/Car/Cluster" name="platform/packages/apps/Car/Cluster" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001068 <project path="packages/apps/Car/DebuggingRestrictionController" name="platform/packages/apps/Car/DebuggingRestrictionController" groups="pdk-fs" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +03001069 <project path="packages/apps/Car/DialerPrebuilt" name="platform/packages/apps/Car/DialerPrebuilt" groups="pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001070 <project path="packages/apps/Car/DriverUIPrebuilt" name="platform/packages/apps/Car/DriverUIPrebuilt" groups="pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001071 <project path="packages/apps/Car/LatinIME" name="platform/packages/apps/Car/LatinIME" groups="pdk-fs" remote="aosp" />
1072 <project path="packages/apps/Car/Launcher" name="platform/packages/apps/Car/Launcher" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001073 <project path="packages/apps/Car/LinkViewer" name="platform/packages/apps/Car/LinkViewer" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001074 <project path="packages/apps/Car/LocalMediaPlayer" name="platform/packages/apps/Car/LocalMediaPlayer" groups="pdk-fs" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +03001075 <project path="packages/apps/Car/MediaPrebuilt" name="platform/packages/apps/Car/MediaPrebuilt" groups="pdk-fs" clone-depth="1" remote="aosp" />
1076 <project path="packages/apps/Car/MessengerPrebuilt" name="platform/packages/apps/Car/MessengerPrebuilt" groups="pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001077 <project path="packages/apps/Car/Notification" name="platform/packages/apps/Car/Notification" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001078 <project path="packages/apps/Car/Provision" name="platform/packages/apps/Car/Provision" groups="pdk-fs" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001079 <project path="packages/apps/Car/RadioPrebuilt" name="platform/packages/apps/Car/RadioPrebuilt" groups="pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001080 <project path="packages/apps/Car/RotaryController" name="platform/packages/apps/Car/RotaryController" groups="pdk-fs" remote="aosp" />
Tom Prattc0d16f52021-11-23 14:54:39 +01001081 <project path="packages/apps/Car/Settings" name="LineageOS/android_packages_apps_Car_Settings" groups="pdk-fs" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001082 <project path="packages/apps/Car/SettingsIntelligence" name="platform/packages/apps/Car/SettingsIntelligence" groups="pdk-fs" remote="aosp" />
Michael Bestasc428eb12022-06-07 02:16:05 +03001083 <project path="packages/apps/Car/systemlibs" name="platform/packages/apps/Car/systemlibs" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001084 <project path="packages/apps/Car/SystemUI" name="platform/packages/apps/Car/SystemUI" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001085 <project path="packages/apps/Car/SystemUpdater" name="platform/packages/apps/Car/SystemUpdater" groups="pdk-fs" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001086 <project path="packages/apps/Car/Templates" name="platform/packages/apps/Car/Templates" groups="pdk-fs" remote="aosp" />
1087 <project path="packages/apps/Car/VoiceControl" name="platform/packages/apps/Car/VoiceControl" groups="pdk-fs" remote="aosp" />
1088 <project path="packages/apps/Car/DataSubscriptionReference" name="platform/packages/apps/Car/DataSubscriptionReference" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001089 <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 +02001090 <project path="packages/apps/CellBroadcastReceiver" name="LineageOS/android_packages_apps_CellBroadcastReceiver" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001091 <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 +03001092 <project path="packages/apps/Contacts" name="LineageOS/android_packages_apps_Contacts" groups="pdk-fs" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001093 <project path="packages/apps/Dialer" name="LineageOS/android_packages_apps_Dialer" groups="pdk-fs" />
1094 <project path="packages/apps/DocumentsUI" name="LineageOS/android_packages_apps_DocumentsUI" groups="pdk-cw-fs,pdk-fs" />
Michael Wcc9439e2022-04-06 18:40:24 +02001095 <project path="packages/apps/EmergencyInfo" name="LineageOS/android_packages_apps_EmergencyInfo" groups="pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001096 <project path="packages/apps/HTMLViewer" name="platform/packages/apps/HTMLViewer" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001097 <project path="packages/apps/ImsServiceEntitlement" name="platform/packages/apps/ImsServiceEntitlement" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001098 <project path="packages/apps/KeyChain" name="platform/packages/apps/KeyChain" groups="pdk-fs" remote="aosp" />
1099 <project path="packages/apps/ManagedProvisioning" name="platform/packages/apps/ManagedProvisioning" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001100 <project path="packages/apps/Messaging" name="LineageOS/android_packages_apps_Messaging" groups="pdk-fs" />
Nolen Johnsona43e00f2022-09-27 17:03:44 -04001101 <project path="packages/apps/Music" name="platform/packages/apps/Music" groups="pdk-fs" remote="aosp" />
1102 <project path="packages/apps/MusicFX" name="platform/packages/apps/MusicFX" groups="pdk-fs" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001103 <project path="packages/apps/Nfc" name="LineageOS/android_packages_apps_Nfc" groups="apps_nfc,pdk-fs,pdk-cw-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001104 <project path="packages/apps/OnDeviceAppPrediction" name="platform/packages/apps/OnDeviceAppPrediction" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001105 <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 -07001106 <project path="packages/apps/Provision" name="platform/packages/apps/Provision" groups="pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001107 <project path="packages/apps/QuickAccessWallet" name="platform/packages/apps/QuickAccessWallet" groups="pdk-fs" remote="aosp" />
Nolen Johnsona43e00f2022-09-27 17:03:44 -04001108 <project path="packages/apps/QuickSearchBox" name="platform/packages/apps/QuickSearchBox" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001109 <project path="packages/apps/SafetyRegulatoryInfo" name="platform/packages/apps/SafetyRegulatoryInfo" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001110 <project path="packages/apps/SampleLocationAttribution" name="platform/packages/apps/SampleLocationAttribution" groups="pdk-fs" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001111 <project path="packages/apps/SecureElement" name="platform/packages/apps/SecureElement" groups="apps_se,pdk-fs,pdk-cw-fs" remote="aosp" />
Michael Bestas2e916ba2021-10-06 20:10:04 +03001112 <project path="packages/apps/Settings" name="LineageOS/android_packages_apps_Settings" groups="pdk-fs" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001113 <project path="packages/apps/SettingsIntelligence" name="LineageOS/android_packages_apps_SettingsIntelligence" groups="pdk-fs" />
1114 <project path="packages/apps/Stk" name="LineageOS/android_packages_apps_Stk" groups="apps_stk,pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001115 <project path="packages/apps/StorageManager" name="platform/packages/apps/StorageManager" groups="pdk-fs" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001116 <project path="packages/apps/SystemUIGo" name="platform/packages/apps/SystemUIGo" groups="pdk-fs" remote="aosp" />
Michael Wcc9439e2022-04-06 18:40:24 +02001117 <project path="packages/apps/Tag" name="LineageOS/android_packages_apps_Tag" groups="pdk-fs" />
Simon Shields51ac04c2017-04-04 20:42:50 +10001118 <project path="packages/apps/Test/connectivity" name="platform/packages/apps/Test/connectivity" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001119 <project path="packages/apps/ThemePicker" name="LineageOS/android_packages_apps_ThemePicker" groups="pdk-fs,sysui-studio" />
1120 <project path="packages/apps/Traceur" name="platform/packages/apps/Traceur" groups="pdk-fs,sysui-studio,pdk-cw-tvc" remote="aosp" />
1121 <project path="packages/apps/Trebuchet" name="LineageOS/android_packages_apps_Trebuchet" groups="pdk-fs,sysui-studio,pdk-cw-tvc" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001122 <project path="packages/apps/TvFeedbackConsent" name="platform/packages/apps/TvFeedbackConsent" groups="pdk-fs" remote="aosp" />
Nolen Johnson2a1f1062022-01-13 18:02:20 -05001123 <project path="packages/apps/TvSettings" name="LineageOS/android_packages_apps_TvSettings" groups="pdk-fs" />
Michael Bestas33aec9e2024-06-23 01:04:53 +03001124 <project path="packages/apps/TvSystemUI" name="LineageOS/android_packages_apps_TvSystemUI" groups="pdk-fs" />
Nolen Johnsona0636072020-06-30 12:51:27 -04001125 <project path="packages/apps/TV" name="platform/packages/apps/TV" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001126 <project path="packages/apps/UniversalMediaPlayer" name="platform/packages/apps/UniversalMediaPlayer" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001127 <project path="packages/apps/WallpaperPicker2" name="LineageOS/android_packages_apps_WallpaperPicker2" groups="pdk-fs,sysui-studio" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001128 <project path="packages/inputmethods/LatinIME" name="LineageOS/android_packages_inputmethods_LatinIME" groups="pdk-fs" />
Michael Wcc9439e2022-04-06 18:40:24 +02001129 <project path="packages/inputmethods/LeanbackIME" name="LineageOS/android_packages_inputmethods_LeanbackIME" groups="pdk-fs" />
Nolen Johnson54944022021-11-12 14:33:27 -05001130 <project path="packages/modules/adb" name="LineageOS/android_packages_modules_adb" groups="pdk" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001131 <project path="packages/modules/AdServices" name="platform/packages/modules/AdServices" groups="pdk-cw-fs,pdk-fs,sysui-studio" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001132 <project path="packages/modules/AppSearch" name="platform/packages/modules/AppSearch" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001133 <project path="packages/modules/ArtPrebuilt" name="platform/packages/modules/ArtPrebuilt" groups="pdk" clone-depth="1" remote="aosp" />
althafvly44ea1fe2022-11-21 02:30:21 +05301134 <project path="packages/modules/Bluetooth" name="LineageOS/android_packages_modules_Bluetooth" groups="pdk" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001135 <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 +03001136 <project path="packages/modules/CellBroadcastService" name="platform/packages/modules/CellBroadcastService" groups="pdk" remote="aosp" />
LuK133740fa98c2021-12-21 21:35:28 +01001137 <project path="packages/modules/common" name="LineageOS/android_packages_modules_common" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001138 <project path="packages/modules/ConfigInfrastructure" name="platform/packages/modules/ConfigInfrastructure" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Oliver Scottae723532021-11-08 11:21:03 -05001139 <project path="packages/modules/Connectivity" name="LineageOS/android_packages_modules_Connectivity" groups="pdk-cw-fs,pdk-fs" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001140 <project path="packages/modules/CrashRecovery" name="platform/packages/modules/CrashRecovery" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001141 <project path="packages/modules/Cronet" name="platform/packages/modules/Cronet" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
1142 <project path="packages/modules/DeviceLock" name="platform/packages/modules/DeviceLock" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001143 <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 +03001144 <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 +03001145 <project path="packages/modules/GeoTZ" name="platform/packages/modules/GeoTZ" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
1146 <project path="packages/modules/Gki" name="platform/packages/modules/Gki" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001147 <project path="packages/modules/HealthFitness" name="platform/packages/modules/HealthFitness" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001148 <project path="packages/modules/ImsMedia" name="platform/packages/modules/ImsMedia" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001149 <project path="packages/modules/IntentResolver" name="platform/packages/modules/IntentResolver" groups="pdk,sysui-studio" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001150 <project path="packages/modules/IPsec" name="platform/packages/modules/IPsec" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001151 <project path="packages/modules/Media" name="platform/packages/modules/Media" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001152 <project path="packages/modules/ModuleMetadata" name="platform/packages/modules/ModuleMetadata" groups="pdk" remote="aosp" />
1153 <project path="packages/modules/NetworkPermissionConfig" name="platform/packages/modules/NetworkPermissionConfig" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
LuK133742a67862024-10-06 10:57:26 +02001154 <project path="packages/modules/NetworkStack" name="LineageOS/android_packages_modules_NetworkStack" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001155 <project path="packages/modules/NeuralNetworks" name="platform/packages/modules/NeuralNetworks" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001156 <project path="packages/modules/OnDevicePersonalization" name="platform/packages/modules/OnDevicePersonalization" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Wcc9439e2022-04-06 18:40:24 +02001157 <project path="packages/modules/Permission" name="LineageOS/android_packages_modules_Permission" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas3ef99d52024-06-15 03:05:09 +03001158 <project path="packages/modules/Profiling" name="platform/packages/modules/Profiling" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001159 <project path="packages/modules/RemoteKeyProvisioning" name="platform/packages/modules/RemoteKeyProvisioning" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001160 <project path="packages/modules/RuntimeI18n" name="platform/packages/modules/RuntimeI18n" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
1161 <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 +03001162 <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 +03001163 <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 +03001164 <project path="packages/modules/StatsD" name="platform/packages/modules/StatsD" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001165 <project path="packages/modules/Telephony" name="platform/packages/modules/Telephony" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001166 <project path="packages/modules/TestModule" name="platform/packages/modules/TestModule" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001167 <project path="packages/modules/ThreadNetwork" name="platform/packages/modules/ThreadNetwork" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001168 <project path="packages/modules/Uwb" name="platform/packages/modules/Uwb" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001169 <project path="packages/modules/UprobeStats" name="platform/packages/modules/UprobeStats" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
LuK1337cbd7dbc2024-10-19 18:17:23 +02001170 <project path="packages/modules/Virtualization" name="LineageOS/android_packages_modules_Virtualization" groups="pdk" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001171 <project path="packages/modules/vndk" name="platform/packages/modules/vndk" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001172 <project path="packages/modules/Wifi" name="LineageOS/android_packages_modules_Wifi" groups="pdk-cw-fs,pdk-fs,sysui-studio" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001173 <project path="packages/providers/BlockedNumberProvider" name="LineageOS/android_packages_providers_BlockedNumberProvider" groups="pdk-fs" />
1174 <project path="packages/providers/BookmarkProvider" name="LineageOS/android_packages_providers_BookmarkProvider" groups="pdk-fs" />
1175 <project path="packages/providers/CalendarProvider" name="LineageOS/android_packages_providers_CalendarProvider" groups="pdk-cw-fs,pdk-fs" />
1176 <project path="packages/providers/CallLogProvider" name="LineageOS/android_packages_providers_CallLogProvider" groups="pdk-fs" />
Michael Bestas3ef99d52024-06-15 03:05:09 +03001177 <project path="packages/providers/ContactsKeysProvider" name="platform/packages/providers/ContactsKeysProvider" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001178 <project path="packages/providers/ContactsProvider" name="LineageOS/android_packages_providers_ContactsProvider" groups="pdk-cw-fs,pdk-fs" />
1179 <project path="packages/providers/DownloadProvider" name="LineageOS/android_packages_providers_DownloadProvider" groups="pdk-cw-fs,pdk-fs" />
1180 <project path="packages/providers/MediaProvider" name="LineageOS/android_packages_providers_MediaProvider" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001181 <project path="packages/providers/PartnerBookmarksProvider" name="platform/packages/providers/PartnerBookmarksProvider" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001182 <project path="packages/providers/TelephonyProvider" name="LineageOS/android_packages_providers_TelephonyProvider" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001183 <project path="packages/providers/TvProvider" name="platform/packages/providers/TvProvider" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001184 <project path="packages/providers/UserDictionaryProvider" name="platform/packages/providers/UserDictionaryProvider" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
1185 <project path="packages/screensavers/Basic" name="platform/packages/screensavers/Basic" groups="pdk-fs" remote="aosp" />
Michael Wcc9439e2022-04-06 18:40:24 +02001186 <project path="packages/screensavers/PhotoTable" name="LineageOS/android_packages_screensavers_PhotoTable" groups="pdk-fs" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001187 <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 +03001188 <project path="packages/services/BuiltInPrintService" name="platform/packages/services/BuiltInPrintService" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Bruno Martins1c1690a2024-01-22 11:01:39 +00001189 <project path="packages/services/Car" name="LineageOS/android_packages_services_Car" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001190 <project path="packages/services/DeviceAsWebcam" name="platform/packages/services/DeviceAsWebcam" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001191 <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 +03001192 <project path="packages/services/Mms" name="LineageOS/android_packages_services_Mms" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001193 <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 +03001194 <project path="packages/services/Telecomm" name="LineageOS/android_packages_services_Telecomm" groups="pdk-cw-fs,pdk-fs" />
1195 <project path="packages/services/Telephony" name="LineageOS/android_packages_services_Telephony" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001196 <project path="packages/wallpapers/ImageWallpaper" name="platform/packages/wallpapers/ImageWallpaper" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001197 <project path="packages/wallpapers/LivePicker" name="LineageOS/android_packages_wallpapers_LivePicker" groups="pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -07001198 <project path="pdk" name="platform/pdk" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001199 <project path="platform_testing" name="platform/platform_testing" groups="pdk-fs,pdk-cw-fs,cts,sysui-studio" remote="aosp" />
1200 <project path="prebuilts/abi-dumps/ndk" name="platform/prebuilts/abi-dumps/ndk" groups="pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
1201 <project path="prebuilts/abi-dumps/platform" name="platform/prebuilts/abi-dumps/platform" groups="pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
1202 <project path="prebuilts/abi-dumps/vndk" name="platform/prebuilts/abi-dumps/vndk" groups="pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -07001203 <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 +03001204 <project path="prebuilts/asuite" name="platform/prebuilts/asuite" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001205 <project path="prebuilts/bazel/common" name="platform/prebuilts/bazel/common" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001206 <project path="prebuilts/bazel/darwin-x86_64" name="platform/prebuilts/bazel/darwin-x86_64" groups="darwin,pdk" clone-depth="1" remote="aosp" />
1207 <project path="prebuilts/bazel/linux-x86_64" name="platform/prebuilts/bazel/linux-x86_64" groups="linux,pdk" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001208 <project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" groups="pdk,sysui-studio" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001209 <project path="prebuilts/bundletool" name="platform/prebuilts/bundletool" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001210 <project path="prebuilts/checkcolor" name="platform/prebuilts/checkcolor" groups="pdk,sysui-studio" clone-depth="1" remote="aosp" />
1211 <project path="prebuilts/checkstyle" name="platform/prebuilts/checkstyle" groups="pdk,sysui-studio" clone-depth="1" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001212 <project path="prebuilts/clang-tools" name="platform/prebuilts/clang-tools" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001213 <project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="notdefault,platform-darwin,pdk,darwin,sysui-studio" clone-depth="1" remote="aosp" />
1214 <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" groups="pdk,sysui-studio" clone-depth="1" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001215 <project path="prebuilts/cmake/linux-x86" name="platform/prebuilts/cmake/linux-x86" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001216 <project path="prebuilts/cmdline-tools" name="platform/prebuilts/cmdline-tools" groups="pdk-cw-fs,pdk-fs,sysui-studio" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -08001217 <project path="prebuilts/devtools" name="platform/prebuilts/devtools" groups="pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001218 <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" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001219 <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-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
1220 <project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" groups="notdefault,platform-darwin,darwin,pdk,tradefed" clone-depth="1" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001221 <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 +03001222 <project path="prebuilts/gradle-plugin" name="platform/prebuilts/gradle-plugin" groups="pdk,pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001223 <project path="prebuilts/jdk/jdk17" name="platform/prebuilts/jdk/jdk17" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001224 <project path="prebuilts/jdk/jdk21" name="platform/prebuilts/jdk/jdk21" groups="pdk" clone-depth="1" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -08001225 <project path="prebuilts/jdk/jdk8" name="platform/prebuilts/jdk/jdk8" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001226 <project path="prebuilts/manifest-merger" name="platform/prebuilts/manifest-merger" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001227 <project path="prebuilts/maven_repo/bumptech" name="platform/prebuilts/maven_repo/bumptech" groups="pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001228 <project path="prebuilts/misc" name="platform/prebuilts/misc" groups="pdk,sysui-studio" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001229 <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 +03001230 <project path="prebuilts/module_sdk/AdServices" name="platform/prebuilts/module_sdk/AdServices" groups="pdk" clone-depth="1" remote="aosp" />
1231 <project path="prebuilts/module_sdk/AppSearch" name="platform/prebuilts/module_sdk/AppSearch" groups="pdk" clone-depth="1" remote="aosp" />
1232 <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 +03001233 <project path="prebuilts/module_sdk/conscrypt" name="platform/prebuilts/module_sdk/conscrypt" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001234 <project path="prebuilts/module_sdk/ConfigInfrastructure" name="platform/prebuilts/module_sdk/ConfigInfrastructure" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001235 <project path="prebuilts/module_sdk/Connectivity" name="platform/prebuilts/module_sdk/Connectivity" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001236 <project path="prebuilts/module_sdk/CrashRecovery" name="platform/prebuilts/module_sdk/CrashRecovery" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001237 <project path="prebuilts/module_sdk/DeviceLock" name="platform/prebuilts/module_sdk/DeviceLock" groups="pdk" clone-depth="1" remote="aosp" />
1238 <project path="prebuilts/module_sdk/HealthFitness" name="platform/prebuilts/module_sdk/HealthFitness" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001239 <project path="prebuilts/module_sdk/IPsec" name="platform/prebuilts/module_sdk/IPsec" groups="pdk" clone-depth="1" remote="aosp" />
1240 <project path="prebuilts/module_sdk/Media" name="platform/prebuilts/module_sdk/Media" groups="pdk" clone-depth="1" remote="aosp" />
1241 <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 +03001242 <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 +03001243 <project path="prebuilts/module_sdk/Permission" name="platform/prebuilts/module_sdk/Permission" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +03001244 <project path="prebuilts/module_sdk/Profiling" name="platform/prebuilts/module_sdk/Profiling" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001245 <project path="prebuilts/module_sdk/RemoteKeyProvisioning" name="platform/prebuilts/module_sdk/RemoteKeyProvisioning" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001246 <project path="prebuilts/module_sdk/Scheduling" name="platform/prebuilts/module_sdk/Scheduling" groups="pdk" clone-depth="1" remote="aosp" />
1247 <project path="prebuilts/module_sdk/SdkExtensions" name="platform/prebuilts/module_sdk/SdkExtensions" groups="pdk" clone-depth="1" remote="aosp" />
1248 <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 +03001249 <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 +03001250 <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 -08001251 <project path="prebuilts/ndk" name="platform/prebuilts/ndk" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001252 <project path="prebuilts/ktlint" name="platform/prebuilts/ktlint" groups="pdk,sysui-studio" clone-depth="1" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -07001253 <project path="prebuilts/qemu-kernel" name="platform/prebuilts/qemu-kernel" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001254 <project path="prebuilts/remoteexecution-client" name="platform/prebuilts/remoteexecution-client" groups="pdk" clone-depth="1" remote="aosp" />
1255 <project path="prebuilts/runtime" name="platform/prebuilts/runtime" groups="pdk" clone-depth="1" remote="aosp" />
1256 <project path="prebuilts/rust" name="platform/prebuilts/rust" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001257 <project path="prebuilts/r8" name="platform/prebuilts/r8" groups="pdk,sysui-studio" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001258 <project path="prebuilts/sdk" name="platform/prebuilts/sdk" groups="pdk,sysui-studio" clone-depth="1" remote="aosp" />
1259 <project path="prebuilts/tools" name="platform/prebuilts/tools" groups="pdk,tools,sysui-studio" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001260 <project path="prebuilts/vndk/v29" name="platform/prebuilts/vndk/v29" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001261 <project path="prebuilts/vndk/v30" name="platform/prebuilts/vndk/v30" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas04d9fa62022-03-07 22:27:21 +02001262 <project path="prebuilts/vndk/v31" name="platform/prebuilts/vndk/v31" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001263 <project path="prebuilts/vndk/v32" name="platform/prebuilts/vndk/v32" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001264 <project path="prebuilts/vndk/v33" name="platform/prebuilts/vndk/v33" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001265 <project path="prebuilts/vndk/v34" name="platform/prebuilts/vndk/v34" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001266 <project path="sdk" name="platform/sdk" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001267 <project path="system/apex" name="platform/system/apex" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001268 <project path="system/authgraph" name="platform/system/authgraph" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001269 <project path="system/bpf" name="LineageOS/android_system_bpf" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001270 <project path="system/bpfprogs" name="platform/system/bpfprogs" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -04001271 <project path="system/ca-certificates" name="platform/system/ca-certificates" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001272 <project path="system/chre" name="platform/system/chre" groups="pdk" remote="aosp" />
1273 <project path="system/connectivity/wificond" name="platform/system/connectivity/wificond" groups="pdk" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001274 <project path="system/core" name="LineageOS/android_system_core" groups="pdk" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001275 <project path="system/dmesgd" name="platform/system/dmesgd" groups="pdk" remote="aosp" />
Jarl-Penguind6cacf32022-02-10 06:34:44 +03001276 <project path="system/extras" name="LineageOS/android_system_extras" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -07001277 <project path="system/gatekeeper" name="platform/system/gatekeeper" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001278 <project path="system/gsid" name="platform/system/gsid" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001279 <project path="system/hardware/interfaces" name="platform/system/hardware/interfaces" groups="pdk,sysui-studio" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001280 <project path="system/hwservicemanager" name="platform/system/hwservicemanager" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001281 <project path="system/incremental_delivery" name="platform/system/incremental_delivery" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001282 <project path="system/iorap" name="platform/system/iorap" groups="pdk" remote="aosp" />
Kevin F. Haggerty8b9c84d2022-04-27 06:20:06 -06001283 <project path="system/keymaster" name="LineageOS/android_system_keymaster" groups="pdk" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001284 <project path="system/keymint" name="platform/system/keymint" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001285 <project path="system/libartpalette" name="platform/system/libartpalette" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001286 <project path="system/libbase" name="platform/system/libbase" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001287 <project path="system/libcppbor" name="platform/system/libcppbor" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001288 <project path="system/libfmq" name="platform/system/libfmq" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001289 <project path="system/libhidl" name="LineageOS/android_system_libhidl" groups="pdk,sysui-studio" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001290 <project path="system/libhwbinder" name="platform/system/libhwbinder" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001291 <project path="system/libprocinfo" name="platform/system/libprocinfo" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001292 <project path="system/librustutils" name="platform/system/librustutils" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001293 <project path="system/libsysprop" name="platform/system/libsysprop" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001294 <project path="system/libufdt" name="platform/system/libufdt" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001295 <project path="system/libvintf" name="platform/system/libvintf" groups="pdk" remote="aosp" />
Michael Bestase48924e2021-10-26 21:22:00 +03001296 <project path="system/libziparchive" name="LineageOS/android_system_libziparchive" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001297 <project path="system/linkerconfig" name="platform/system/linkerconfig" groups="pdk" remote="aosp" />
LuK133740fa98c2021-12-21 21:35:28 +01001298 <project path="system/logging" name="LineageOS/android_system_logging" groups="pdk" />
Nolen Johnson9e12a5f2021-12-03 13:46:15 -05001299 <project path="system/media" name="LineageOS/android_system_media" groups="pdk" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001300 <project path="system/memory/libion" name="platform/system/memory/libion" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001301 <project path="system/memory/libdmabufheap" name="platform/system/memory/libdmabufheap" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001302 <project path="system/memory/libmeminfo" name="platform/system/memory/libmeminfo" groups="pdk" remote="aosp" />
1303 <project path="system/memory/libmemtrack" name="platform/system/memory/libmemtrack" groups="pdk" remote="aosp" />
1304 <project path="system/memory/libmemunreachable" name="platform/system/memory/libmemunreachable" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001305 <project path="system/memory/lmkd" name="platform/system/memory/lmkd" groups="pdk" remote="aosp" />
Michael Bestas8141fe32023-07-05 19:34:07 +03001306 <project path="system/netd" name="LineageOS/android_system_netd" groups="pdk" />
Michael Bestas961c3992018-08-07 03:05:34 +03001307 <project path="system/nfc" name="platform/system/nfc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -08001308 <project path="system/nvram" name="platform/system/nvram" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001309 <project path="system/secretkeeper" name="platform/system/secretkeeper" groups="pdk" remote="aosp" />
Nolen Johnson29ba3022022-04-08 12:00:55 -04001310 <project path="system/security" name="LineageOS/android_system_security" groups="pdk" />
Michael Bestase48924e2021-10-26 21:22:00 +03001311 <project path="system/sepolicy" name="LineageOS/android_system_sepolicy" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001312 <project path="system/server_configurable_flags" name="platform/system/server_configurable_flags" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001313 <project path="system/teeui" name="platform/system/teeui" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001314 <project path="system/testing/gtest_extras" name="platform/system/testing/gtest_extras" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001315 <project path="system/timezone" name="platform/system/timezone" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001316 <project path="system/tools/aidl" name="platform/system/tools/aidl" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001317 <project path="system/tools/hidl" name="platform/system/tools/hidl" groups="pdk" remote="aosp" />
SamarV-12181b07c72022-01-08 09:51:05 +05301318 <project path="system/tools/mkbootimg" name="LineageOS/android_system_tools_mkbootimg" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001319 <project path="system/tools/sysprop" name="platform/system/tools/sysprop" groups="pdk" remote="aosp" />
1320 <project path="system/tools/xsdc" name="platform/system/tools/xsdc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001321 <project path="system/unwinding" name="platform/system/unwinding" groups="pdk" remote="aosp" />
Michael Bestasce80b1a2021-10-26 21:28:59 +03001322 <project path="system/update_engine" name="LineageOS/android_system_update_engine" groups="pdk" />
Bruno Martins77994e72022-05-02 16:28:27 +01001323 <project path="system/vold" name="LineageOS/android_system_vold" groups="pdk" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001324 <project path="test/app_compat/csuite" name="platform/test/app_compat/csuite" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001325 <project path="test/cts-root" name="platform/test/cts-root" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001326 <project path="test/dittosuite" name="platform/test/dittosuite" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001327 <project path="test/framework" name="platform/test/framework" groups="vts,projectarch,pdk" remote="aosp" />
1328 <project path="test/mlts/benchmark" name="platform/test/mlts/benchmark" groups="pdk" remote="aosp" />
1329 <project path="test/mlts/models" name="platform/test/mlts/models" groups="pdk" remote="aosp" />
1330 <project path="test/mts" name="platform/test/mts" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001331 <project path="test/robolectric-extensions" name="platform/test/robolectric-extensions" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001332 <project path="test/suite_harness" name="platform/test/suite_harness" groups="cts,pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001333 <project path="test/vts" name="platform/test/vts" groups="vts,pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001334 <project path="test/vts-testcase/hal" name="platform/test/vts-testcase/hal" groups="vts,pdk" remote="aosp" />
1335 <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 +03001336 <project path="test/vts-testcase/kernel" name="platform/test/vts-testcase/kernel" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001337 <project path="test/vts-testcase/nbu" name="platform/test/vts-testcase/nbu" groups="vts,projectarch,pdk" remote="aosp" />
1338 <project path="test/vts-testcase/performance" name="platform/test/vts-testcase/performance" groups="vts,projectarch,pdk" remote="aosp" />
1339 <project path="test/vts-testcase/security" name="platform/test/vts-testcase/security" groups="vts,projectarch,pdk" remote="aosp" />
1340 <project path="test/vts-testcase/vndk" name="platform/test/vts-testcase/vndk" groups="vts,pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001341 <project path="test/catbox" name="platform/test/catbox" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001342 <project path="toolchain/pgo-profiles" name="toolchain/pgo-profiles" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001343 <project path="tools/aadevtools" name="platform/tools/aadevtools" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001344 <project path="tools/acloud" name="platform/tools/acloud" groups="tools,vts,projectarch,pdk,tradefed" remote="aosp" />
Luca Stefani658db312020-03-03 11:51:33 +01001345 <project path="tools/apifinder" name="platform/tools/apifinder" groups="pdk,tools" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001346 <project path="tools/apksig" name="platform/tools/apksig" groups="pdk,tradefed" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001347 <project path="tools/apkzlib" name="platform/tools/apkzlib" groups="pdk,tradefed" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001348 <project path="tools/asuite" name="platform/tools/asuite" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001349 <project path="tools/carrier_settings" name="platform/tools/carrier_settings" groups="tools" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001350 <project path="tools/currysrc" name="platform/tools/currysrc" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001351 <project path="tools/deviceinfra/prebuilts" name="platform/tools/deviceinfra/prebuilts" groups="pdk,tools" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001352 <project path="tools/dexter" name="platform/tools/dexter" groups="tools,pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001353 <project path="tools/doc_generation" name="platform/tools/doc_generation" groups="tools,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001354 <project path="tools/external_updater" name="platform/tools/external_updater" groups="tools" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001355 <project path="tools/external/fat32lib" name="platform/tools/external/fat32lib" groups="tools" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001356 <project path="tools/lint_checks" name="platform/tools/lint_checks" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001357 <project path="tools/loganalysis" name="platform/tools/loganalysis" groups="nopresubmit,pdk,tradefed" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001358 <project path="tools/metalava" name="platform/tools/metalava" groups="pdk,tools" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001359 <project path="tools/netsim" name="platform/tools/netsim" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001360 <project path="tools/ndkports" name="platform/tools/ndkports" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001361 <project path="tools/platform-compat" name="tools/platform-compat" groups="pdk-cw-fs,pdk-fs,pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001362 <project path="tools/repohooks" name="platform/tools/repohooks" groups="adt-infra,cts,developers,motodev,pdk,tools,tradefed,sysui-studio" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001363 <project path="tools/security" name="platform/tools/security" groups="pdk,tools" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +10001364 <project path="tools/test/connectivity" name="platform/tools/test/connectivity" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001365 <project path="tools/test/graphicsbenchmark" name="platform/tools/test/graphicsbenchmark" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001366 <project path="tools/test/mobly_extensions" name="platform/tools/test/mobly_extensions" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001367 <project path="tools/test/mobly_snippets" name="platform/tools/test/mobly_snippets" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001368 <project path="tools/test/openhst" name="platform/tools/test/openhst" groups="tools" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001369 <project path="tools/tradefederation/core" name="platform/tools/tradefederation" groups="pdk,tradefed" remote="aosp" />
1370 <project path="tools/tradefederation/contrib" name="platform/tools/tradefederation/contrib" groups="pdk,tradefed" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001371 <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 +03001372 <project path="tools/treble" name="platform/tools/treble" groups="tools,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001373 <project path="tools/trebuchet" name="platform/tools/trebuchet" groups="tools,cts,pdk,pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001374 <project path="trusty/device/arm/generic-arm64" name="trusty/device/arm/generic-arm64" groups="trusty" remote="aosp" />
1375 <project path="trusty/device/arm/vexpress-a15" name="trusty/device/arm/vexpress-a15" groups="trusty" remote="aosp" />
1376 <project path="trusty/device/nxp/imx7d" name="trusty/device/nxp/imx7d" groups="trusty" remote="aosp" />
1377 <project path="trusty/device/x86/generic-x86_64" name="trusty/device/x86/generic-x86_64" groups="trusty" remote="aosp" />
1378 <project path="trusty/hardware/nxp" name="trusty/lk/nxp" groups="trusty" remote="aosp" />
1379 <project path="trusty/host/common" name="trusty/host/common" groups="trusty" remote="aosp">
1380 <linkfile src="bazel/WORKSPACE.bazel" dest="trusty/WORKSPACE.bazel" />
1381 <linkfile src="bazel/bazelrc" dest="trusty/.bazelrc" />
1382 </project>
1383 <project path="trusty/interfaces" name="trusty/interfaces" groups="trusty" remote="aosp" />
1384 <project path="trusty/kernel" name="trusty/lk/trusty" groups="trusty" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +03001385 <project path="trusty/user/app/avb" name="trusty/app/avb" groups="trusty" remote="aosp" />
1386 <project path="trusty/user/app/cast-auth" name="trusty/app/cast-auth" groups="trusty" remote="aosp" />
1387 <project path="trusty/user/app/confirmationui" name="trusty/app/confirmationui" groups="trusty" remote="aosp" />
1388 <project path="trusty/user/app/gatekeeper" name="trusty/app/gatekeeper" groups="trusty" remote="aosp" />
1389 <project path="trusty/user/app/keymaster" name="trusty/app/keymaster" groups="trusty" remote="aosp" />
1390 <project path="trusty/user/app/keymint" name="trusty/app/keymint" groups="trusty" remote="aosp" />
1391 <project path="trusty/user/app/sample" name="trusty/app/sample" groups="trusty" remote="aosp" />
1392 <project path="trusty/user/app/secretkeeper" name="trusty/app/secretkeeper" groups="trusty" remote="aosp" />
1393 <project path="trusty/user/app/storage" name="trusty/app/storage" groups="trusty" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +03001394 <project path="trusty/user/base" name="trusty/lib" groups="trusty" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +03001395 <project path="trusty/vendor/google/aosp" name="trusty/vendor/google/aosp" groups="trusty" remote="aosp">
1396 <copyfile src="lk_inc.mk" dest="lk_inc.mk" />
1397 </project>
Steve Kondik4f78f792016-08-29 17:22:33 -07001398
Michael Bestas8140ded2017-08-22 01:24:12 +03001399 <include name="snippets/lineage.xml" />
Michael Bestas730e0842022-08-13 15:31:03 +03001400 <include name="snippets/pixel.xml" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -07001401</manifest>