blob: 4319879e050107c9e6619d3ee8395d3b9999c3ce [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"
Bharatheb076c92024-11-29 22:46:29 +05305 fetch="https://github.com"
Arne Coucherona3378352017-08-26 01:23:16 +02006 review="review.lineageos.org" />
Chris Soyars834a50e2011-11-14 22:30:45 -05007
Koushik Duttacfb4a862012-06-19 18:04:54 -07008 <remote name="private"
9 fetch="ssh://git@github.com" />
Koushik Dutta17837402012-06-19 17:57:28 -070010
Steve Kondik4f78f792016-08-29 17:22:33 -070011 <remote name="aosp"
12 fetch="https://android.googlesource.com"
Arne Coucherona3378352017-08-26 01:23:16 +020013 review="android-review.googlesource.com"
Michael Bestas2af1fc82024-11-07 13:30:54 +020014 revision="refs/tags/android-15.0.0_r5" />
Steve Kondik4f78f792016-08-29 17:22:33 -070015
Bharatheb076c92024-11-29 22:46:29 +053016 <remote name="shift"
17 fetch="ssh://shift-review/"
18 review="review.shift-gmbh.com"
19 revision="sos-7.x" />
20
Michael Bestas52575e92024-09-09 22:19:35 +030021 <default revision="refs/heads/lineage-22.0"
Chris Soyars834a50e2011-11-14 22:30:45 -050022 remote="github"
Ricardo Cerqueira259d8c32012-10-25 01:12:37 +010023 sync-c="true"
Shawn O. Pearce92ae9062011-09-23 07:36:45 -070024 sync-j="4" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -070025
Michael Bestas2af1fc82024-11-07 13:30:54 +020026 <superproject name="platform/superproject" remote="aosp" revision="android-15.0.0_r5" />
Michael Bestas2fca1232021-10-05 16:18:45 +030027 <contactinfo bugurl="go/repo-bug" />
28
Steve Kondik4f78f792016-08-29 17:22:33 -070029 <!-- AOSP Projects -->
30
Michael Bestasbe7f0be2024-03-08 23:55:08 +020031 <project path="build/make" name="LineageOS/android_build" groups="pdk,sysui-studio" >
Michael Bestas3ef99d52024-06-15 03:05:09 +030032 <linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
33 <linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" />
34 <linkfile src="core" dest="build/core" />
35 <linkfile src="envsetup.sh" dest="build/envsetup.sh" />
36 <linkfile src="target" dest="build/target" />
37 <linkfile src="tools" dest="build/tools" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -070038 </project>
Michael Bestas2fca1232021-10-05 16:18:45 +030039 <project path="build/bazel" name="platform/build/bazel" groups="pdk" remote="aosp" >
Michael Bestas3ef99d52024-06-15 03:05:09 +030040 <linkfile src="bazel.WORKSPACE" dest="WORKSPACE" />
41 <linkfile src="bazel.BUILD" dest="BUILD" />
Michael Bestas2fca1232021-10-05 16:18:45 +030042 </project>
Michael Bestas5a12e0a2022-08-21 16:36:27 +030043 <project path="build/bazel_common_rules" name="platform/build/bazel_common_rules" groups="pdk" remote="aosp" />
LuK1337cbd7dbc2024-10-19 18:17:23 +020044 <project path="build/blueprint" name="LineageOS/android_build_blueprint" groups="pdk,tradefed" />
Michael Bestas2fca1232021-10-05 16:18:45 +030045 <project path="build/pesto" name="platform/build/pesto" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +020046 <project path="build/release" name="platform/build/release" groups="pdk,tradefed" remote="aosp" />
Michael Bestas2e916ba2021-10-06 20:10:04 +030047 <project path="build/soong" name="LineageOS/android_build_soong" groups="pdk,tradefed" >
Michael Bestas3ef99d52024-06-15 03:05:09 +030048 <linkfile src="root.bp" dest="Android.bp" />
49 <linkfile src="bootstrap.bash" dest="bootstrap.bash" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040050 </project>
Michael Bestas52575e92024-09-09 22:19:35 +030051 <project path="art" name="platform/art" groups="pdk" remote="aosp" />
Nolen Johnson51100ed2021-11-04 15:20:42 -040052 <project path="bionic" name="LineageOS/android_bionic" groups="pdk" />
Michael Bestas52575e92024-09-09 22:19:35 +030053 <project path="bootable/deprecated-ota" name="LineageOS/android_bootable_deprecated-ota" groups="pdk-cw" />
Michael Bestase48924e2021-10-26 21:22:00 +030054 <project path="bootable/recovery" name="LineageOS/android_bootable_recovery" groups="pdk" />
Michael Bestas2fca1232021-10-05 16:18:45 +030055 <project path="bootable/libbootloader" name="platform/bootable/libbootloader" groups="vts,pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070056 <project path="cts" name="platform/cts" groups="cts,pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030057 <project path="dalvik" name="platform/dalvik" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
58 <project path="developers/build" name="platform/developers/build" groups="developers,pdk" remote="aosp" />
LuK1337f33b7392023-07-14 09:56:41 +020059 <project path="development" name="LineageOS/android_development" groups="developers,pdk-cw-fs,pdk-fs" />
Simon Shields51ac04c2017-04-04 20:42:50 +100060 <project path="device/common" name="device/common" groups="pdk-cw-fs,pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070061 <project path="device/generic/arm64" name="device/generic/arm64" groups="pdk" remote="aosp" />
62 <project path="device/generic/armv7-a-neon" name="device/generic/armv7-a-neon" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030063 <project path="device/generic/art" name="device/generic/art" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030064 <project path="device/generic/car" name="device/generic/car" groups="pdk" remote="aosp" />
Tom Pratta6c701c2022-03-13 10:37:54 +010065 <project path="device/generic/common" name="LineageOS/android_device_generic_common" groups="pdk" />
Michael Bestas021a2fb2021-10-05 16:19:40 +030066 <project path="device/generic/goldfish" name="device/generic/goldfish" groups="pdk" remote="aosp" />
67 <project path="device/generic/goldfish-opengl" name="device/generic/goldfish-opengl" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070068 <project path="device/generic/mini-emulator-arm64" name="device/generic/mini-emulator-arm64" groups="pdk" remote="aosp" />
69 <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 -070070 <project path="device/generic/mini-emulator-x86" name="device/generic/mini-emulator-x86" groups="pdk" remote="aosp" />
71 <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 +030072 <project path="device/generic/trusty" name="device/generic/trusty" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -080073 <project path="device/generic/uml" name="device/generic/uml" groups="device,pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070074 <project path="device/generic/x86" name="device/generic/x86" groups="pdk" remote="aosp" />
75 <project path="device/generic/x86_64" name="device/generic/x86_64" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030076 <project path="device/generic/vulkan-cereal" name="device/generic/vulkan-cereal" groups="pdk" remote="aosp" />
Nolen Johnson1413de32024-03-28 16:23:30 -040077 <project path="device/google_car" name="device/google_car" groups="device,pdk" remote="aosp" />
Nolen Johnson4219c032021-12-03 13:00:58 -050078 <project path="device/google/atv" name="LineageOS/android_device_google_atv" groups="device,broadcom_pdk,generic_fs,pdk" />
Nolen Johnson5a9d7592024-11-05 12:21:04 -050079 <project path="device/google/contexthub" name="LineageOS/android_device_google_contexthub" groups="device,pdk" />
Tim Schumacher30890132021-07-11 18:30:54 +020080 <project path="device/google/cuttlefish" name="device/google/cuttlefish" groups="device,pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030081 <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 +020082 <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 +030083 <project path="device/google/vrservices" name="device/google/vrservices" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070084 <project path="device/sample" name="device/sample" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030085 <project path="external/aac" name="platform/external/aac" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +030086 <project path="external/abseil-cpp" name="platform/external/abseil-cpp" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +030087 <project path="external/accessibility-test-framework" name="platform/external/accessibility-test-framework" groups="pdk" remote="aosp" />
88 <project path="external/accompanist" name="platform/external/accompanist" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +030089 <project path="external/AFLplusplus" name="platform/external/AFLplusplus" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +030090 <project path="external/android-key-attestation" name="platform/external/android-key-attestation" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030091 <project path="external/androidplot" name="platform/external/androidplot" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +030092 <project path="external/angle" name="platform/external/angle" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +020093 <project path="external/anonymous-counting-tokens" name="platform/external/anonymous-counting-tokens" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100094 <project path="external/ant-glob" name="platform/external/ant-glob" groups="pdk" remote="aosp" />
95 <project path="external/antlr" name="platform/external/antlr" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030096 <project path="external/apache-commons-bcel" name="platform/external/apache-commons-bcel" groups="pdk" remote="aosp" />
97 <project path="external/apache-commons-compress" name="platform/external/apache-commons-compress" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +030098 <project path="external/apache-commons-io" name="platform/external/apache-commons-io" groups="pdk" remote="aosp" />
99 <project path="external/apache-commons-lang" name="platform/external/apache-commons-lang" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000100 <project path="external/apache-commons-math" name="platform/external/apache-commons-math" groups="pdk" remote="aosp" />
101 <project path="external/apache-harmony" name="platform/external/apache-harmony" groups="pdk" remote="aosp" />
Zhao Wei Liewaa2e5652016-12-12 12:21:53 +0800102 <project path="external/apache-http" name="platform/external/apache-http" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300103 <project path="external/apache-velocity-engine" name="platform/external/apache-velocity-engine" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700104 <project path="external/apache-xml" name="platform/external/apache-xml" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300105 <project path="external/arm-neon-tests" name="platform/external/arm-neon-tests" groups="vendor" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300106 <project path="external/arm-optimized-routines" name="platform/external/arm-optimized-routines" groups="pdk" remote="aosp" />
Michael W8e64b052024-01-04 19:27:26 +0100107 <project path="external/arm-trusted-firmware" name="LineageOS/android_external_arm-trusted-firmware" groups="pdk" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300108 <project path="external/auto" name="platform/external/auto" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000109 <project path="external/autotest" name="platform/external/autotest" groups="pdk-fs" remote="aosp" />
Michael Bestas701b3032023-12-10 04:33:20 +0200110 <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 +0200111 <project path="external/android_onboarding" name="platform/external/android_onboarding" groups="pdk-fs" remote="aosp" />
Michael Bestas701b3032023-12-10 04:33:20 +0200112 <project path="external/armnn" name="platform/external/armnn" groups="pdk-lassen,pdk-gs-arm" remote="aosp" />
LuK133704841702022-12-04 13:08:25 +0100113 <project path="external/avb" name="LineageOS/android_external_avb" groups="pdk" />
Michael Bestas52575e92024-09-09 22:19:35 +0300114 <project path="external/aws-crt-java" name="platform/external/aws-crt-java" groups="pdk,tradefed" remote="aosp" />
115 <project path="external/aws-eventstream-java" name="platform/external/aws-eventstream-java" groups="pdk,tradefed" remote="aosp" />
116 <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 +0300117 <project path="external/bazelbuild-kotlin-rules" name="platform/external/bazelbuild-kotlin-rules" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200118 <project path="external/bazelbuild-platforms" name="platform/external/bazelbuild-platforms" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300119 <project path="external/bazelbuild-remote-apis" name="platform/external/bazelbuild-remote-apis" groups="pdk,tradefed" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200120 <project path="external/bazelbuild-rules_android" name="platform/external/bazelbuild-rules_android" groups="pdk" remote="aosp" />
121 <project path="external/bazelbuild-rules_cc" name="platform/external/bazelbuild-rules_cc" groups="pdk" remote="aosp" />
122 <project path="external/bazelbuild-rules_go" name="platform/external/bazelbuild-rules_go" groups="pdk" remote="aosp" />
123 <project path="external/bazelbuild-rules_java" name="platform/external/bazelbuild-rules_java" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300124 <project path="external/bazelbuild-rules_license" name="platform/external/bazelbuild-rules_license" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200125 <project path="external/bazelbuild-rules_python" name="platform/external/bazelbuild-rules_python" groups="pdk" remote="aosp" />
126 <project path="external/bazelbuild-rules_rust" name="platform/external/bazelbuild-rules_rust" groups="pdk" remote="aosp" />
127 <project path="external/bazelbuild-rules_testing" name="platform/external/bazelbuild-rules_testing" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300128 <project path="external/bazel-skylib" name="platform/external/bazel-skylib" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300129 <project path="external/bc" name="platform/external/bc" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300130 <project path="external/bcc" name="platform/external/bcc" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000131 <project path="external/blktrace" name="platform/external/blktrace" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300132 <project path="external/boringssl" name="platform/external/boringssl" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700133 <project path="external/bouncycastle" name="platform/external/bouncycastle" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300134 <project path="external/bpftool" name="platform/external/bpftool" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800135 <project path="external/brotli" name="platform/external/brotli" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700136 <project path="external/bsdiff" name="platform/external/bsdiff" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300137 <project path="external/bzip2" name="platform/external/bzip2" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000138 <project path="external/caliper" name="platform/external/caliper" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300139 <project path="external/capstone" name="platform/external/capstone" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700140 <project path="external/cblas" name="platform/external/cblas" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300141 <project path="external/cbor-java" name="platform/external/cbor-java" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700142 <project path="external/chromium-trace" name="platform/external/chromium-trace" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700143 <project path="external/clang" name="platform/external/clang" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300144 <project path="external/cldr" name="platform/external/cldr" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300145 <project path="external/cn-cbor" name="platform/external/cn-cbor" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700146 <project path="external/compiler-rt" name="platform/external/compiler-rt" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300147 <project path="external/ComputeLibrary" name="platform/external/ComputeLibrary" groups="pdk-lassen,pdk-gs-arm" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300148 <project path="external/connectedappssdk" name="platform/external/connectedappssdk" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000149 <project path="external/conscrypt" name="platform/external/conscrypt" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300150 <project path="external/cpu_features" name="platform/external/cpu_features" groups="pdk" remote="aosp" />
151 <project path="external/cpuinfo" name="platform/external/cpuinfo" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000152 <project path="external/crcalc" name="platform/external/crcalc" groups="pdk" remote="aosp" />
Nolen Johnsonfb425062023-12-11 01:27:31 -0500153 <project path="external/cronet" name="LineageOS/android_external_cronet" groups="pdk" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300154 <project path="external/crosvm" name="platform/external/crosvm" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000155 <project path="external/curl" name="platform/external/curl" groups="pdk" remote="aosp" />
156 <project path="external/dagger2" name="platform/external/dagger2" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700157 <project path="external/deqp" name="platform/external/deqp" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300158 <project path="external/deqp-deps/SPIRV-Headers" name="platform/external/deqp-deps/SPIRV-Headers" groups="pdk-fs" remote="aosp" />
159 <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 +0300160 <project path="external/deqp-deps/amber" name="platform/external/deqp-deps/amber" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300161 <project path="external/deqp-deps/glslang" name="platform/external/deqp-deps/glslang" groups="pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300162 <project path="external/desugar" name="platform/external/desugar" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000163 <project path="external/dexmaker" name="platform/external/dexmaker" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000164 <project path="external/dlmalloc" name="platform/external/dlmalloc" groups="pdk" remote="aosp" />
165 <project path="external/dng_sdk" name="platform/external/dng_sdk" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700166 <project path="external/dnsmasq" name="platform/external/dnsmasq" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000167 <project path="external/doclava" name="platform/external/doclava" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300168 <project path="external/dokka" name="platform/external/dokka" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300169 <project path="external/double-conversion" name="platform/external/double-conversion" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300170 <project path="external/downloader" name="platform/external/downloader" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000171 <project path="external/drm_hwcomposer" name="platform/external/drm_hwcomposer" groups="drm_hwcomposer,pdk-fs" remote="aosp" />
Aaron Klingd1ca7792023-08-20 17:45:58 -0500172 <project path="external/dtc" name="LineageOS/android_external_dtc" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300173 <project path="external/dynamic_depth" name="platform/external/dynamic_depth" groups="pdk" remote="aosp" />
Michael Bestase48924e2021-10-26 21:22:00 +0300174 <project path="external/e2fsprogs" name="LineageOS/android_external_e2fsprogs" groups="pdk" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000175 <project path="external/easymock" name="platform/external/easymock" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700176 <project path="external/eigen" name="platform/external/eigen" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300177 <project path="external/elfutils" name="platform/external/elfutils" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000178 <project path="external/emma" name="platform/external/emma" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300179 <project path="external/erofs-utils" name="platform/external/erofs-utils" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300180 <project path="external/error_prone" name="platform/external/error_prone" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300181 <project path="external/escapevelocity" name="platform/external/escapevelocity" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300182 <project path="external/ethtool" name="platform/external/ethtool" groups="pdk" remote="aosp" />
183 <project path="external/exoplayer" name="platform/external/exoplayer" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700184 <project path="external/expat" name="platform/external/expat" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300185 <project path="external/f2fs-tools" name="platform/external/f2fs-tools" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300186 <project path="external/fastrpc" name="platform/external/fastrpc" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700187 <project path="external/fdlibm" name="platform/external/fdlibm" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000188 <project path="external/fec" name="platform/external/fec" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200189 <project path="external/federated-compute" name="platform/external/federated-compute" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300190 <project path="external/fft2d" name="platform/external/fft2d" groups="pdk" remote="aosp" />
191 <project path="external/firebase-messaging" name="platform/external/firebase-messaging" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300192 <project path="external/flac" name="platform/external/flac" groups="pdk" remote="aosp" />
193 <project path="external/flatbuffers" name="platform/external/flatbuffers" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300194 <project path="external/fmtlib" name="platform/external/fmtlib" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000195 <project path="external/fonttools" name="platform/external/fonttools" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300196 <project path="external/FP16" name="platform/external/FP16" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700197 <project path="external/freetype" name="platform/external/freetype" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300198 <project path="external/fsck_msdos" name="platform/external/fsck_msdos" groups="pdk" remote="aosp" />
199 <project path="external/fsverity-utils" name="platform/external/fsverity-utils" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300200 <project path="external/FXdiv" name="platform/external/FXdiv" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000201 <project path="external/gemmlowp" name="platform/external/gemmlowp" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300202 <project path="external/geojson-jackson" name="platform/external/geojson-jackson" groups="pdk" remote="aosp" />
203 <project path="external/geonames" name="platform/external/geonames" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300204 <project path="external/gflags" name="platform/external/gflags" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700205 <project path="external/giflib" name="platform/external/giflib" groups="pdk,qcom_msm8x26" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000206 <project path="external/glide" name="platform/external/glide" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300207 <project path="external/go-cmp" name="platform/external/go-cmp" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300208 <project path="external/golang-protobuf" name="platform/external/golang-protobuf" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300209 <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 -0400210 <project path="external/google-benchmark" name="platform/external/google-benchmark" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200211 <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 +0300212 <project path="external/google-cloud-java" name="platform/external/google-cloud-java" groups="pdk,tradefed" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300213 <project path="external/google-fonts/arbutus-slab" name="platform/external/google-fonts/arbutus-slab" groups="pdk" remote="aosp" />
214 <project path="external/google-fonts/arvo" name="platform/external/google-fonts/arvo" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300215 <project path="external/google-fonts/barlow" name="platform/external/google-fonts/barlow" groups="pdk" remote="aosp" />
216 <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 +1000217 <project path="external/google-fonts/carrois-gothic-sc" name="platform/external/google-fonts/carrois-gothic-sc" groups="pdk" remote="aosp" />
218 <project path="external/google-fonts/coming-soon" name="platform/external/google-fonts/coming-soon" groups="pdk" remote="aosp" />
219 <project path="external/google-fonts/cutive-mono" name="platform/external/google-fonts/cutive-mono" groups="pdk" remote="aosp" />
220 <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 +0300221 <project path="external/google-fonts/fraunces" name="platform/external/google-fonts/fraunces" groups="pdk" remote="aosp" />
222 <project path="external/google-fonts/karla" name="platform/external/google-fonts/karla" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300223 <project path="external/google-fonts/lato" name="platform/external/google-fonts/lato" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300224 <project path="external/google-fonts/lustria" name="platform/external/google-fonts/lustria" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300225 <project path="external/google-fonts/rubik" name="platform/external/google-fonts/rubik" groups="pdk" remote="aosp" />
226 <project path="external/google-fonts/source-sans-pro" name="platform/external/google-fonts/source-sans-pro" groups="pdk" remote="aosp" />
227 <project path="external/google-fonts/zilla-slab" name="platform/external/google-fonts/zilla-slab" groups="pdk" remote="aosp" />
228 <project path="external/google-fruit" name="platform/external/google-fruit" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300229 <project path="external/google-java-format" name="platform/external/google-java-format" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300230 <project path="external/google-smali" name="platform/external/google-smali" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300231 <project path="external/google-styleguide" name="platform/external/google-styleguide" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300232 <project path="external/googleapis" name="platform/external/googleapis" groups="pdk,tradefed" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300233 <project path="external/googletest" name="platform/external/googletest" groups="pdk" remote="aosp" />
Michael Bestase48924e2021-10-26 21:22:00 +0300234 <project path="external/gptfdisk" name="LineageOS/android_external_gptfdisk" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300235 <project path="external/grpc-grpc" name="platform/external/grpc-grpc" groups="pdk,tradefed" remote="aosp" />
236 <project path="external/grpc-grpc-java" name="platform/external/grpc-grpc-java" groups="pdk,tradefed" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300237 <project path="external/gson" name="platform/external/gson" groups="pdk,tradefed" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000238 <project path="external/guava" name="platform/external/guava" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300239 <project path="external/guice" name="platform/external/guice" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300240 <project path="external/gwp_asan" name="platform/external/gwp_asan" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000241 <project path="external/hamcrest" name="platform/external/hamcrest" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700242 <project path="external/harfbuzz_ng" name="platform/external/harfbuzz_ng" groups="pdk,qcom_msm8x26" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200243 <project path="external/horologist" name="platform/external/horologist" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000244 <project path="external/hyphenation-patterns" name="platform/external/hyphenation-patterns" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300245 <project path="external/icing" name="platform/external/icing" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300246 <project path="external/icu" name="platform/external/icu" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300247 <project path="external/igt-gpu-tools" name="platform/external/igt-gpu-tools" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300248 <project path="external/image_io" name="platform/external/image_io" groups="pdk" remote="aosp" />
Steve Kondik7d087c72016-10-25 17:17:30 -0700249 <project path="external/ims" name="platform/external/ims" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300250 <project path="external/iperf3" name="platform/external/iperf3" groups="pdk" remote="aosp" />
Zhao Wei Liewaa2e5652016-12-12 12:21:53 +0800251 <project path="external/iproute2" name="platform/external/iproute2" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300252 <project path="external/ipsec-tools" name="platform/external/ipsec-tools" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000253 <project path="external/iptables" name="platform/external/iptables" groups="pdk" remote="aosp" />
254 <project path="external/iputils" name="platform/external/iputils" groups="pdk" remote="aosp" />
255 <project path="external/iw" name="platform/external/iw" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300256 <project path="external/jackson-annotations" name="platform/external/jackson-annotations" groups="pdk" remote="aosp" />
257 <project path="external/jackson-core" name="platform/external/jackson-core" groups="pdk" remote="aosp" />
258 <project path="external/jackson-databind" name="platform/external/jackson-databind" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000259 <project path="external/jacoco" name="platform/external/jacoco" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700260 <project path="external/jarjar" name="platform/external/jarjar" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300261 <project path="external/javaparser" name="platform/external/javaparser" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300262 <project path="external/javapoet" name="platform/external/javapoet" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000263 <project path="external/javasqlite" name="platform/external/javasqlite" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300264 <project path="external/javassist" name="platform/external/javassist" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300265 <project path="external/jazzer-api" name="platform/external/jazzer-api" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400266 <project path="external/jcommander" name="platform/external/jcommander" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300267 <project path="external/jemalloc_new" name="platform/external/jemalloc_new" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300268 <project path="external/jetpack-camera-app" name="platform/external/jetpack-camera-app" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300269 <project path="external/jimfs" name="platform/external/jimfs" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300270 <project path="external/jline" name="platform/external/jline" groups="pdk,tradefed,pdk-fs" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000271 <project path="external/jsilver" name="platform/external/jsilver" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700272 <project path="external/jsmn" name="platform/external/jsmn" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000273 <project path="external/jsoncpp" name="platform/external/jsoncpp" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300274 <project path="external/jsoup" name="platform/external/jsoup" groups="pdk" remote="aosp" />
275 <project path="external/jsoup-1p-stubs" name="platform/external/jsoup-1p-stubs" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000276 <project path="external/jsr305" name="platform/external/jsr305" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400277 <project path="external/jsr330" name="platform/external/jsr330" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000278 <project path="external/junit" name="platform/external/junit" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300279 <project path="external/junit-params" name="platform/external/junit-params" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000280 <project path="external/kernel-headers" name="platform/external/kernel-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300281 <project path="external/kmod" name="platform/external/kmod" groups="pdk" remote="aosp" />
LuK1337d8074fa2024-11-02 11:57:57 +0100282 <project path="external/kotlinc" name="LineageOS/android_external_kotlinc" groups="pdk" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300283 <project path="external/kotlinpoet" name="platform/external/kotlinpoet" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300284 <project path="external/kotlinx.atomicfu" name="platform/external/kotlinx.atomicfu" groups="pdk" remote="aosp" />
LuK1337d8074fa2024-11-02 11:57:57 +0100285 <project path="external/kotlinx.coroutines" name="LineageOS/android_external_kotlinx.coroutines" groups="pdk" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300286 <project path="external/kotlinx.metadata" name="platform/external/kotlinx.metadata" groups="pdk" remote="aosp" />
LuK1337d8074fa2024-11-02 11:57:57 +0100287 <project path="external/kotlinx.serialization" name="LineageOS/android_external_kotlinx.serialization" groups="pdk" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200288 <project path="external/ktfmt" name="platform/external/ktfmt" groups="pdk,sysui-studio" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000289 <project path="external/ksoap2" name="platform/external/ksoap2" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300290 <project path="external/ksp" name="platform/external/ksp" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300291 <project path="external/leakcanary2" name="platform/external/leakcanary2" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300292 <project path="external/leveldb" name="platform/external/leveldb" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300293 <project path="external/libaom" name="platform/external/libaom" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700294 <project path="external/libavc" name="platform/external/libavc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800295 <project path="external/libbackup" name="platform/external/libbackup" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000296 <project path="external/libbrillo" name="platform/external/libbrillo" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300297 <project path="external/libbpf" name="platform/external/libbpf" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000298 <project path="external/libcap" name="platform/external/libcap" groups="pdk" remote="aosp" />
299 <project path="external/libcap-ng" name="platform/external/libcap-ng" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300300 <project path="external/libchrome" name="platform/external/libchrome" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300301 <project path="external/libchrome-gestures" name="platform/external/libchrome-gestures" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300302 <project path="external/libconfig" name="platform/external/libconfig" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300303 <project path="external/libcups" name="platform/external/libcups" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300304 <project path="external/libcxx" name="platform/external/libcxx" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700305 <project path="external/libcxxabi" name="platform/external/libcxxabi" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200306 <project path="external/libdav1d" name="platform/external/libdav1d" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400307 <project path="external/libdivsufsort" name="platform/external/libdivsufsort" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300308 <project path="external/libdrm" name="platform/external/libdrm" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300309 <project path="external/libepoxy" name="platform/external/libepoxy" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300310 <project path="external/libese" name="platform/external/libese" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000311 <project path="external/libevent" name="platform/external/libevent" groups="pdk" remote="aosp" />
312 <project path="external/libexif" name="platform/external/libexif" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300313 <project path="external/libffi" name="platform/external/libffi" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300314 <project path="external/libfuse" name="platform/external/libfuse" groups="pdk" remote="aosp" />
Michael Bestasaad75922019-10-25 20:11:55 +0300315 <project path="external/libgav1" name="platform/external/libgav1" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700316 <project path="external/libgsm" name="platform/external/libgsm" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300317 <project path="external/libhevc" name="platform/external/libhevc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400318 <project path="external/libjpeg-turbo" name="platform/external/libjpeg-turbo" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300319 <project path="external/libkmsxx" name="platform/external/libkmsxx" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200320 <project path="external/liblc3" name="platform/external/liblc3" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300321 <project path="external/libldac" name="platform/external/libldac" groups="pdk" remote="aosp" />
Michael Bestas701b3032023-12-10 04:33:20 +0200322 <project path="external/libmonet" name="platform/external/libmonet" groups="pdk,sysui-studio" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700323 <project path="external/libmpeg2" name="platform/external/libmpeg2" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800324 <project path="external/libnetfilter_conntrack" name="platform/external/libnetfilter_conntrack" groups="pdk" remote="aosp" />
325 <project path="external/libnfnetlink" name="platform/external/libnfnetlink" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300326 <project path="external/libnl" name="platform/external/libnl" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700327 <project path="external/libogg" name="platform/external/libogg" groups="pdk" remote="aosp" />
328 <project path="external/libopus" name="platform/external/libopus" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300329 <project path="external/libpalmrejection" name="platform/external/libpalmrejection" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000330 <project path="external/libpcap" name="platform/external/libpcap" groups="pdk" remote="aosp" />
331 <project path="external/libphonenumber" name="platform/external/libphonenumber" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300332 <project path="external/libpng" name="platform/external/libpng" groups="pdk" remote="aosp" />
333 <project path="external/libprotobuf-mutator" name="platform/external/libprotobuf-mutator" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300334 <project path="external/libsrtp2" name="platform/external/libsrtp2" groups="pdk" remote="aosp" />
335 <project path="external/libtextclassifier" name="platform/external/libtextclassifier" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300336 <project path="external/libtraceevent" name="platform/external/libtraceevent" groups="pdk" remote="aosp" />
337 <project path="external/libtracefs" name="platform/external/libtracefs" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200338 <project path="external/libultrahdr" name="platform/external/libultrahdr" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300339 <project path="external/liburing" name="platform/external/liburing" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300340 <project path="external/libusb" name="platform/external/libusb" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300341 <project path="external/libutf" name="platform/external/libutf" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300342 <project path="external/libvpx" name="platform/external/libvpx" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300343 <project path="external/libwebm" name="platform/external/libwebm" groups="pdk" remote="aosp" />
344 <project path="external/libwebsockets" name="platform/external/libwebsockets" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300345 <project path="external/libxaac" name="platform/external/libxaac" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300346 <project path="external/libxkbcommon" name="platform/external/libxkbcommon" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000347 <project path="external/libxml2" name="platform/external/libxml2" groups="pdk,libxml2" remote="aosp" />
348 <project path="external/libyuv" name="platform/external/libyuv" groups="pdk,libyuv" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300349 <project path="external/licenseclassifier" name="platform/external/licenseclassifier" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300350 <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 -0700351 <project path="external/llvm" name="platform/external/llvm" groups="pdk" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +0300352 <project path="external/llvm-libc" name="platform/external/llvm-libc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800353 <project path="external/lmfit" name="platform/external/lmfit" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300354 <project path="external/lottie" name="platform/external/lottie" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300355 <project path="external/ltp" name="platform/external/ltp" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300356 <project path="external/lua" name="platform/external/lua" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000357 <project path="external/lz4" name="platform/external/lz4" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300358 <project path="external/lzma" name="platform/external/lzma" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300359 <project path="external/marisa-trie" name="platform/external/marisa-trie" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300360 <project path="external/mbedtls" name="platform/external/mbedtls" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700361 <project path="external/mdnsresponder" name="platform/external/mdnsresponder" groups="pdk" remote="aosp" />
362 <project path="external/mesa3d" name="platform/external/mesa3d" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300363 <project path="external/mime-support" name="platform/external/mime-support" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300364 <project path="external/minigbm" name="platform/external/minigbm" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000365 <project path="external/minijail" name="platform/external/minijail" groups="pdk" remote="aosp" />
Michael Bestase48924e2021-10-26 21:22:00 +0300366 <project path="external/mksh" name="LineageOS/android_external_mksh" groups="pdk" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300367 <project path="external/mobile-data-download" name="platform/external/mobile-data-download" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300368 <project path="external/mobly-bundled-snippets" name="platform/external/mobly-bundled-snippets" groups="pdk" remote="aosp" />
369 <project path="external/mobly-snippet-lib" name="platform/external/mobly-snippet-lib" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000370 <project path="external/mockftpserver" name="platform/external/mockftpserver" groups="pdk" remote="aosp" />
371 <project path="external/mockito" name="platform/external/mockito" groups="pdk" remote="aosp" />
Michael Bestasb86bc742023-12-23 00:25:14 +0200372 <project path="external/mockito-kotlin" name="platform/external/mockito-kotlin" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000373 <project path="external/mockwebserver" name="platform/external/mockwebserver" groups="pdk" remote="aosp" />
374 <project path="external/modp_b64" name="platform/external/modp_b64" groups="pdk" remote="aosp" />
375 <project path="external/mp4parser" name="platform/external/mp4parser" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300376 <project path="external/MPAndroidChart" name="platform/external/MPAndroidChart" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300377 <project path="external/ms-tpm-20-ref" name="platform/external/ms-tpm-20-ref" groups="pdk" remote="aosp" />
378 <project path="external/mtools" name="platform/external/mtools" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000379 <project path="external/mtpd" name="platform/external/mtpd" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300380 <project path="external/musl" name="platform/external/musl" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000381 <project path="external/nanohttpd" name="platform/external/nanohttpd" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700382 <project path="external/nanopb-c" name="platform/external/nanopb-c" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000383 <project path="external/naver-fonts" name="platform/external/naver-fonts" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300384 <project path="external/neon_2_sse" name="platform/external/neon_2_sse" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000385 <project path="external/neven" name="platform/external/neven" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300386 <project path="external/newfs_msdos" name="platform/external/newfs_msdos" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000387 <project path="external/nist-pkits" name="platform/external/nist-pkits" groups="pdk" remote="aosp" />
388 <project path="external/nist-sip" name="platform/external/nist-sip" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300389 <project path="external/nos/host/generic" name="platform/external/nos/host/generic" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700390 <project path="external/noto-fonts" name="platform/external/noto-fonts" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300391 <project path="external/nullaway" name="platform/external/nullaway" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000392 <project path="external/oauth" name="platform/external/oauth" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300393 <project path="external/obex" name="platform/external/obex" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000394 <project path="external/objenesis" name="platform/external/objenesis" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300395 <project path="external/oboe" name="platform/external/oboe" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300396 <project path="external/obstack" name="platform/external/obstack" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300397 <project path="external/oj-libjdwp" name="platform/external/oj-libjdwp" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300398 <project path="external/okhttp" name="platform/external/okhttp" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300399 <project path="external/okio" name="platform/external/okio" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300400 <project path="external/one-true-awk" name="platform/external/one-true-awk" groups="pdk" remote="aosp" />
401 <project path="external/opencensus-java" name="platform/external/opencensus-java" groups="pdk,tradefed" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300402 <project path="external/OpenCL-CLHPP" name="platform/external/OpenCL-CLHPP" remote="aosp" />
Michael Bestasb7659012020-12-08 21:22:55 +0200403 <project path="external/OpenCL-CTS" name="platform/external/OpenCL-CTS" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300404 <project path="external/OpenCL-Headers" name="platform/external/OpenCL-Headers" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300405 <project path="external/OpenCSD" name="platform/external/OpenCSD" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300406 <project path="external/open-dice" name="platform/external/open-dice" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300407 <project path="external/openscreen" name="platform/external/openscreen" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300408 <project path="external/openthread" name="platform/external/openthread" groups="pdk" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +0300409 <project path="external/openwrt-prebuilts" name="platform/external/openwrt-prebuilts" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300410 <project path="external/oss-fuzz" name="platform/external/oss-fuzz" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300411 <project path="external/ot-br-posix" name="platform/external/ot-br-posix" groups="pdk" remote="aosp" />
412 <project path="external/ow2-asm" name="platform/external/ow2-asm" groups="pdk" remote="aosp" />
413 <project path="external/owasp/java-encoder" name="platform/external/owasp/java-encoder" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000414 <project path="external/owasp/sanitizer" name="platform/external/owasp/sanitizer" groups="pdk" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200415 <project path="external/pandora/avatar" name="platform/external/pandora/avatar" groups="pdk" remote="aosp" />
416 <project path="external/pandora/bt-test-interfaces" name="platform/external/pandora/bt-test-interfaces" groups="pdk" remote="aosp" />
417 <project path="external/pandora/mmi2grpc" name="platform/external/pandora/mmi2grpc" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000418 <project path="external/parameter-framework" name="platform/external/parameter-framework" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700419 <project path="external/pcre" name="platform/external/pcre" groups="pdk" remote="aosp" />
420 <project path="external/pdfium" name="platform/external/pdfium" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200421 <project path="external/perfetto" name="platform/external/perfetto" groups="pdk,sysui-studio" remote="aosp" />
422 <project path="external/perfmark" name="platform/external/perfmark" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300423 <project path="external/pffft" name="platform/external/pffft" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000424 <project path="external/piex" name="platform/external/piex" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300425 <project path="external/pigweed" name="platform/external/pigweed" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800426 <project path="external/ply" name="platform/external/ply" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300427 <project path="external/ppp" name="platform/external/ppp" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200428 <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 +0200429 <project path="external/protobuf" name="platform/external/protobuf" groups="pdk,sysui-studio" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300430 <project path="external/psimd" name="platform/external/psimd" groups="pdk" remote="aosp" />
431 <project path="external/pthreadpool" name="platform/external/pthreadpool" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300432 <project path="external/puffin" name="platform/external/puffin" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300433 <project path="external/python/absl-py" name="platform/external/python/absl-py" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300434 <project path="external/python/apitools" name="platform/external/python/apitools" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300435 <project path="external/python/asn1crypto" name="platform/external/python/asn1crypto" groups="pdk" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200436 <project path="external/python/bumble" name="platform/external/python/bumble" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300437 <project path="external/python/cachetools" name="platform/external/python/cachetools" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800438 <project path="external/python/cpython2" name="platform/external/python/cpython2" groups="pdk" remote="aosp" />
439 <project path="external/python/cpython3" name="platform/external/python/cpython3" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300440 <project path="external/python/dateutil" name="platform/external/python/dateutil" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300441 <project path="external/python/enum34" name="platform/external/python/enum34" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300442 <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 +0300443 <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 +0300444 <project path="external/python/httplib2" name="platform/external/python/httplib2" groups="vts,pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300445 <project path="external/python/ipaddress" name="platform/external/python/ipaddress" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300446 <project path="external/python/jinja" name="platform/external/python/jinja" groups="pdk" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +0300447 <project path="external/python/mako" name="platform/external/python/mako" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300448 <project path="external/python/markupsafe" name="platform/external/python/markupsafe" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300449 <project path="external/python/mobly" name="platform/external/python/mobly" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300450 <project path="external/python/oauth2client" name="platform/external/python/oauth2client" groups="vts,pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300451 <project path="external/python/parse_type" name="platform/external/python/parse_type" groups="vts,pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300452 <project path="external/python/portpicker" name="platform/external/python/portpicker" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300453 <project path="external/python/pyasn1" name="platform/external/python/pyasn1" groups="vts,pdk" remote="aosp" />
454 <project path="external/python/pyasn1-modules" name="platform/external/python/pyasn1-modules" groups="vts,pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300455 <project path="external/python/pycparser" name="platform/external/python/pycparser" groups="pdk" remote="aosp" />
Michael Bestas8caa1e22022-12-06 02:52:08 +0200456 <project path="external/python/pyee" name="platform/external/python/pyee" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300457 <project path="external/python/pyfakefs" name="platform/external/python/pyfakefs" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300458 <project path="external/python/pyserial" name="platform/external/python/pyserial" groups="pdk" remote="aosp" />
459 <project path="external/python/python-api-core" name="platform/external/python/python-api-core" groups="pdk" remote="aosp" />
460 <project path="external/python/pyyaml" name="platform/external/python/pyyaml" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300461 <project path="external/python/rsa" name="platform/external/python/rsa" groups="vts,pdk" remote="aosp" />
462 <project path="external/python/setuptools" name="platform/external/python/setuptools" groups="vts,pdk" remote="aosp" />
463 <project path="external/python/six" name="platform/external/python/six" groups="vts,pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300464 <project path="external/python/timeout-decorator" name="platform/external/python/timeout-decorator" groups="pdk" remote="aosp" />
465 <project path="external/python/typing" name="platform/external/python/typing" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300466 <project path="external/python/uritemplates" name="platform/external/python/uritemplates" groups="vts,pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300467 <project path="external/rappor" name="platform/external/rappor" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200468 <project path="external/regex-re2" name="platform/external/regex-re2" groups="pdk" remote="aosp" />
469 <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 +1000470 <project path="external/replicaisland" name="platform/external/replicaisland" groups="pdk" remote="aosp" />
471 <project path="external/rmi4utils" name="platform/external/rmi4utils" groups="pdk" remote="aosp" />
Michael Bestas5f404fc2024-06-16 23:11:13 +0300472 <project path="external/robolectric" name="LineageOS/android_external_robolectric" groups="pdk-cw-fs,pdk-fs,sysui-studio" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300473 <project path="external/roboto-flex-fonts" name="platform/external/roboto-flex-fonts" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000474 <project path="external/roboto-fonts" name="platform/external/roboto-fonts" groups="pdk" remote="aosp" />
475 <project path="external/rootdev" name="platform/external/rootdev" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300476 <project path="external/rnnoise" name="platform/external/rnnoise" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300477 <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 +0300478 <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 +0300479 <project path="external/rust/crates/acpi" name="platform/external/rust/crates/acpi" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300480 <project path="external/rust/crates/ahash" name="platform/external/rust/crates/ahash" groups="pdk" remote="aosp" />
481 <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 +0300482 <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 +0300483 <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 +0300484 <project path="external/rust/crates/anes" name="platform/external/rust/crates/anes" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200485 <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 +0300486 <project path="external/rust/crates/anyhow" name="platform/external/rust/crates/anyhow" groups="pdk" remote="aosp" />
487 <project path="external/rust/crates/arbitrary" name="platform/external/rust/crates/arbitrary" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200488 <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 +0300489 <project path="external/rust/crates/argh" name="platform/external/rust/crates/argh" groups="pdk" remote="aosp" />
490 <project path="external/rust/crates/argh_derive" name="platform/external/rust/crates/argh_derive" groups="pdk" remote="aosp" />
491 <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 +0300492 <project path="external/rust/crates/arrayvec" name="platform/external/rust/crates/arrayvec" groups="trusty" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300493 <project path="external/rust/crates/ash" name="platform/external/rust/crates/ash" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300494 <project path="external/rust/crates/async-stream" name="platform/external/rust/crates/async-stream" groups="pdk" remote="aosp" />
495 <project path="external/rust/crates/async-stream-impl" name="platform/external/rust/crates/async-stream-impl" groups="pdk" remote="aosp" />
496 <project path="external/rust/crates/async-task" name="platform/external/rust/crates/async-task" groups="pdk" remote="aosp" />
497 <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 +0300498 <project path="external/rust/crates/atomic" name="platform/external/rust/crates/atomic" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300499 <project path="external/rust/crates/atty" name="platform/external/rust/crates/atty" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300500 <project path="external/rust/crates/axum" name="platform/external/rust/crates/axum" groups="pdk" remote="aosp" />
501 <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 +0300502 <project path="external/rust/crates/base64" name="platform/external/rust/crates/base64" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300503 <project path="external/rust/crates/bencher" name="platform/external/rust/crates/bencher" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300504 <project path="external/rust/crates/bincode" name="platform/external/rust/crates/bincode" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300505 <project path="external/rust/crates/bindgen" name="platform/external/rust/crates/bindgen" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300506 <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 +0300507 <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 +0300508 <project path="external/rust/crates/bitflags" name="platform/external/rust/crates/bitflags" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300509 <project path="external/rust/crates/bitreader" name="platform/external/rust/crates/bitreader" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300510 <project path="external/rust/crates/bstr" name="platform/external/rust/crates/bstr" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300511 <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 +0200512 <project path="external/rust/crates/bytemuck" name="platform/external/rust/crates/bytemuck" groups="pdk" remote="aosp" />
513 <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 +0300514 <project path="external/rust/crates/byteorder" name="platform/external/rust/crates/byteorder" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300515 <project path="external/rust/crates/bytes" name="platform/external/rust/crates/bytes" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300516 <project path="external/rust/crates/camino" name="platform/external/rust/crates/camino" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300517 <project path="external/rust/crates/cast" name="platform/external/rust/crates/cast" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300518 <project path="external/rust/crates/cesu8" name="platform/external/rust/crates/cesu8" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300519 <project path="external/rust/crates/cexpr" name="platform/external/rust/crates/cexpr" groups="pdk" remote="aosp" />
520 <project path="external/rust/crates/cfg-if" name="platform/external/rust/crates/cfg-if" groups="pdk" remote="aosp" />
521 <project path="external/rust/crates/chrono" name="platform/external/rust/crates/chrono" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300522 <project path="external/rust/crates/ciborium" name="platform/external/rust/crates/ciborium" groups="pdk" remote="aosp" />
523 <project path="external/rust/crates/ciborium-io" name="platform/external/rust/crates/ciborium-io" groups="pdk" remote="aosp" />
524 <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 +0300525 <project path="external/rust/crates/clang-sys" name="platform/external/rust/crates/clang-sys" groups="pdk" remote="aosp" />
526 <project path="external/rust/crates/clap" name="platform/external/rust/crates/clap" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200527 <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 +0300528 <project path="external/rust/crates/clap_derive" name="platform/external/rust/crates/clap_derive" groups="pdk" remote="aosp" />
529 <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 +0300530 <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 +0300531 <project path="external/rust/crates/combine" name="platform/external/rust/crates/combine" groups="pdk" remote="aosp" />
532 <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 +0200533 <project path="external/rust/crates/config" name="platform/external/rust/crates/config" groups="pdk" remote="aosp" />
534 <project path="external/rust/crates/configparser" name="platform/external/rust/crates/configparser" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300535 <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 +0300536 <project path="external/rust/crates/coset" name="platform/external/rust/crates/coset" groups="pdk" remote="aosp" />
537 <project path="external/rust/crates/crc32fast" name="platform/external/rust/crates/crc32fast" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300538 <project path="external/rust/crates/criterion" name="platform/external/rust/crates/criterion" groups="pdk" remote="aosp" />
539 <project path="external/rust/crates/criterion-plot" name="platform/external/rust/crates/criterion-plot" groups="pdk" remote="aosp" />
540 <project path="external/rust/crates/crossbeam-channel" name="platform/external/rust/crates/crossbeam-channel" groups="pdk" remote="aosp" />
541 <project path="external/rust/crates/crossbeam-deque" name="platform/external/rust/crates/crossbeam-deque" groups="pdk" remote="aosp" />
542 <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 +0300543 <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 +0300544 <project path="external/rust/crates/crossbeam-utils" name="platform/external/rust/crates/crossbeam-utils" groups="pdk" remote="aosp" />
545 <project path="external/rust/crates/csv" name="platform/external/rust/crates/csv" groups="pdk" remote="aosp" />
546 <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 +0300547 <project path="external/rust/crates/darling" name="platform/external/rust/crates/darling" groups="pdk" remote="aosp" />
548 <project path="external/rust/crates/darling_core" name="platform/external/rust/crates/darling_core" groups="pdk" remote="aosp" />
549 <project path="external/rust/crates/darling_macro" name="platform/external/rust/crates/darling_macro" groups="pdk" remote="aosp" />
550 <project path="external/rust/crates/dashmap" name="platform/external/rust/crates/dashmap" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200551 <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 +0300552 <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 +0300553 <project path="external/rust/crates/der" name="platform/external/rust/crates/der" groups="pdk" remote="aosp" />
554 <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 +0300555 <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 +0200556 <project path="external/rust/crates/displaydoc" name="platform/external/rust/crates/displaydoc" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300557 <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 +0200558 <project path="external/rust/crates/downcast" name="platform/external/rust/crates/downcast" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300559 <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 +0300560 <project path="external/rust/crates/drm" name="platform/external/rust/crates/drm" groups="pdk" remote="aosp" />
561 <project path="external/rust/crates/drm-ffi" name="platform/external/rust/crates/drm-ffi" groups="pdk" remote="aosp" />
562 <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 +0300563 <project path="external/rust/crates/either" name="platform/external/rust/crates/either" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300564 <project path="external/rust/crates/enumn" name="platform/external/rust/crates/enumn" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300565 <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 +0200566 <project path="external/rust/crates/epoll" name="platform/external/rust/crates/epoll" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300567 <project path="external/rust/crates/errno" name="platform/external/rust/crates/errno" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300568 <project path="external/rust/crates/fallible-iterator" name="platform/external/rust/crates/fallible-iterator" groups="pdk" remote="aosp" />
569 <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 +0300570 <project path="external/rust/crates/fastrand" name="platform/external/rust/crates/fastrand" groups="pdk" remote="aosp" />
571 <project path="external/rust/crates/flagset" name="platform/external/rust/crates/flagset" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300572 <project path="external/rust/crates/flate2" name="platform/external/rust/crates/flate2" groups="pdk" remote="aosp" />
573 <project path="external/rust/crates/fnv" name="platform/external/rust/crates/fnv" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300574 <project path="external/rust/crates/foreign-types" name="platform/external/rust/crates/foreign-types" groups="pdk" remote="aosp" />
575 <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 +0300576 <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 +0200577 <project path="external/rust/crates/fragile" name="platform/external/rust/crates/fragile" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300578 <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 +0300579 <project path="external/rust/crates/futures" name="platform/external/rust/crates/futures" groups="pdk" remote="aosp" />
580 <project path="external/rust/crates/futures-channel" name="platform/external/rust/crates/futures-channel" groups="pdk" remote="aosp" />
581 <project path="external/rust/crates/futures-core" name="platform/external/rust/crates/futures-core" groups="pdk" remote="aosp" />
582 <project path="external/rust/crates/futures-executor" name="platform/external/rust/crates/futures-executor" groups="pdk" remote="aosp" />
583 <project path="external/rust/crates/futures-io" name="platform/external/rust/crates/futures-io" groups="pdk" remote="aosp" />
584 <project path="external/rust/crates/futures-macro" name="platform/external/rust/crates/futures-macro" groups="pdk" remote="aosp" />
585 <project path="external/rust/crates/futures-sink" name="platform/external/rust/crates/futures-sink" groups="pdk" remote="aosp" />
586 <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 +0300587 <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 +0300588 <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 +0300589 <project path="external/rust/crates/fxhash" name="platform/external/rust/crates/fxhash" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300590 <project path="external/rust/crates/gbm" name="platform/external/rust/crates/gbm" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300591 <project path="external/rust/crates/gdbstub" name="platform/external/rust/crates/gdbstub" groups="pdk" remote="aosp" />
Michael Bestas04d9fa62022-03-07 22:27:21 +0200592 <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 +0300593 <project path="external/rust/crates/getrandom" name="platform/external/rust/crates/getrandom" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300594 <project path="external/rust/crates/glam" name="platform/external/rust/crates/glam" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300595 <project path="external/rust/crates/glob" name="platform/external/rust/crates/glob" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200596 <project path="external/rust/crates/googletest" name="platform/external/rust/crates/googletest" groups="pdk" remote="aosp" />
597 <project path="external/rust/crates/googletest_macro" name="platform/external/rust/crates/googletest_macro" groups="pdk" remote="aosp" />
598 <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 +0300599 <project path="external/rust/crates/grpcio" name="platform/external/rust/crates/grpcio" groups="pdk" remote="aosp" />
600 <project path="external/rust/crates/grpcio-compiler" name="platform/external/rust/crates/grpcio-compiler" groups="pdk" remote="aosp" />
601 <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 +0300602 <project path="external/rust/crates/h2" name="platform/external/rust/crates/h2" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300603 <project path="external/rust/crates/half" name="platform/external/rust/crates/half" groups="pdk" remote="aosp" />
604 <project path="external/rust/crates/hashbrown" name="platform/external/rust/crates/hashbrown" groups="pdk" remote="aosp" />
605 <project path="external/rust/crates/hashlink" name="platform/external/rust/crates/hashlink" groups="pdk" remote="aosp" />
606 <project path="external/rust/crates/heck" name="platform/external/rust/crates/heck" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300607 <project path="external/rust/crates/hex" name="platform/external/rust/crates/hex" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200608 <project path="external/rust/crates/http" name="platform/external/rust/crates/http" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300609 <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 +0200610 <project path="external/rust/crates/httparse" name="platform/external/rust/crates/httparse" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300611 <project path="external/rust/crates/httpdate" name="platform/external/rust/crates/httpdate" groups="pdk" remote="aosp" />
612 <project path="external/rust/crates/hyper" name="platform/external/rust/crates/hyper" groups="pdk" remote="aosp" />
613 <project path="external/rust/crates/hyper-timeout" name="platform/external/rust/crates/hyper-timeout" groups="pdk" remote="aosp" />
614 <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 +0300615 <project path="external/rust/crates/idna" name="platform/external/rust/crates/idna" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300616 <project path="external/rust/crates/indexmap" name="platform/external/rust/crates/indexmap" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300617 <project path="external/rust/crates/instant" name="platform/external/rust/crates/instant" groups="pdk" remote="aosp" />
618 <project path="external/rust/crates/intrusive-collections" name="platform/external/rust/crates/intrusive-collections" groups="pdk" remote="aosp" />
619 <project path="external/rust/crates/itertools" name="platform/external/rust/crates/itertools" groups="pdk" remote="aosp" />
620 <project path="external/rust/crates/itoa" name="platform/external/rust/crates/itoa" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300621 <project path="external/rust/crates/jni" name="platform/external/rust/crates/jni" groups="pdk" remote="aosp" />
622 <project path="external/rust/crates/jni-sys" name="platform/external/rust/crates/jni-sys" groups="pdk" remote="aosp" />
623 <project path="external/rust/crates/kernlog" name="platform/external/rust/crates/kernlog" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300624 <project path="external/rust/crates/lazy_static" name="platform/external/rust/crates/lazy_static" groups="pdk" remote="aosp" />
625 <project path="external/rust/crates/lazycell" name="platform/external/rust/crates/lazycell" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300626 <project path="external/rust/crates/libc" name="platform/external/rust/crates/libc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300627 <project path="external/rust/crates/libfuzzer-sys" name="platform/external/rust/crates/libfuzzer-sys" groups="pdk" remote="aosp" />
628 <project path="external/rust/crates/libloading" name="platform/external/rust/crates/libloading" groups="pdk" remote="aosp" />
629 <project path="external/rust/crates/libm" name="platform/external/rust/crates/libm" groups="pdk" remote="aosp" />
630 <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 +0300631 <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 +0300632 <project path="external/rust/crates/libz-sys" name="platform/external/rust/crates/libz-sys" groups="pdk" remote="aosp" />
633 <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 +0200634 <project path="external/rust/crates/linkme" name="platform/external/rust/crates/linkme" groups="pdk" remote="aosp" />
635 <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 +0300636 <project path="external/rust/crates/litrs" name="platform/external/rust/crates/litrs" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300637 <project path="external/rust/crates/lock_api" name="platform/external/rust/crates/lock_api" groups="pdk" remote="aosp" />
638 <project path="external/rust/crates/log" name="platform/external/rust/crates/log" groups="pdk" remote="aosp" />
639 <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 +0300640 <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 +0300641 <project path="external/rust/crates/macaddr" name="platform/external/rust/crates/macaddr" groups="pdk" remote="aosp" />
642 <project path="external/rust/crates/managed" name="platform/external/rust/crates/managed" groups="pdk" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +0300643 <project path="external/rust/crates/matches" name="platform/external/rust/crates/matches" groups="trusty" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300644 <project path="external/rust/crates/matchit" name="platform/external/rust/crates/matchit" groups="pdk" remote="aosp" />
645 <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 +0300646 <project path="external/rust/crates/memchr" name="platform/external/rust/crates/memchr" groups="pdk" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +0300647 <project path="external/rust/crates/memmap2" name="platform/external/rust/crates/memmap2" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300648 <project path="external/rust/crates/memoffset" name="platform/external/rust/crates/memoffset" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300649 <project path="external/rust/crates/merge" name="platform/external/rust/crates/merge" groups="pdk" remote="aosp" />
650 <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 +0200651 <project path="external/rust/crates/miette" name="platform/external/rust/crates/miette" groups="pdk" remote="aosp" />
652 <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 +0300653 <project path="external/rust/crates/mime" name="platform/external/rust/crates/mime" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300654 <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 +0300655 <project path="external/rust/crates/mio" name="platform/external/rust/crates/mio" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300656 <project path="external/rust/crates/mls-rs" name="platform/external/rust/crates/mls-rs" groups="pdk" remote="aosp" />
657 <project path="external/rust/crates/mls-rs-codec" name="platform/external/rust/crates/mls-rs-codec" groups="pdk" remote="aosp" />
658 <project path="external/rust/crates/mls-rs-codec-derive" name="platform/external/rust/crates/mls-rs-codec-derive" groups="pdk" remote="aosp" />
659 <project path="external/rust/crates/mls-rs-core" name="platform/external/rust/crates/mls-rs-core" groups="pdk" remote="aosp" />
660 <project path="external/rust/crates/mls-rs-crypto-traits" name="platform/external/rust/crates/mls-rs-crypto-traits" groups="pdk" remote="aosp" />
661 <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 +0200662 <project path="external/rust/crates/mockall" name="platform/external/rust/crates/mockall" groups="pdk" remote="aosp" />
663 <project path="external/rust/crates/mockall_derive" name="platform/external/rust/crates/mockall_derive" groups="pdk" remote="aosp" />
664 <project path="external/rust/crates/moveit" name="platform/external/rust/crates/moveit" groups="pdk" remote="aosp" />
665 <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 +0300666 <project path="external/rust/crates/nix" name="platform/external/rust/crates/nix" groups="pdk" remote="aosp" />
667 <project path="external/rust/crates/no-panic" name="platform/external/rust/crates/no-panic" groups="pdk" remote="aosp" />
668 <project path="external/rust/crates/nom" name="platform/external/rust/crates/nom" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300669 <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 +0300670 <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 +0300671 <project path="external/rust/crates/num-derive" name="platform/external/rust/crates/num-derive" groups="pdk" remote="aosp" />
672 <project path="external/rust/crates/num-integer" name="platform/external/rust/crates/num-integer" groups="pdk" remote="aosp" />
673 <project path="external/rust/crates/num-traits" name="platform/external/rust/crates/num-traits" groups="pdk" remote="aosp" />
674 <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 +0300675 <project path="external/rust/crates/octets" name="platform/external/rust/crates/octets" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300676 <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 +0300677 <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 +0300678 <project path="external/rust/crates/oorandom" name="platform/external/rust/crates/oorandom" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300679 <project path="external/rust/crates/openssl" name="platform/external/rust/crates/openssl" groups="pdk" remote="aosp" />
680 <project path="external/rust/crates/openssl-macros" name="platform/external/rust/crates/openssl-macros" groups="pdk" remote="aosp" />
681 <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 +0300682 <project path="external/rust/crates/p9" name="platform/external/rust/crates/p9" groups="pdk" remote="aosp" />
683 <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 +0300684 <project path="external/rust/crates/parking_lot" name="platform/external/rust/crates/parking_lot" groups="pdk" remote="aosp" />
685 <project path="external/rust/crates/parking_lot_core" name="platform/external/rust/crates/parking_lot_core" groups="pdk" remote="aosp" />
686 <project path="external/rust/crates/paste" name="platform/external/rust/crates/paste" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200687 <project path="external/rust/crates/pathdiff" name="platform/external/rust/crates/pathdiff" groups="pdk" remote="aosp" />
688 <project path="external/rust/crates/pdl-compiler" name="platform/external/rust/crates/pdl-compiler" groups="pdk" remote="aosp" />
689 <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 +0300690 <project path="external/rust/crates/peeking_take_while" name="platform/external/rust/crates/peeking_take_while" groups="pdk" remote="aosp" />
691 <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 +0300692 <project path="external/rust/crates/pest" name="platform/external/rust/crates/pest" groups="pdk" remote="aosp" />
693 <project path="external/rust/crates/pest_derive" name="platform/external/rust/crates/pest_derive" groups="pdk" remote="aosp" />
694 <project path="external/rust/crates/pest_generator" name="platform/external/rust/crates/pest_generator" groups="pdk" remote="aosp" />
695 <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 +0300696 <project path="external/rust/crates/pin-project" name="platform/external/rust/crates/pin-project" groups="pdk" remote="aosp" />
697 <project path="external/rust/crates/pin-project-internal" name="platform/external/rust/crates/pin-project-internal" groups="pdk" remote="aosp" />
698 <project path="external/rust/crates/pin-project-lite" name="platform/external/rust/crates/pin-project-lite" groups="pdk" remote="aosp" />
699 <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 +0300700 <project path="external/rust/crates/pkcs1" name="platform/external/rust/crates/pkcs1" groups="pdk" remote="aosp" />
701 <project path="external/rust/crates/pkcs8" name="platform/external/rust/crates/pkcs8" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300702 <project path="external/rust/crates/plotters" name="platform/external/rust/crates/plotters" groups="pdk" remote="aosp" />
703 <project path="external/rust/crates/plotters-backend" name="platform/external/rust/crates/plotters-backend" groups="pdk" remote="aosp" />
704 <project path="external/rust/crates/plotters-svg" name="platform/external/rust/crates/plotters-svg" groups="pdk" remote="aosp" />
705 <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 +0200706 <project path="external/rust/crates/predicates" name="platform/external/rust/crates/predicates" groups="pdk" remote="aosp" />
707 <project path="external/rust/crates/predicates-core" name="platform/external/rust/crates/predicates-core" groups="pdk" remote="aosp" />
708 <project path="external/rust/crates/predicates-tree" name="platform/external/rust/crates/predicates-tree" groups="pdk" remote="aosp" />
709 <project path="external/rust/crates/prettyplease" name="platform/external/rust/crates/prettyplease" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300710 <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 +0300711 <project path="external/rust/crates/protobuf" name="platform/external/rust/crates/protobuf" groups="pdk" remote="aosp" />
712 <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 +0300713 <project path="external/rust/crates/protobuf-json-mapping" name="platform/external/rust/crates/protobuf-json-mapping" groups="pdk" remote="aosp" />
714 <project path="external/rust/crates/protobuf-parse" name="platform/external/rust/crates/protobuf-parse" groups="pdk" remote="aosp" />
715 <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 +0300716 <project path="external/rust/crates/quiche" name="platform/external/rust/crates/quiche" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300717 <project path="external/rust/crates/quickcheck" name="platform/external/rust/crates/quickcheck" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300718 <project path="external/rust/crates/quote" name="platform/external/rust/crates/quote" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300719 <project path="external/rust/crates/rand" name="platform/external/rust/crates/rand" groups="pdk" remote="aosp" />
720 <project path="external/rust/crates/rand_chacha" name="platform/external/rust/crates/rand_chacha" groups="pdk" remote="aosp" />
721 <project path="external/rust/crates/rand_core" name="platform/external/rust/crates/rand_core" groups="pdk" remote="aosp" />
722 <project path="external/rust/crates/rand_xorshift" name="platform/external/rust/crates/rand_xorshift" groups="pdk" remote="aosp" />
723 <project path="external/rust/crates/rayon" name="platform/external/rust/crates/rayon" groups="pdk" remote="aosp" />
724 <project path="external/rust/crates/rayon-core" name="platform/external/rust/crates/rayon-core" groups="pdk" remote="aosp" />
725 <project path="external/rust/crates/regex" name="platform/external/rust/crates/regex" groups="pdk" remote="aosp" />
726 <project path="external/rust/crates/regex-automata" name="platform/external/rust/crates/regex-automata" groups="pdk" remote="aosp" />
727 <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 +0300728 <project path="external/rust/crates/remain" name="platform/external/rust/crates/remain" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300729 <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 +0300730 <project path="external/rust/crates/ring" name="platform/external/rust/crates/ring" groups="pdk" remote="aosp" />
731 <project path="external/rust/crates/rusqlite" name="platform/external/rust/crates/rusqlite" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300732 <project path="external/rust/crates/rustc-demangle" name="platform/external/rust/crates/rustc-demangle" groups="pdk" remote="aosp" />
733 <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 +0300734 <project path="external/rust/crates/rustc-hash" name="platform/external/rust/crates/rustc-hash" groups="pdk" remote="aosp" />
735 <project path="external/rust/crates/rustix" name="platform/external/rust/crates/rustix" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300736 <project path="external/rust/crates/rustversion" name="platform/external/rust/crates/rustversion" groups="pdk" remote="aosp" />
737 <project path="external/rust/crates/ryu" name="platform/external/rust/crates/ryu" groups="pdk" remote="aosp" />
738 <project path="external/rust/crates/same-file" name="platform/external/rust/crates/same-file" groups="pdk" remote="aosp" />
739 <project path="external/rust/crates/scopeguard" name="platform/external/rust/crates/scopeguard" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300740 <project path="external/rust/crates/sec1" name="platform/external/rust/crates/sec1" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300741 <project path="external/rust/crates/semver" name="platform/external/rust/crates/semver" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300742 <project path="external/rust/crates/serde" name="platform/external/rust/crates/serde" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300743 <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 +0300744 <project path="external/rust/crates/serde_cbor" name="platform/external/rust/crates/serde_cbor" groups="pdk" remote="aosp" />
745 <project path="external/rust/crates/serde_derive" name="platform/external/rust/crates/serde_derive" groups="pdk" remote="aosp" />
746 <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 +0200747 <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 +0300748 <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 +0200749 <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 +0200750 <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 +0300751 <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 +0300752 <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 +0300753 <project path="external/rust/crates/shlex" name="platform/external/rust/crates/shlex" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300754 <project path="external/rust/crates/siphasher" name="platform/external/rust/crates/siphasher" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300755 <project path="external/rust/crates/slab" name="platform/external/rust/crates/slab" groups="pdk" remote="aosp" />
756 <project path="external/rust/crates/smallvec" name="platform/external/rust/crates/smallvec" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200757 <project path="external/rust/crates/smccc" name="platform/external/rust/crates/smccc" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300758 <project path="external/rust/crates/socket2" name="platform/external/rust/crates/socket2" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300759 <project path="external/rust/crates/spin" name="platform/external/rust/crates/spin" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300760 <project path="external/rust/crates/spki" name="platform/external/rust/crates/spki" groups="pdk" remote="aosp" />
761 <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 +0300762 <project path="external/rust/crates/strsim" name="platform/external/rust/crates/strsim" groups="pdk" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +0300763 <project path="external/rust/crates/strum" name="platform/external/rust/crates/strum" groups="pdk" remote="aosp" />
764 <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 +0300765 <project path="external/rust/crates/syn" name="platform/external/rust/crates/syn" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300766 <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 +0300767 <project path="external/rust/crates/sync_wrapper" name="platform/external/rust/crates/sync_wrapper" groups="pdk" remote="aosp" />
768 <project path="external/rust/crates/synstructure" name="platform/external/rust/crates/synstructure" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300769 <project path="external/rust/crates/tempfile" name="platform/external/rust/crates/tempfile" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300770 <project path="external/rust/crates/termcolor" name="platform/external/rust/crates/termcolor" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200771 <project path="external/rust/crates/termtree" name="platform/external/rust/crates/termtree" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300772 <project path="external/rust/crates/textwrap" name="platform/external/rust/crates/textwrap" groups="pdk" remote="aosp" />
773 <project path="external/rust/crates/thiserror" name="platform/external/rust/crates/thiserror" groups="pdk" remote="aosp" />
774 <project path="external/rust/crates/thiserror-impl" name="platform/external/rust/crates/thiserror-impl" groups="pdk" remote="aosp" />
775 <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 +0200776 <project path="external/rust/crates/threadpool" name="platform/external/rust/crates/threadpool" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300777 <project path="external/rust/crates/tikv-jemalloc-sys" name="platform/external/rust/crates/tikv-jemalloc-sys" groups="pdk" remote="aosp" />
778 <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 +0200779 <project path="external/rust/crates/tinyjson" name="platform/external/rust/crates/tinyjson" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300780 <project path="external/rust/crates/tinytemplate" name="platform/external/rust/crates/tinytemplate" groups="pdk" remote="aosp" />
781 <project path="external/rust/crates/tinyvec" name="platform/external/rust/crates/tinyvec" groups="pdk" remote="aosp" />
782 <project path="external/rust/crates/tinyvec_macros" name="platform/external/rust/crates/tinyvec_macros" groups="pdk" remote="aosp" />
783 <project path="external/rust/crates/tokio" name="platform/external/rust/crates/tokio" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300784 <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 +0300785 <project path="external/rust/crates/tokio-macros" name="platform/external/rust/crates/tokio-macros" groups="pdk" remote="aosp" />
786 <project path="external/rust/crates/tokio-stream" name="platform/external/rust/crates/tokio-stream" groups="pdk" remote="aosp" />
787 <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 +0300788 <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 +0200789 <project path="external/rust/crates/toml" name="platform/external/rust/crates/toml" groups="pdk" remote="aosp" />
790 <project path="external/rust/crates/toml_datetime" name="platform/external/rust/crates/toml_datetime" groups="pdk" remote="aosp" />
791 <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 +0300792 <project path="external/rust/crates/tonic" name="platform/external/rust/crates/tonic" groups="pdk" remote="aosp" />
793 <project path="external/rust/crates/tower" name="platform/external/rust/crates/tower" groups="pdk" remote="aosp" />
794 <project path="external/rust/crates/tower-layer" name="platform/external/rust/crates/tower-layer" groups="pdk" remote="aosp" />
795 <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 +0300796 <project path="external/rust/crates/tracing" name="platform/external/rust/crates/tracing" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300797 <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 +0300798 <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 +0200799 <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 +0300800 <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 +0200801 <project path="external/rust/crates/tungstenite" name="platform/external/rust/crates/tungstenite" groups="pdk" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +0300802 <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 +0300803 <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 +0300804 <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 +0300805 <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 +0300806 <project path="external/rust/crates/unicode-normalization" name="platform/external/rust/crates/unicode-normalization" groups="pdk" remote="aosp" />
807 <project path="external/rust/crates/unicode-segmentation" name="platform/external/rust/crates/unicode-segmentation" groups="pdk" remote="aosp" />
808 <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 +0300809 <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 +0300810 <project path="external/rust/crates/uniffi" name="platform/external/rust/crates/uniffi" groups="pdk" remote="aosp" />
811 <project path="external/rust/crates/uniffi_checksum_derive" name="platform/external/rust/crates/uniffi_checksum_derive" groups="pdk" remote="aosp" />
812 <project path="external/rust/crates/uniffi_core" name="platform/external/rust/crates/uniffi_core" groups="pdk" remote="aosp" />
813 <project path="external/rust/crates/uniffi_macros" name="platform/external/rust/crates/uniffi_macros" groups="pdk" remote="aosp" />
814 <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 +0200815 <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 +0300816 <project path="external/rust/crates/untrusted" name="platform/external/rust/crates/untrusted" groups="pdk" remote="aosp" />
817 <project path="external/rust/crates/url" name="platform/external/rust/crates/url" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300818 <project path="external/rust/crates/userfaultfd" name="platform/external/rust/crates/userfaultfd" groups="pdk" remote="aosp" />
819 <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 +0200820 <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 +0300821 <project path="external/rust/crates/uuid" name="platform/external/rust/crates/uuid" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200822 <project path="external/rust/crates/vhost" name="platform/external/rust/crates/vhost" groups="pdk" remote="aosp" />
823 <project path="external/rust/crates/vhost-device-vsock" name="platform/external/rust/crates/vhost-device-vsock" groups="pdk" remote="aosp" />
824 <project path="external/rust/crates/vhost-user-backend" name="platform/external/rust/crates/vhost-user-backend" groups="pdk" remote="aosp" />
825 <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 +0300826 <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 +0200827 <project path="external/rust/crates/virtio-queue" name="platform/external/rust/crates/virtio-queue" groups="pdk" remote="aosp" />
828 <project path="external/rust/crates/virtio-vsock" name="platform/external/rust/crates/virtio-vsock" groups="pdk" remote="aosp" />
829 <project path="external/rust/crates/vm-memory" name="platform/external/rust/crates/vm-memory" groups="pdk" remote="aosp" />
830 <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 +0300831 <project path="external/rust/crates/vsock" name="platform/external/rust/crates/vsock" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300832 <project path="external/rust/crates/vulkano" name="platform/external/rust/crates/vulkano" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300833 <project path="external/rust/crates/walkdir" name="platform/external/rust/crates/walkdir" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300834 <project path="external/rust/crates/want" name="platform/external/rust/crates/want" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300835 <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 +0300836 <project path="external/rust/crates/webpki" name="platform/external/rust/crates/webpki" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300837 <project path="external/rust/crates/which" name="platform/external/rust/crates/which" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200838 <project path="external/rust/crates/winnow" name="platform/external/rust/crates/winnow" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300839 <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 +0300840 <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 +0200841 <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 +0300842 <project path="external/rust/crates/zerocopy" name="platform/external/rust/crates/zerocopy" groups="pdk" remote="aosp" />
843 <project path="external/rust/crates/zerocopy-derive" name="platform/external/rust/crates/zerocopy-derive" groups="pdk" remote="aosp" />
844 <project path="external/rust/crates/zeroize" name="platform/external/rust/crates/zeroize" groups="pdk" remote="aosp" />
845 <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 +0300846 <project path="external/rust/crates/zip" name="platform/external/rust/crates/zip" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200847 <project path="external/rust/autocxx" name="platform/external/rust/autocxx" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300848 <project path="external/rust/beto-rust" name="platform/external/rust/beto-rust" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300849 <project path="external/rust/cxx" name="platform/external/rust/cxx" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300850 <project path="external/rust/pica" name="platform/external/rust/pica" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300851 <project path="external/ruy" name="platform/external/ruy" groups="pdk" remote="aosp" />
852 <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 +0200853 <project path="external/sandboxed-api" name="platform/external/sandboxed-api" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300854 <project path="external/scapy" name="platform/external/scapy" groups="pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700855 <project path="external/scrypt" name="platform/external/scrypt" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300856 <project path="external/scudo" name="platform/external/scudo" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300857 <project path="external/sdk-platform-java" name="platform/external/sdk-platform-java" groups="pdk,tradefed" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200858 <project path="external/sdv/vsomeip" name="platform/external/sdv/vsomeip" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300859 <project path="external/seccomp-tests" name="platform/external/seccomp-tests" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300860 <project path="external/selinux" name="platform/external/selinux" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300861 <project path="external/setfilters" name="platform/external/setfilters" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200862 <project path="external/setupcompat" name="LineageOS/android_external_setupcompat" groups="pdk,sysui-studio" />
863 <project path="external/setupdesign" name="platform/external/setupdesign" groups="pdk,sysui-studio" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300864 <project path="external/sg3_utils" name="platform/external/sg3_utils" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300865 <project path="external/shaderc/spirv-headers" name="platform/external/shaderc/spirv-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300866 <project path="external/shflags" name="platform/external/shflags" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300867 <project path="external/skia" name="platform/external/skia" groups="pdk,qcom_msm8x26" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000868 <project path="external/sl4a" name="platform/external/sl4a" groups="pdk" remote="aosp" />
869 <project path="external/slf4j" name="platform/external/slf4j" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400870 <project path="external/snakeyaml" name="platform/external/snakeyaml" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700871 <project path="external/sonic" name="platform/external/sonic" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700872 <project path="external/sonivox" name="platform/external/sonivox" groups="pdk" remote="aosp" />
873 <project path="external/speex" name="platform/external/speex" groups="pdk" remote="aosp" />
874 <project path="external/sqlite" name="platform/external/sqlite" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300875 <project path="external/spdx-tools" name="platform/external/spdx-tools" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700876 <project path="external/squashfs-tools" name="platform/external/squashfs-tools" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300877 <project path="external/stardoc" name="platform/external/stardoc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300878 <project path="external/starlark-go" name="platform/external/starlark-go" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200879 <project path="external/stg" name="platform/external/stg" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000880 <project path="external/strace" name="platform/external/strace" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300881 <project path="external/stressapptest" name="platform/external/stressapptest" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300882 <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 +0300883 <project path="external/swiftshader" name="platform/external/swiftshader" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000884 <project path="external/tagsoup" name="platform/external/tagsoup" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000885 <project path="external/tcpdump" name="platform/external/tcpdump" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300886 <project path="external/tensorflow" name="platform/external/tensorflow" groups="pdk" remote="aosp" />
Michael Bestas04d9fa62022-03-07 22:27:21 +0200887 <project path="external/TestParameterInjector" name="platform/external/TestParameterInjector" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300888 <project path="external/testng" name="platform/external/testng" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300889 <project path="external/tflite-support" name="platform/external/tflite-support" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300890 <project path="external/threetenbp" name="platform/external/threetenbp" groups="pdk,tradefed" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300891 <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 +0200892 <project path="external/tink" name="platform/external/tink" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300893 <project path="external/tinyalsa" name="platform/external/tinyalsa" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300894 <project path="external/tinyalsa_new" name="platform/external/tinyalsa_new" groups="pdk" remote="aosp" />
Nolen Johnson51100ed2021-11-04 15:20:42 -0400895 <project path="external/tinycompress" name="LineageOS/android_external_tinycompress" groups="pdk" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300896 <project path="external/tinyxml2" name="platform/external/tinyxml2" groups="pdk" remote="aosp" />
897 <project path="external/toolchain-utils" name="platform/external/toolchain-utils" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +0300898 <project path="external/toybox" name="platform/external/toybox" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +0300899 <project path="external/tpm2-tss" name="platform/external/tpm2-tss" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300900 <project path="external/trace-cmd" name="platform/external/trace-cmd" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700901 <project path="external/tremolo" name="platform/external/tremolo" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300902 <project path="external/trusty/arm-trusted-firmware" name="trusty/external/trusted-firmware-a" groups="trusty" remote="aosp" />
903 <project path="external/trusty/bootloader" name="trusty/external/trusty" groups="trusty" remote="aosp" />
904 <project path="external/trusty/headers" name="trusty/external/headers" groups="trusty" remote="aosp" />
905 <project path="external/trusty/lk" name="trusty/lk/common" groups="trusty" remote="aosp" />
906 <project path="external/trusty/musl" name="trusty/external/musl" groups="trusty" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300907 <project path="external/truth" name="platform/external/truth" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300908 <project path="external/turbine" name="platform/external/turbine" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400909 <project path="external/unicode" name="platform/external/unicode" groups="pdk" remote="aosp" />
Steve Kondik7d087c72016-10-25 17:17:30 -0700910 <project path="external/universal-tween-engine" name="platform/external/universal-tween-engine" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300911 <project path="external/uwb" name="platform/external/uwb" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800912 <project path="external/v4l2_codec2" name="platform/external/v4l2_codec2" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000913 <project path="external/vboot_reference" name="platform/external/vboot_reference" groups="vboot,pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300914 <project path="external/virglrenderer" name="platform/external/virglrenderer" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700915 <project path="external/vixl" name="platform/external/vixl" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700916 <project path="external/vogar" name="platform/external/vogar" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300917 <project path="external/volley" name="platform/external/volley" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300918 <project path="external/vulkan-headers" name="platform/external/vulkan-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300919 <project path="external/vulkan-validation-layers" name="platform/external/vulkan-validation-layers" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800920 <project path="external/walt" name="platform/external/walt" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300921 <project path="external/wayland" name="platform/external/wayland" groups="pdk" remote="aosp" />
922 <project path="external/wayland-protocols" name="platform/external/wayland-protocols" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300923 <project path="external/webp" name="platform/external/webp" groups="pdk,qcom_msm8x26" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700924 <project path="external/webrtc" name="platform/external/webrtc" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300925 <project path="external/wpa_supplicant_8" name="platform/external/wpa_supplicant_8" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300926 <project path="external/wmediumd" name="platform/external/wmediumd" groups="pdk" remote="aosp" />
927 <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 +0300928 <project path="external/wycheproof" name="platform/external/wycheproof" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000929 <project path="external/xmp_toolkit" name="platform/external/xmp_toolkit" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300930 <project path="external/XNNPACK" name="platform/external/XNNPACK" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300931 <project path="external/xz-embedded" name="platform/external/xz-embedded" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300932 <project path="external/xz-java" name="platform/external/xz-java" groups="pdk" remote="aosp" />
933 <project path="external/yapf" name="platform/external/yapf" groups="vts,projectarch,pdk" remote="aosp" />
934 <project path="external/zlib" name="platform/external/zlib" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000935 <project path="external/zopfli" name="platform/external/zopfli" groups="pdk" remote="aosp" />
DroidFreak32cd13b152023-05-12 00:13:34 +0530936 <project path="external/zstd" name="LineageOS/android_external_zstd" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300937 <project path="external/zucchini" name="platform/external/zucchini" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000938 <project path="external/zxing" name="platform/external/zxing" groups="pdk" remote="aosp" />
Nolen Johnson92407ab2021-12-02 23:29:43 -0500939 <project path="frameworks/av" name="LineageOS/android_frameworks_av" groups="pdk" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200940 <project path="frameworks/base" name="LineageOS/android_frameworks_base" groups="pdk-cw-fs,pdk-fs,sysui-studio" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700941 <project path="frameworks/compile/libbcc" name="platform/frameworks/compile/libbcc" groups="pdk" remote="aosp" />
942 <project path="frameworks/compile/mclinker" name="platform/frameworks/compile/mclinker" groups="pdk" remote="aosp" />
943 <project path="frameworks/compile/slang" name="platform/frameworks/compile/slang" groups="pdk" remote="aosp" />
944 <project path="frameworks/ex" name="platform/frameworks/ex" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200945 <project path="frameworks/hardware/interfaces" name="platform/frameworks/hardware/interfaces" groups="pdk,sysui-studio" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800946 <project path="frameworks/layoutlib" name="platform/frameworks/layoutlib" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300947 <project path="frameworks/libs/binary_translation" name="platform/frameworks/libs/binary_translation" groups="pdk" remote="aosp" />
948 <project path="frameworks/libs/gsma_services" name="platform/frameworks/libs/gsma_services" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200949 <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 +0300950 <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 +0300951 <project path="frameworks/libs/service_entitlement" name="platform/frameworks/libs/service_entitlement" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200952 <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 -0700953 <project path="frameworks/minikin" name="platform/frameworks/minikin" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700954 <project path="frameworks/multidex" name="platform/frameworks/multidex" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas075d4aa2021-10-26 20:55:01 +0300955 <project path="frameworks/native" name="LineageOS/android_frameworks_native" groups="pdk" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700956 <project path="frameworks/opt/bitmap" name="platform/frameworks/opt/bitmap" groups="pdk-fs" remote="aosp" />
Michael Bestas43f2d332022-11-25 19:49:56 +0200957 <project path="frameworks/opt/calendar" name="LineageOS/android_frameworks_opt_calendar" groups="pdk-cw-fs,pdk-fs" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200958 <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 +0300959 <project path="frameworks/opt/car/setupwizard" name="platform/frameworks/opt/car/setupwizard" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300960 <project path="frameworks/opt/chips" name="platform/frameworks/opt/chips" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
LuK1337b6600ff2023-09-21 18:00:28 +0200961 <project path="frameworks/opt/colorpicker" name="LineageOS/android_frameworks_opt_colorpicker" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300962 <project path="frameworks/opt/localepicker" name="platform/frameworks/opt/localepicker" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700963 <project path="frameworks/opt/net/ethernet" name="platform/frameworks/opt/net/ethernet" groups="pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300964 <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 -0700965 <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 +0200966 <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 -0700967 <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 +0300968 <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 -0700969 <project path="frameworks/opt/telephony" name="LineageOS/android_frameworks_opt_telephony" groups="pdk" />
Michael Bestas1cbe1752021-10-26 20:46:42 +0300970 <project path="frameworks/opt/timezonepicker" name="LineageOS/android_frameworks_opt_timezonepicker" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +0300971 <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 +0300972 <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 +0200973 <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 -0700974 <project path="frameworks/rs" name="platform/frameworks/rs" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700975 <project path="frameworks/wilhelm" name="platform/frameworks/wilhelm" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Nolen Johnson568c1f62023-07-16 15:52:31 -0400976 <project path="hardware/broadcom/libbt" name="LineageOS/android_hardware_broadcom_libbt" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300977 <project path="hardware/broadcom/wlan" name="platform/hardware/broadcom/wlan" groups="pdk,broadcom_wlan" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300978 <project path="hardware/google/aemu" name="platform/hardware/google/aemu" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400979 <project path="hardware/google/apf" name="platform/hardware/google/apf" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab2a768552019-05-11 13:30:24 -0700980 <project path="hardware/google/av" name="platform/hardware/google/av" groups="pdk" remote="aosp" />
Michael Bestas7c51e0c2024-09-02 20:27:59 +0300981 <project path="hardware/google/camera" name="LineageOS/android_hardware_google_camera" groups="pdk" />
Michael Bestas961c3992018-08-07 03:05:34 +0300982 <project path="hardware/google/easel" name="platform/hardware/google/easel" groups="pdk,easel" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300983 <project path="hardware/google/gchips" name="LineageOS/android_hardware_google_gchips" groups="pdk-lassen,pdk-gs-arm" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300984 <project path="hardware/google/gfxstream" name="platform/hardware/google/gfxstream" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +0300985 <project path="hardware/google/graphics/common" name="LineageOS/android_hardware_google_graphics_common" groups="pdk-lassen,pdk-gs-arm" />
986 <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 +0300987 <project path="hardware/google/graphics/gs201" name="platform/hardware/google/graphics/gs201" groups="cloudripperr,pdk-gs-arm" remote="aosp" />
988 <project path="hardware/google/graphics/zuma" name="platform/hardware/google/graphics/zuma" groups="ripcurrentr,pdk-gs-arm" remote="aosp" />
989 <project path="hardware/google/graphics/zumapro" name="platform/hardware/google/graphics/zumapro" groups="ripcurrentpro" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200990 <project path="hardware/google/interfaces" name="platform/hardware/google/interfaces" groups="pdk,sysui-studio" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +0300991 <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 -0400992 <project path="hardware/google/pixel-sepolicy" name="LineageOS/android_hardware_google_pixel-sepolicy" groups="generic_fs,pixel" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200993 <project path="hardware/google/trusty" name="platform/hardware/google/trusty" groups="pdk" remote="aosp" />
994 <project path="hardware/interfaces" name="LineageOS/android_hardware_interfaces" groups="pdk,sysui-studio" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300995 <project path="hardware/invensense" name="platform/hardware/invensense" groups="invensense,pdk" remote="aosp" />
Michael Bestas9fc7ef52022-08-22 22:42:55 +0300996 <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 -0400997 <project path="hardware/libhardware" name="LineageOS/android_hardware_libhardware" groups="pdk" />
Michael Bestas1af23a82023-10-08 17:23:58 +0300998 <project path="hardware/libhardware_legacy" name="platform/hardware/libhardware_legacy" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +0200999 <project path="hardware/nxp/keymint" name="platform/hardware/nxp/keymint" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001000 <project path="hardware/nxp/nfc" name="platform/hardware/nxp/nfc" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001001 <project path="hardware/nxp/secure_element" name="platform/hardware/nxp/secure_element" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001002 <project path="hardware/nxp/uwb" name="platform/hardware/nxp/uwb" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001003 <project path="hardware/nxp/weaver" name="platform/hardware/nxp/weaver" groups="pdk" remote="aosp" />
Nolen Johnsonf3831082021-11-11 20:55:32 -05001004 <project path="hardware/qcom/audio" name="LineageOS/android_hardware_qcom_audio" groups="qcom,qcom_audio,pdk-qcom" />
Aaron Klingeb77eef2022-08-29 22:10:30 -05001005 <project path="hardware/qcom/bootctrl" name="platform/hardware/qcom/bootctrl" groups="qcom,pdk-qcom" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001006 <project path="hardware/qcom/bt" name="platform/hardware/qcom/bt" groups="qcom,pdk-qcom" remote="aosp" />
Aaron Klingeb77eef2022-08-29 22:10:30 -05001007 <project path="hardware/qcom/camera" name="LineageOS/android_hardware_qcom_camera" groups="qcom,qcom_camera,pdk-qcom" />
Nolen Johnsonf3831082021-11-11 20:55:32 -05001008 <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 +03001009 <project path="hardware/qcom/display" name="LineageOS/android_hardware_qcom_display" groups="pdk-qcom,qcom,qcom_display" />
1010 <project path="hardware/qcom/gps" name="LineageOS/android_hardware_qcom_gps" groups="qcom,qcom_gps,pdk-qcom" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001011 <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 +03001012 <project path="hardware/qcom/media" name="LineageOS/android_hardware_qcom_media" groups="qcom,pdk-qcom" />
Aaron Klingeb77eef2022-08-29 22:10:30 -05001013 <project path="hardware/qcom/sm7250/display" name="LineageOS/android_hardware_qcom_sm7250_display" groups="qcom,qcom_sm7250" />
Michael Bestascc6b86d2023-05-24 19:44:34 +03001014 <project path="hardware/qcom/sm7250/gps" name="LineageOS/android_hardware_qcom_sm7250_gps" groups="qcom,qcom_sm7250" >
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001015 <linkfile dest="hardware/qcom/sm7250/Android.mk" src="os_pickup.mk" />
1016 <linkfile dest="hardware/qcom/sm7250/Android.bp" src="os_pickup.bp" />
Michael Bestasb7659012020-12-08 21:22:55 +02001017 </project>
Aaron Klingeb77eef2022-08-29 22:10:30 -05001018 <project path="hardware/qcom/sm7250/media" name="LineageOS/android_hardware_qcom_sm7250_media" groups="qcom,qcom_sm7250" />
1019 <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 +02001020 <linkfile dest="hardware/qcom/sm8150/Android.mk" src="os_pickup.mk" />
1021 <linkfile dest="hardware/qcom/sm8150/Android.bp" src="os_pickup.bp" />
Michael Bestasaad75922019-10-25 20:11:55 +03001022 </project>
Aaron Klingeb77eef2022-08-29 22:10:30 -05001023 <project path="hardware/qcom/sm8150/display" name="LineageOS/android_hardware_qcom_sm8150_display" groups="qcom,qcom_sm8150" />
Michael Bestascc6b86d2023-05-24 19:44:34 +03001024 <project path="hardware/qcom/sm8150/gps" name="LineageOS/android_hardware_qcom_sm8150_gps" groups="qcom,qcom_sm8150" />
Aaron Klingeb77eef2022-08-29 22:10:30 -05001025 <project path="hardware/qcom/sm8150/media" name="LineageOS/android_hardware_qcom_sm8150_media" groups="qcom,qcom_sm8150" />
1026 <project path="hardware/qcom/sm8150/thermal" name="platform/hardware/qcom/sm8150/thermal" groups="qcom,qcom_sm8150" remote="aosp" />
1027 <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 -05001028 <project path="hardware/qcom/wlan" name="LineageOS/android_hardware_qcom_wlan" groups="qcom,qcom_wlan,pdk-qcom" />
Julian Veit4835ad02022-01-11 16:21:37 +01001029 <project path="hardware/ril" name="LineageOS/android_hardware_ril" groups="pdk" />
Michael Bestas3aa029f2024-03-02 21:13:30 +02001030 <project path="hardware/samsung/nfc" name="LineageOS/android_hardware_samsung_nfc" groups="pdk" />
1031 <project path="hardware/st/nfc" name="LineageOS/android_hardware_st_nfc" groups="pdk" />
Michael Bestasaad75922019-10-25 20:11:55 +03001032 <project path="hardware/st/secure_element" name="platform/hardware/st/secure_element" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001033 <project path="hardware/st/secure_element2" name="platform/hardware/st/secure_element2" groups="pdk" remote="aosp" />
Michael Bestas2626bcf2023-06-13 22:34:24 +03001034 <project path="hardware/synaptics/wlan" name="platform/hardware/synaptics/wlan" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001035 <project path="hardware/ti/am57x" name="platform/hardware/ti/am57x" groups="pdk" remote="aosp" />
Michael Bestas1cd9e2a2023-10-24 23:10:26 +03001036 <project path="kernel/configs" name="LineageOS/android_kernel_configs" groups="vts,pdk" />
Tim Schumacher30890132021-07-11 18:30:54 +02001037 <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 +03001038 <project path="kernel/prebuilts/5.4/arm64" name="kernel/prebuilts/5.4/arm64" groups="pdk" clone-depth="1" remote="aosp" />
1039 <project path="kernel/prebuilts/5.4/x86_64" name="kernel/prebuilts/5.4/x86-64" groups="pdk" clone-depth="1" remote="aosp" />
1040 <project path="kernel/prebuilts/5.10/arm64" name="kernel/prebuilts/5.10/arm64" groups="pdk" clone-depth="1" remote="aosp" />
1041 <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 +03001042 <project path="kernel/prebuilts/5.15/arm64" name="kernel/prebuilts/5.15/arm64" groups="pdk" clone-depth="1" remote="aosp" />
1043 <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 +03001044 <project path="kernel/prebuilts/6.1/arm64" name="kernel/prebuilts/6.1/arm64" groups="pdk" clone-depth="1" remote="aosp" />
1045 <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 +03001046 <project path="kernel/prebuilts/6.6/arm64" name="kernel/prebuilts/6.6/arm64" groups="pdk" clone-depth="1" remote="aosp" />
1047 <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 +03001048 <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 +03001049 <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 +03001050 <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" />
1051 <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 +03001052 <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" />
1053 <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 +03001054 <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" />
1055 <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 +03001056 <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" />
1057 <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 +03001058 <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" />
1059 <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 +03001060 <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" />
1061 <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 +03001062 <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" />
1063 <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 +03001064 <project path="kernel/tests" name="kernel/tests" groups="vts,pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001065 <project path="libcore" name="platform/libcore" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -04001066 <project path="libnativehelper" name="platform/libnativehelper" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001067 <project path="packages/apps/AvatarPicker" name="platform/packages/apps/AvatarPicker" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001068 <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 -04001069 <project path="packages/apps/Browser2" name="platform/packages/apps/Browser2" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001070 <project path="packages/apps/Camera2" name="LineageOS/android_packages_apps_Camera2" groups="pdk-fs" />
Michael Bestas52575e92024-09-09 22:19:35 +03001071 <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 +03001072 <project path="packages/apps/Car/Cluster" name="platform/packages/apps/Car/Cluster" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001073 <project path="packages/apps/Car/DebuggingRestrictionController" name="platform/packages/apps/Car/DebuggingRestrictionController" groups="pdk-fs" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +03001074 <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 +03001075 <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 +03001076 <project path="packages/apps/Car/LatinIME" name="platform/packages/apps/Car/LatinIME" groups="pdk-fs" remote="aosp" />
1077 <project path="packages/apps/Car/Launcher" name="platform/packages/apps/Car/Launcher" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001078 <project path="packages/apps/Car/LinkViewer" name="platform/packages/apps/Car/LinkViewer" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001079 <project path="packages/apps/Car/LocalMediaPlayer" name="platform/packages/apps/Car/LocalMediaPlayer" groups="pdk-fs" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +03001080 <project path="packages/apps/Car/MediaPrebuilt" name="platform/packages/apps/Car/MediaPrebuilt" groups="pdk-fs" clone-depth="1" remote="aosp" />
1081 <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 +03001082 <project path="packages/apps/Car/Notification" name="platform/packages/apps/Car/Notification" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001083 <project path="packages/apps/Car/Provision" name="platform/packages/apps/Car/Provision" groups="pdk-fs" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001084 <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 +03001085 <project path="packages/apps/Car/RotaryController" name="platform/packages/apps/Car/RotaryController" groups="pdk-fs" remote="aosp" />
Tom Prattc0d16f52021-11-23 14:54:39 +01001086 <project path="packages/apps/Car/Settings" name="LineageOS/android_packages_apps_Car_Settings" groups="pdk-fs" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001087 <project path="packages/apps/Car/SettingsIntelligence" name="platform/packages/apps/Car/SettingsIntelligence" groups="pdk-fs" remote="aosp" />
Michael Bestasc428eb12022-06-07 02:16:05 +03001088 <project path="packages/apps/Car/systemlibs" name="platform/packages/apps/Car/systemlibs" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001089 <project path="packages/apps/Car/SystemUI" name="platform/packages/apps/Car/SystemUI" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001090 <project path="packages/apps/Car/SystemUpdater" name="platform/packages/apps/Car/SystemUpdater" groups="pdk-fs" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001091 <project path="packages/apps/Car/Templates" name="platform/packages/apps/Car/Templates" groups="pdk-fs" remote="aosp" />
1092 <project path="packages/apps/Car/VoiceControl" name="platform/packages/apps/Car/VoiceControl" groups="pdk-fs" remote="aosp" />
1093 <project path="packages/apps/Car/DataSubscriptionReference" name="platform/packages/apps/Car/DataSubscriptionReference" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001094 <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 +02001095 <project path="packages/apps/CellBroadcastReceiver" name="LineageOS/android_packages_apps_CellBroadcastReceiver" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001096 <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 +03001097 <project path="packages/apps/Contacts" name="LineageOS/android_packages_apps_Contacts" groups="pdk-fs" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001098 <project path="packages/apps/Dialer" name="LineageOS/android_packages_apps_Dialer" groups="pdk-fs" />
1099 <project path="packages/apps/DocumentsUI" name="LineageOS/android_packages_apps_DocumentsUI" groups="pdk-cw-fs,pdk-fs" />
Michael Wcc9439e2022-04-06 18:40:24 +02001100 <project path="packages/apps/EmergencyInfo" name="LineageOS/android_packages_apps_EmergencyInfo" groups="pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001101 <project path="packages/apps/HTMLViewer" name="platform/packages/apps/HTMLViewer" groups="pdk-fs" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001102 <project path="packages/apps/ImsServiceEntitlement" name="platform/packages/apps/ImsServiceEntitlement" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001103 <project path="packages/apps/KeyChain" name="platform/packages/apps/KeyChain" groups="pdk-fs" remote="aosp" />
1104 <project path="packages/apps/ManagedProvisioning" name="platform/packages/apps/ManagedProvisioning" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001105 <project path="packages/apps/Messaging" name="LineageOS/android_packages_apps_Messaging" groups="pdk-fs" />
Nolen Johnsona43e00f2022-09-27 17:03:44 -04001106 <project path="packages/apps/Music" name="platform/packages/apps/Music" groups="pdk-fs" remote="aosp" />
1107 <project path="packages/apps/MusicFX" name="platform/packages/apps/MusicFX" groups="pdk-fs" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001108 <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 +03001109 <project path="packages/apps/OnDeviceAppPrediction" name="platform/packages/apps/OnDeviceAppPrediction" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001110 <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 -07001111 <project path="packages/apps/Provision" name="platform/packages/apps/Provision" groups="pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001112 <project path="packages/apps/QuickAccessWallet" name="platform/packages/apps/QuickAccessWallet" groups="pdk-fs" remote="aosp" />
Nolen Johnsona43e00f2022-09-27 17:03:44 -04001113 <project path="packages/apps/QuickSearchBox" name="platform/packages/apps/QuickSearchBox" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001114 <project path="packages/apps/SafetyRegulatoryInfo" name="platform/packages/apps/SafetyRegulatoryInfo" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001115 <project path="packages/apps/SampleLocationAttribution" name="platform/packages/apps/SampleLocationAttribution" groups="pdk-fs" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001116 <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 +03001117 <project path="packages/apps/Settings" name="LineageOS/android_packages_apps_Settings" groups="pdk-fs" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001118 <project path="packages/apps/SettingsIntelligence" name="LineageOS/android_packages_apps_SettingsIntelligence" groups="pdk-fs" />
1119 <project path="packages/apps/Stk" name="LineageOS/android_packages_apps_Stk" groups="apps_stk,pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001120 <project path="packages/apps/StorageManager" name="platform/packages/apps/StorageManager" groups="pdk-fs" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001121 <project path="packages/apps/SystemUIGo" name="platform/packages/apps/SystemUIGo" groups="pdk-fs" remote="aosp" />
Michael Wcc9439e2022-04-06 18:40:24 +02001122 <project path="packages/apps/Tag" name="LineageOS/android_packages_apps_Tag" groups="pdk-fs" />
Simon Shields51ac04c2017-04-04 20:42:50 +10001123 <project path="packages/apps/Test/connectivity" name="platform/packages/apps/Test/connectivity" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001124 <project path="packages/apps/ThemePicker" name="LineageOS/android_packages_apps_ThemePicker" groups="pdk-fs,sysui-studio" />
1125 <project path="packages/apps/Traceur" name="platform/packages/apps/Traceur" groups="pdk-fs,sysui-studio,pdk-cw-tvc" remote="aosp" />
1126 <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 +02001127 <project path="packages/apps/TvFeedbackConsent" name="platform/packages/apps/TvFeedbackConsent" groups="pdk-fs" remote="aosp" />
Nolen Johnson2a1f1062022-01-13 18:02:20 -05001128 <project path="packages/apps/TvSettings" name="LineageOS/android_packages_apps_TvSettings" groups="pdk-fs" />
Michael Bestas33aec9e2024-06-23 01:04:53 +03001129 <project path="packages/apps/TvSystemUI" name="LineageOS/android_packages_apps_TvSystemUI" groups="pdk-fs" />
Nolen Johnsona0636072020-06-30 12:51:27 -04001130 <project path="packages/apps/TV" name="platform/packages/apps/TV" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001131 <project path="packages/apps/UniversalMediaPlayer" name="platform/packages/apps/UniversalMediaPlayer" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001132 <project path="packages/apps/WallpaperPicker2" name="LineageOS/android_packages_apps_WallpaperPicker2" groups="pdk-fs,sysui-studio" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001133 <project path="packages/inputmethods/LatinIME" name="LineageOS/android_packages_inputmethods_LatinIME" groups="pdk-fs" />
Michael Wcc9439e2022-04-06 18:40:24 +02001134 <project path="packages/inputmethods/LeanbackIME" name="LineageOS/android_packages_inputmethods_LeanbackIME" groups="pdk-fs" />
Nolen Johnson54944022021-11-12 14:33:27 -05001135 <project path="packages/modules/adb" name="LineageOS/android_packages_modules_adb" groups="pdk" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001136 <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 +03001137 <project path="packages/modules/AppSearch" name="platform/packages/modules/AppSearch" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001138 <project path="packages/modules/ArtPrebuilt" name="platform/packages/modules/ArtPrebuilt" groups="pdk" clone-depth="1" remote="aosp" />
althafvly44ea1fe2022-11-21 02:30:21 +05301139 <project path="packages/modules/Bluetooth" name="LineageOS/android_packages_modules_Bluetooth" groups="pdk" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001140 <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 +03001141 <project path="packages/modules/CellBroadcastService" name="platform/packages/modules/CellBroadcastService" groups="pdk" remote="aosp" />
LuK133740fa98c2021-12-21 21:35:28 +01001142 <project path="packages/modules/common" name="LineageOS/android_packages_modules_common" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001143 <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 -05001144 <project path="packages/modules/Connectivity" name="LineageOS/android_packages_modules_Connectivity" groups="pdk-cw-fs,pdk-fs" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001145 <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 +03001146 <project path="packages/modules/Cronet" name="platform/packages/modules/Cronet" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
1147 <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 +03001148 <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 +03001149 <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 +03001150 <project path="packages/modules/GeoTZ" name="platform/packages/modules/GeoTZ" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
1151 <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 +02001152 <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 +03001153 <project path="packages/modules/ImsMedia" name="platform/packages/modules/ImsMedia" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001154 <project path="packages/modules/IntentResolver" name="platform/packages/modules/IntentResolver" groups="pdk,sysui-studio" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001155 <project path="packages/modules/IPsec" name="platform/packages/modules/IPsec" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001156 <project path="packages/modules/Media" name="platform/packages/modules/Media" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001157 <project path="packages/modules/ModuleMetadata" name="platform/packages/modules/ModuleMetadata" groups="pdk" remote="aosp" />
1158 <project path="packages/modules/NetworkPermissionConfig" name="platform/packages/modules/NetworkPermissionConfig" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
LuK133742a67862024-10-06 10:57:26 +02001159 <project path="packages/modules/NetworkStack" name="LineageOS/android_packages_modules_NetworkStack" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001160 <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 +02001161 <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 +02001162 <project path="packages/modules/Permission" name="LineageOS/android_packages_modules_Permission" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas3ef99d52024-06-15 03:05:09 +03001163 <project path="packages/modules/Profiling" name="platform/packages/modules/Profiling" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001164 <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 +03001165 <project path="packages/modules/RuntimeI18n" name="platform/packages/modules/RuntimeI18n" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
1166 <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 +03001167 <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 +03001168 <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 +03001169 <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 +03001170 <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 +03001171 <project path="packages/modules/TestModule" name="platform/packages/modules/TestModule" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001172 <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 +03001173 <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 +02001174 <project path="packages/modules/UprobeStats" name="platform/packages/modules/UprobeStats" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
LuK1337cbd7dbc2024-10-19 18:17:23 +02001175 <project path="packages/modules/Virtualization" name="LineageOS/android_packages_modules_Virtualization" groups="pdk" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001176 <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 +02001177 <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 +03001178 <project path="packages/providers/BlockedNumberProvider" name="LineageOS/android_packages_providers_BlockedNumberProvider" groups="pdk-fs" />
1179 <project path="packages/providers/BookmarkProvider" name="LineageOS/android_packages_providers_BookmarkProvider" groups="pdk-fs" />
1180 <project path="packages/providers/CalendarProvider" name="LineageOS/android_packages_providers_CalendarProvider" groups="pdk-cw-fs,pdk-fs" />
1181 <project path="packages/providers/CallLogProvider" name="LineageOS/android_packages_providers_CallLogProvider" groups="pdk-fs" />
Michael Bestas3ef99d52024-06-15 03:05:09 +03001182 <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 +03001183 <project path="packages/providers/ContactsProvider" name="LineageOS/android_packages_providers_ContactsProvider" groups="pdk-cw-fs,pdk-fs" />
1184 <project path="packages/providers/DownloadProvider" name="LineageOS/android_packages_providers_DownloadProvider" groups="pdk-cw-fs,pdk-fs" />
1185 <project path="packages/providers/MediaProvider" name="LineageOS/android_packages_providers_MediaProvider" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001186 <project path="packages/providers/PartnerBookmarksProvider" name="platform/packages/providers/PartnerBookmarksProvider" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001187 <project path="packages/providers/TelephonyProvider" name="LineageOS/android_packages_providers_TelephonyProvider" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001188 <project path="packages/providers/TvProvider" name="platform/packages/providers/TvProvider" groups="pdk-fs" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001189 <project path="packages/providers/UserDictionaryProvider" name="platform/packages/providers/UserDictionaryProvider" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
1190 <project path="packages/screensavers/Basic" name="platform/packages/screensavers/Basic" groups="pdk-fs" remote="aosp" />
Michael Wcc9439e2022-04-06 18:40:24 +02001191 <project path="packages/screensavers/PhotoTable" name="LineageOS/android_packages_screensavers_PhotoTable" groups="pdk-fs" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001192 <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 +03001193 <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 +00001194 <project path="packages/services/Car" name="LineageOS/android_packages_services_Car" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001195 <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 +03001196 <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 +03001197 <project path="packages/services/Mms" name="LineageOS/android_packages_services_Mms" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001198 <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 +03001199 <project path="packages/services/Telecomm" name="LineageOS/android_packages_services_Telecomm" groups="pdk-cw-fs,pdk-fs" />
1200 <project path="packages/services/Telephony" name="LineageOS/android_packages_services_Telephony" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001201 <project path="packages/wallpapers/ImageWallpaper" name="platform/packages/wallpapers/ImageWallpaper" groups="pdk-fs" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001202 <project path="packages/wallpapers/LivePicker" name="LineageOS/android_packages_wallpapers_LivePicker" groups="pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -07001203 <project path="pdk" name="platform/pdk" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001204 <project path="platform_testing" name="platform/platform_testing" groups="pdk-fs,pdk-cw-fs,cts,sysui-studio" remote="aosp" />
1205 <project path="prebuilts/abi-dumps/ndk" name="platform/prebuilts/abi-dumps/ndk" groups="pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
1206 <project path="prebuilts/abi-dumps/platform" name="platform/prebuilts/abi-dumps/platform" groups="pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
1207 <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 -07001208 <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 +03001209 <project path="prebuilts/asuite" name="platform/prebuilts/asuite" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001210 <project path="prebuilts/bazel/common" name="platform/prebuilts/bazel/common" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001211 <project path="prebuilts/bazel/darwin-x86_64" name="platform/prebuilts/bazel/darwin-x86_64" groups="darwin,pdk" clone-depth="1" remote="aosp" />
1212 <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 +02001213 <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 +03001214 <project path="prebuilts/bundletool" name="platform/prebuilts/bundletool" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001215 <project path="prebuilts/checkcolor" name="platform/prebuilts/checkcolor" groups="pdk,sysui-studio" clone-depth="1" remote="aosp" />
1216 <project path="prebuilts/checkstyle" name="platform/prebuilts/checkstyle" groups="pdk,sysui-studio" clone-depth="1" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001217 <project path="prebuilts/clang-tools" name="platform/prebuilts/clang-tools" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001218 <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" />
1219 <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 +03001220 <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 +02001221 <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 -08001222 <project path="prebuilts/devtools" name="platform/prebuilts/devtools" groups="pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001223 <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 +02001224 <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" />
1225 <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 +03001226 <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 +03001227 <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 +03001228 <project path="prebuilts/jdk/jdk17" name="platform/prebuilts/jdk/jdk17" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001229 <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 -08001230 <project path="prebuilts/jdk/jdk8" name="platform/prebuilts/jdk/jdk8" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001231 <project path="prebuilts/manifest-merger" name="platform/prebuilts/manifest-merger" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001232 <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 +02001233 <project path="prebuilts/misc" name="platform/prebuilts/misc" groups="pdk,sysui-studio" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001234 <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 +03001235 <project path="prebuilts/module_sdk/AdServices" name="platform/prebuilts/module_sdk/AdServices" groups="pdk" clone-depth="1" remote="aosp" />
1236 <project path="prebuilts/module_sdk/AppSearch" name="platform/prebuilts/module_sdk/AppSearch" groups="pdk" clone-depth="1" remote="aosp" />
1237 <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 +03001238 <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 +03001239 <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 +03001240 <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 +02001241 <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 +03001242 <project path="prebuilts/module_sdk/DeviceLock" name="platform/prebuilts/module_sdk/DeviceLock" groups="pdk" clone-depth="1" remote="aosp" />
1243 <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 +03001244 <project path="prebuilts/module_sdk/IPsec" name="platform/prebuilts/module_sdk/IPsec" groups="pdk" clone-depth="1" remote="aosp" />
1245 <project path="prebuilts/module_sdk/Media" name="platform/prebuilts/module_sdk/Media" groups="pdk" clone-depth="1" remote="aosp" />
1246 <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 +03001247 <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 +03001248 <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 +03001249 <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 +03001250 <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 +03001251 <project path="prebuilts/module_sdk/Scheduling" name="platform/prebuilts/module_sdk/Scheduling" groups="pdk" clone-depth="1" remote="aosp" />
1252 <project path="prebuilts/module_sdk/SdkExtensions" name="platform/prebuilts/module_sdk/SdkExtensions" groups="pdk" clone-depth="1" remote="aosp" />
1253 <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 +03001254 <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 +03001255 <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 -08001256 <project path="prebuilts/ndk" name="platform/prebuilts/ndk" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001257 <project path="prebuilts/ktlint" name="platform/prebuilts/ktlint" groups="pdk,sysui-studio" clone-depth="1" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -07001258 <project path="prebuilts/qemu-kernel" name="platform/prebuilts/qemu-kernel" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001259 <project path="prebuilts/remoteexecution-client" name="platform/prebuilts/remoteexecution-client" groups="pdk" clone-depth="1" remote="aosp" />
1260 <project path="prebuilts/runtime" name="platform/prebuilts/runtime" groups="pdk" clone-depth="1" remote="aosp" />
1261 <project path="prebuilts/rust" name="platform/prebuilts/rust" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001262 <project path="prebuilts/r8" name="platform/prebuilts/r8" groups="pdk,sysui-studio" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001263 <project path="prebuilts/sdk" name="platform/prebuilts/sdk" groups="pdk,sysui-studio" clone-depth="1" remote="aosp" />
1264 <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 +03001265 <project path="prebuilts/vndk/v29" name="platform/prebuilts/vndk/v29" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001266 <project path="prebuilts/vndk/v30" name="platform/prebuilts/vndk/v30" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas04d9fa62022-03-07 22:27:21 +02001267 <project path="prebuilts/vndk/v31" name="platform/prebuilts/vndk/v31" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001268 <project path="prebuilts/vndk/v32" name="platform/prebuilts/vndk/v32" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001269 <project path="prebuilts/vndk/v33" name="platform/prebuilts/vndk/v33" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001270 <project path="prebuilts/vndk/v34" name="platform/prebuilts/vndk/v34" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001271 <project path="sdk" name="platform/sdk" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001272 <project path="system/apex" name="platform/system/apex" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001273 <project path="system/authgraph" name="platform/system/authgraph" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001274 <project path="system/bpf" name="LineageOS/android_system_bpf" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001275 <project path="system/bpfprogs" name="platform/system/bpfprogs" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -04001276 <project path="system/ca-certificates" name="platform/system/ca-certificates" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001277 <project path="system/chre" name="platform/system/chre" groups="pdk" remote="aosp" />
1278 <project path="system/connectivity/wificond" name="platform/system/connectivity/wificond" groups="pdk" remote="aosp" />
Michael Bestas1cbe1752021-10-26 20:46:42 +03001279 <project path="system/core" name="LineageOS/android_system_core" groups="pdk" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001280 <project path="system/dmesgd" name="platform/system/dmesgd" groups="pdk" remote="aosp" />
Jarl-Penguind6cacf32022-02-10 06:34:44 +03001281 <project path="system/extras" name="LineageOS/android_system_extras" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -07001282 <project path="system/gatekeeper" name="platform/system/gatekeeper" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001283 <project path="system/gsid" name="platform/system/gsid" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001284 <project path="system/hardware/interfaces" name="platform/system/hardware/interfaces" groups="pdk,sysui-studio" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001285 <project path="system/hwservicemanager" name="platform/system/hwservicemanager" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001286 <project path="system/incremental_delivery" name="platform/system/incremental_delivery" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001287 <project path="system/iorap" name="platform/system/iorap" groups="pdk" remote="aosp" />
Kevin F. Haggerty8b9c84d2022-04-27 06:20:06 -06001288 <project path="system/keymaster" name="LineageOS/android_system_keymaster" groups="pdk" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001289 <project path="system/keymint" name="platform/system/keymint" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001290 <project path="system/libartpalette" name="platform/system/libartpalette" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001291 <project path="system/libbase" name="platform/system/libbase" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001292 <project path="system/libcppbor" name="platform/system/libcppbor" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001293 <project path="system/libfmq" name="platform/system/libfmq" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001294 <project path="system/libhidl" name="LineageOS/android_system_libhidl" groups="pdk,sysui-studio" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001295 <project path="system/libhwbinder" name="platform/system/libhwbinder" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001296 <project path="system/libprocinfo" name="platform/system/libprocinfo" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001297 <project path="system/librustutils" name="platform/system/librustutils" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001298 <project path="system/libsysprop" name="platform/system/libsysprop" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001299 <project path="system/libufdt" name="platform/system/libufdt" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001300 <project path="system/libvintf" name="platform/system/libvintf" groups="pdk" remote="aosp" />
Michael Bestase48924e2021-10-26 21:22:00 +03001301 <project path="system/libziparchive" name="LineageOS/android_system_libziparchive" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001302 <project path="system/linkerconfig" name="platform/system/linkerconfig" groups="pdk" remote="aosp" />
LuK133740fa98c2021-12-21 21:35:28 +01001303 <project path="system/logging" name="LineageOS/android_system_logging" groups="pdk" />
Nolen Johnson9e12a5f2021-12-03 13:46:15 -05001304 <project path="system/media" name="LineageOS/android_system_media" groups="pdk" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001305 <project path="system/memory/libion" name="platform/system/memory/libion" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001306 <project path="system/memory/libdmabufheap" name="platform/system/memory/libdmabufheap" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001307 <project path="system/memory/libmeminfo" name="platform/system/memory/libmeminfo" groups="pdk" remote="aosp" />
1308 <project path="system/memory/libmemtrack" name="platform/system/memory/libmemtrack" groups="pdk" remote="aosp" />
1309 <project path="system/memory/libmemunreachable" name="platform/system/memory/libmemunreachable" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001310 <project path="system/memory/lmkd" name="platform/system/memory/lmkd" groups="pdk" remote="aosp" />
Michael Bestas8141fe32023-07-05 19:34:07 +03001311 <project path="system/netd" name="LineageOS/android_system_netd" groups="pdk" />
Michael Bestas961c3992018-08-07 03:05:34 +03001312 <project path="system/nfc" name="platform/system/nfc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -08001313 <project path="system/nvram" name="platform/system/nvram" groups="pdk" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001314 <project path="system/secretkeeper" name="platform/system/secretkeeper" groups="pdk" remote="aosp" />
Nolen Johnson29ba3022022-04-08 12:00:55 -04001315 <project path="system/security" name="LineageOS/android_system_security" groups="pdk" />
Michael Bestase48924e2021-10-26 21:22:00 +03001316 <project path="system/sepolicy" name="LineageOS/android_system_sepolicy" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001317 <project path="system/server_configurable_flags" name="platform/system/server_configurable_flags" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001318 <project path="system/teeui" name="platform/system/teeui" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001319 <project path="system/testing/gtest_extras" name="platform/system/testing/gtest_extras" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001320 <project path="system/timezone" name="platform/system/timezone" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001321 <project path="system/tools/aidl" name="platform/system/tools/aidl" groups="pdk" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001322 <project path="system/tools/hidl" name="platform/system/tools/hidl" groups="pdk" remote="aosp" />
SamarV-12181b07c72022-01-08 09:51:05 +05301323 <project path="system/tools/mkbootimg" name="LineageOS/android_system_tools_mkbootimg" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001324 <project path="system/tools/sysprop" name="platform/system/tools/sysprop" groups="pdk" remote="aosp" />
1325 <project path="system/tools/xsdc" name="platform/system/tools/xsdc" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001326 <project path="system/unwinding" name="platform/system/unwinding" groups="pdk" remote="aosp" />
Michael Bestasce80b1a2021-10-26 21:28:59 +03001327 <project path="system/update_engine" name="LineageOS/android_system_update_engine" groups="pdk" />
Bruno Martins77994e72022-05-02 16:28:27 +01001328 <project path="system/vold" name="LineageOS/android_system_vold" groups="pdk" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001329 <project path="test/app_compat/csuite" name="platform/test/app_compat/csuite" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001330 <project path="test/cts-root" name="platform/test/cts-root" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001331 <project path="test/dittosuite" name="platform/test/dittosuite" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001332 <project path="test/framework" name="platform/test/framework" groups="vts,projectarch,pdk" remote="aosp" />
1333 <project path="test/mlts/benchmark" name="platform/test/mlts/benchmark" groups="pdk" remote="aosp" />
1334 <project path="test/mlts/models" name="platform/test/mlts/models" groups="pdk" remote="aosp" />
1335 <project path="test/mts" name="platform/test/mts" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001336 <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 +02001337 <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 +03001338 <project path="test/vts" name="platform/test/vts" groups="vts,pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001339 <project path="test/vts-testcase/hal" name="platform/test/vts-testcase/hal" groups="vts,pdk" remote="aosp" />
1340 <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 +03001341 <project path="test/vts-testcase/kernel" name="platform/test/vts-testcase/kernel" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001342 <project path="test/vts-testcase/nbu" name="platform/test/vts-testcase/nbu" groups="vts,projectarch,pdk" remote="aosp" />
1343 <project path="test/vts-testcase/performance" name="platform/test/vts-testcase/performance" groups="vts,projectarch,pdk" remote="aosp" />
1344 <project path="test/vts-testcase/security" name="platform/test/vts-testcase/security" groups="vts,projectarch,pdk" remote="aosp" />
1345 <project path="test/vts-testcase/vndk" name="platform/test/vts-testcase/vndk" groups="vts,pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001346 <project path="test/catbox" name="platform/test/catbox" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001347 <project path="toolchain/pgo-profiles" name="toolchain/pgo-profiles" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001348 <project path="tools/aadevtools" name="platform/tools/aadevtools" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001349 <project path="tools/acloud" name="platform/tools/acloud" groups="tools,vts,projectarch,pdk,tradefed" remote="aosp" />
Luca Stefani658db312020-03-03 11:51:33 +01001350 <project path="tools/apifinder" name="platform/tools/apifinder" groups="pdk,tools" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +03001351 <project path="tools/apksig" name="platform/tools/apksig" groups="pdk,tradefed" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +03001352 <project path="tools/apkzlib" name="platform/tools/apkzlib" groups="pdk,tradefed" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001353 <project path="tools/asuite" name="platform/tools/asuite" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001354 <project path="tools/carrier_settings" name="platform/tools/carrier_settings" groups="tools" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001355 <project path="tools/currysrc" name="platform/tools/currysrc" groups="pdk" remote="aosp" />
Michael Bestas52575e92024-09-09 22:19:35 +03001356 <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 +02001357 <project path="tools/dexter" name="platform/tools/dexter" groups="tools,pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001358 <project path="tools/doc_generation" name="platform/tools/doc_generation" groups="tools,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001359 <project path="tools/external_updater" name="platform/tools/external_updater" groups="tools" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -07001360 <project path="tools/external/fat32lib" name="platform/tools/external/fat32lib" groups="tools" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001361 <project path="tools/lint_checks" name="platform/tools/lint_checks" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001362 <project path="tools/loganalysis" name="platform/tools/loganalysis" groups="nopresubmit,pdk,tradefed" remote="aosp" />
Michael Bestas021a2fb2021-10-05 16:19:40 +03001363 <project path="tools/metalava" name="platform/tools/metalava" groups="pdk,tools" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001364 <project path="tools/netsim" name="platform/tools/netsim" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001365 <project path="tools/ndkports" name="platform/tools/ndkports" groups="pdk" remote="aosp" />
Michael Bestas54bb6d62020-09-09 03:31:32 +03001366 <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 +02001367 <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 +03001368 <project path="tools/security" name="platform/tools/security" groups="pdk,tools" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +10001369 <project path="tools/test/connectivity" name="platform/tools/test/connectivity" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001370 <project path="tools/test/graphicsbenchmark" name="platform/tools/test/graphicsbenchmark" groups="pdk" remote="aosp" />
Michael Bestas1af23a82023-10-08 17:23:58 +03001371 <project path="tools/test/mobly_extensions" name="platform/tools/test/mobly_extensions" groups="pdk" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001372 <project path="tools/test/mobly_snippets" name="platform/tools/test/mobly_snippets" groups="pdk" remote="aosp" />
Michael Bestas2fca1232021-10-05 16:18:45 +03001373 <project path="tools/test/openhst" name="platform/tools/test/openhst" groups="tools" remote="aosp" />
Michael Bestasbe7f0be2024-03-08 23:55:08 +02001374 <project path="tools/tradefederation/core" name="platform/tools/tradefederation" groups="pdk,tradefed" remote="aosp" />
1375 <project path="tools/tradefederation/contrib" name="platform/tools/tradefederation/contrib" groups="pdk,tradefed" remote="aosp" />
Michael Bestas5a12e0a2022-08-21 16:36:27 +03001376 <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 +03001377 <project path="tools/treble" name="platform/tools/treble" groups="tools,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +03001378 <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 +03001379 <project path="trusty/device/arm/generic-arm64" name="trusty/device/arm/generic-arm64" groups="trusty" remote="aosp" />
1380 <project path="trusty/device/arm/vexpress-a15" name="trusty/device/arm/vexpress-a15" groups="trusty" remote="aosp" />
1381 <project path="trusty/device/nxp/imx7d" name="trusty/device/nxp/imx7d" groups="trusty" remote="aosp" />
1382 <project path="trusty/device/x86/generic-x86_64" name="trusty/device/x86/generic-x86_64" groups="trusty" remote="aosp" />
1383 <project path="trusty/hardware/nxp" name="trusty/lk/nxp" groups="trusty" remote="aosp" />
1384 <project path="trusty/host/common" name="trusty/host/common" groups="trusty" remote="aosp">
1385 <linkfile src="bazel/WORKSPACE.bazel" dest="trusty/WORKSPACE.bazel" />
1386 <linkfile src="bazel/bazelrc" dest="trusty/.bazelrc" />
1387 </project>
1388 <project path="trusty/interfaces" name="trusty/interfaces" groups="trusty" remote="aosp" />
1389 <project path="trusty/kernel" name="trusty/lk/trusty" groups="trusty" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +03001390 <project path="trusty/user/app/avb" name="trusty/app/avb" groups="trusty" remote="aosp" />
1391 <project path="trusty/user/app/cast-auth" name="trusty/app/cast-auth" groups="trusty" remote="aosp" />
1392 <project path="trusty/user/app/confirmationui" name="trusty/app/confirmationui" groups="trusty" remote="aosp" />
1393 <project path="trusty/user/app/gatekeeper" name="trusty/app/gatekeeper" groups="trusty" remote="aosp" />
1394 <project path="trusty/user/app/keymaster" name="trusty/app/keymaster" groups="trusty" remote="aosp" />
1395 <project path="trusty/user/app/keymint" name="trusty/app/keymint" groups="trusty" remote="aosp" />
1396 <project path="trusty/user/app/sample" name="trusty/app/sample" groups="trusty" remote="aosp" />
1397 <project path="trusty/user/app/secretkeeper" name="trusty/app/secretkeeper" groups="trusty" remote="aosp" />
1398 <project path="trusty/user/app/storage" name="trusty/app/storage" groups="trusty" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +03001399 <project path="trusty/user/base" name="trusty/lib" groups="trusty" remote="aosp" />
Michael Bestas3ef99d52024-06-15 03:05:09 +03001400 <project path="trusty/vendor/google/aosp" name="trusty/vendor/google/aosp" groups="trusty" remote="aosp">
1401 <copyfile src="lk_inc.mk" dest="lk_inc.mk" />
1402 </project>
Steve Kondik4f78f792016-08-29 17:22:33 -07001403
Michael Bestas8140ded2017-08-22 01:24:12 +03001404 <include name="snippets/lineage.xml" />
Michael Bestas730e0842022-08-13 15:31:03 +03001405 <include name="snippets/pixel.xml" />
Bharatheb076c92024-11-29 22:46:29 +05301406
1407 <!-- SHIFT at the end to override if needed -->
1408 <include name="snippets/shift.xml" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -07001409</manifest>