blob: 30b522c8ccf72c97e8c02bf9004669e348229f5c [file] [log] [blame]
The Android Open Source Project6cf16a52011-09-16 09:30:17 -07001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3
Chris Soyars834a50e2011-11-14 22:30:45 -05004 <remote name="github"
Koushik Dutta89acec72012-02-29 10:44:16 -08005 fetch=".."
Arne Coucherona3378352017-08-26 01:23:16 +02006 review="review.lineageos.org" />
Chris Soyars834a50e2011-11-14 22:30:45 -05007
Koushik Duttacfb4a862012-06-19 18:04:54 -07008 <remote name="private"
9 fetch="ssh://git@github.com" />
Koushik Dutta17837402012-06-19 17:57:28 -070010
Steve Kondik4f78f792016-08-29 17:22:33 -070011 <remote name="aosp"
12 fetch="https://android.googlesource.com"
Arne Coucherona3378352017-08-26 01:23:16 +020013 review="android-review.googlesource.com"
Davide Garberi4adc1d62020-05-05 01:05:34 +020014 revision="refs/tags/android-10.0.0_r35" />
Steve Kondik4f78f792016-08-29 17:22:33 -070015
Michael Bestasaad75922019-10-25 20:11:55 +030016 <default revision="refs/heads/lineage-17.1"
Chris Soyars834a50e2011-11-14 22:30:45 -050017 remote="github"
Ricardo Cerqueira259d8c32012-10-25 01:12:37 +010018 sync-c="true"
Shawn O. Pearce92ae9062011-09-23 07:36:45 -070019 sync-j="4" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -070020
Steve Kondik4f78f792016-08-29 17:22:33 -070021 <!-- AOSP Projects -->
22
Michael Bestas40305212019-09-04 21:34:05 +030023 <project path="build/make" name="LineageOS/android_build" groups="pdk" >
The Android Open Source Project6cf16a52011-09-16 09:30:17 -070024 <copyfile src="core/root.mk" dest="Makefile" />
Michael Bestas8140ded2017-08-22 01:24:12 +030025 <linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
26 <linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" />
27 <linkfile src="core" dest="build/core" />
28 <linkfile src="envsetup.sh" dest="build/envsetup.sh" />
29 <linkfile src="target" dest="build/target" />
30 <linkfile src="tools" dest="build/tools" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -070031 </project>
Rashed Abdel-Tawab9a86ab82019-09-24 13:23:18 -070032 <project path="build/blueprint" name="LineageOS/android_build_blueprint" groups="pdk,tradefed" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030033 <project path="build/kati" name="platform/build/kati" groups="pdk,tradefed" remote="aosp" />
Michael Bestas40305212019-09-04 21:34:05 +030034 <project path="build/soong" name="LineageOS/android_build_soong" groups="pdk,tradefed" >
Kevin F. Haggerty215d58a2018-08-20 07:59:13 -060035 <linkfile src="root.bp" dest="Android.bp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040036 <linkfile src="bootstrap.bash" dest="bootstrap.bash" />
37 </project>
Michael Bestasa5afc5f2019-09-18 17:56:03 +030038 <project path="art" name="LineageOS/android_art" groups="pdk" />
Bruno Martins1e9a07e2019-09-18 11:18:18 +010039 <project path="bionic" name="LineageOS/android_bionic" groups="pdk" />
Bruno Martins685fca22019-09-18 23:04:13 +010040 <project path="bootable/recovery" name="LineageOS/android_bootable_recovery" groups="pdk" />
Steve Kondik4f78f792016-08-29 17:22:33 -070041 <project path="cts" name="platform/cts" groups="cts,pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030042 <project path="dalvik" name="platform/dalvik" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
43 <project path="developers/build" name="platform/developers/build" groups="developers,pdk" remote="aosp" />
Michael Bestas847cb772019-10-02 22:41:22 +030044 <project path="development" name="LineageOS/android_development" groups="developers,pdk-cw-fs,pdk-fs" />
Simon Shields51ac04c2017-04-04 20:42:50 +100045 <project path="device/common" name="device/common" groups="pdk-cw-fs,pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070046 <project path="device/generic/arm64" name="device/generic/arm64" groups="pdk" remote="aosp" />
47 <project path="device/generic/armv7-a-neon" name="device/generic/armv7-a-neon" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030048 <project path="device/generic/car" name="device/generic/car" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070049 <project path="device/generic/common" name="device/generic/common" groups="pdk" remote="aosp" />
Luca Stefani43f3fd02019-09-07 17:16:13 +020050 <project path="device/generic/goldfish" name="LineageOS/android_device_generic_goldfish" groups="pdk" />
Dan Pasanen102862e2016-12-05 23:40:06 -060051 <project path="device/generic/goldfish-opengl" name="device/generic/goldfish-opengl" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070052 <project path="device/generic/mini-emulator-arm64" name="device/generic/mini-emulator-arm64" groups="pdk" remote="aosp" />
53 <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 -070054 <project path="device/generic/mini-emulator-x86" name="device/generic/mini-emulator-x86" groups="pdk" remote="aosp" />
55 <project path="device/generic/mini-emulator-x86_64" name="device/generic/mini-emulator-x86_64" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100056 <project path="device/generic/qemu" name="device/generic/qemu" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030057 <project path="device/generic/trusty" name="device/generic/trusty" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -080058 <project path="device/generic/uml" name="device/generic/uml" groups="device,pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070059 <project path="device/generic/x86" name="device/generic/x86" groups="pdk" remote="aosp" />
60 <project path="device/generic/x86_64" name="device/generic/x86_64" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030061 <project path="device/google/atv" name="device/google/atv" groups="device,broadcom_pdk,generic_fs,pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100062 <project path="device/google/contexthub" name="device/google/contexthub" groups="device,marlin,pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070063 <project path="device/sample" name="device/sample" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030064 <project path="external/ARMComputeLibrary" name="platform/external/ARMComputeLibrary" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030065 <project path="external/aac" name="platform/external/aac" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030066 <project path="external/adeb" name="platform/external/adeb" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +030067 <project path="external/adhd" name="platform/external/adhd" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100068 <project path="external/adt-infra" name="platform/external/adt-infra" groups="adt-infra,notdefault,pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030069 <project path="external/android-clat" name="platform/external/android-clat" groups="pdk" remote="aosp" />
70 <project path="external/androidplot" name="platform/external/androidplot" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100071 <project path="external/ant-glob" name="platform/external/ant-glob" groups="pdk" remote="aosp" />
72 <project path="external/antlr" name="platform/external/antlr" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030073 <project path="external/apache-commons-bcel" name="platform/external/apache-commons-bcel" groups="pdk" remote="aosp" />
74 <project path="external/apache-commons-compress" name="platform/external/apache-commons-compress" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100075 <project path="external/apache-commons-math" name="platform/external/apache-commons-math" groups="pdk" remote="aosp" />
76 <project path="external/apache-harmony" name="platform/external/apache-harmony" groups="pdk" remote="aosp" />
Zhao Wei Liewaa2e5652016-12-12 12:21:53 +080077 <project path="external/apache-http" name="platform/external/apache-http" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070078 <project path="external/apache-xml" name="platform/external/apache-xml" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040079 <project path="external/archive-patcher" name="platform/external/archive-patcher" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030080 <project path="external/arm-neon-tests" name="platform/external/arm-neon-tests" groups="vendor" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030081 <project path="external/arm-optimized-routines" name="platform/external/arm-optimized-routines" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100082 <project path="external/autotest" name="platform/external/autotest" groups="pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030083 <project path="external/avb" name="platform/external/avb" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030084 <project path="external/bcc" name="platform/external/bcc" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100085 <project path="external/blktrace" name="platform/external/blktrace" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030086 <project path="external/boringssl" name="platform/external/boringssl" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070087 <project path="external/bouncycastle" name="platform/external/bouncycastle" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -080088 <project path="external/brotli" name="platform/external/brotli" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070089 <project path="external/bsdiff" name="platform/external/bsdiff" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +030090 <project path="external/bzip2" name="platform/external/bzip2" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100091 <project path="external/caliper" name="platform/external/caliper" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +030092 <project path="external/capstone" name="platform/external/capstone" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +030093 <project path="external/catch2" name="platform/external/catch2" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070094 <project path="external/cblas" name="platform/external/cblas" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +100095 <project path="external/chromium-libpac" name="platform/external/chromium-libpac" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070096 <project path="external/chromium-trace" name="platform/external/chromium-trace" groups="pdk" remote="aosp" />
Luca Stefanib37015f2020-02-24 15:31:22 +020097 <project path="external/chromium-webview" name="LineageOS/android_external_chromium-webview" groups="pdk" revision="master" clone-depth="1" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070098 <project path="external/clang" name="platform/external/clang" groups="pdk" remote="aosp" />
Kevin F. Haggerty945a9fc2020-05-01 08:41:42 -060099 <project path="external/cldr" name="LineageOS/android_external_cldr" groups="pdk" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000100 <project path="external/cmockery" name="platform/external/cmockery" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300101 <project path="external/cn-cbor" name="platform/external/cn-cbor" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700102 <project path="external/compiler-rt" name="platform/external/compiler-rt" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000103 <project path="external/conscrypt" name="platform/external/conscrypt" groups="pdk" remote="aosp" />
104 <project path="external/crcalc" name="platform/external/crcalc" groups="pdk" remote="aosp" />
105 <project path="external/cros/system_api" name="platform/external/cros/system_api" groups="pdk" remote="aosp" />
106 <project path="external/curl" name="platform/external/curl" groups="pdk" remote="aosp" />
107 <project path="external/dagger2" name="platform/external/dagger2" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700108 <project path="external/deqp" name="platform/external/deqp" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300109 <project path="external/deqp-deps/SPIRV-Headers" name="platform/external/deqp-deps/SPIRV-Headers" groups="pdk-fs" remote="aosp" />
110 <project path="external/deqp-deps/SPIRV-Tools" name="platform/external/deqp-deps/SPIRV-Tools" groups="pdk-fs" remote="aosp" />
111 <project path="external/deqp-deps/glslang" name="platform/external/deqp-deps/glslang" groups="pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300112 <project path="external/desugar" name="platform/external/desugar" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000113 <project path="external/dexmaker" name="platform/external/dexmaker" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000114 <project path="external/dlmalloc" name="platform/external/dlmalloc" groups="pdk" remote="aosp" />
115 <project path="external/dng_sdk" name="platform/external/dng_sdk" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700116 <project path="external/dnsmasq" name="platform/external/dnsmasq" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000117 <project path="external/doclava" name="platform/external/doclava" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300118 <project path="external/dokka" name="platform/external/dokka" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000119 <project path="external/drm_hwcomposer" name="platform/external/drm_hwcomposer" groups="drm_hwcomposer,pdk-fs" remote="aosp" />
120 <project path="external/droiddriver" name="platform/external/droiddriver" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800121 <project path="external/drrickorang" name="platform/external/drrickorang" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300122 <project path="external/dtc" name="platform/external/dtc" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300123 <project path="external/dynamic_depth" name="platform/external/dynamic_depth" groups="pdk" remote="aosp" />
Bruno Martins0decb092019-11-17 22:29:59 +0000124 <project path="external/e2fsprogs" name="LineageOS/android_external_e2fsprogs" groups="pdk" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000125 <project path="external/easymock" name="platform/external/easymock" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700126 <project path="external/eigen" name="platform/external/eigen" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300127 <project path="external/elfutils" name="platform/external/elfutils" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000128 <project path="external/emma" name="platform/external/emma" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300129 <project path="external/epid-sdk" name="platform/external/epid-sdk" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300130 <project path="external/error_prone" name="platform/external/error_prone" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700131 <project path="external/expat" name="platform/external/expat" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300132 <project path="external/f2fs-tools" name="platform/external/f2fs-tools" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700133 <project path="external/fdlibm" name="platform/external/fdlibm" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000134 <project path="external/fec" name="platform/external/fec" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300135 <project path="external/flac" name="platform/external/flac" groups="pdk" remote="aosp" />
136 <project path="external/flatbuffers" name="platform/external/flatbuffers" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000137 <project path="external/fonttools" name="platform/external/fonttools" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700138 <project path="external/freetype" name="platform/external/freetype" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300139 <project path="external/fsck_msdos" name="platform/external/fsck_msdos" groups="pdk" remote="aosp" />
140 <project path="external/fsverity-utils" name="platform/external/fsverity-utils" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000141 <project path="external/gemmlowp" name="platform/external/gemmlowp" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300142 <project path="external/gflags" name="platform/external/gflags" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700143 <project path="external/giflib" name="platform/external/giflib" groups="pdk,qcom_msm8x26" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000144 <project path="external/glide" name="platform/external/glide" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300145 <project path="external/golang-protobuf" name="platform/external/golang-protobuf" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400146 <project path="external/google-benchmark" name="platform/external/google-benchmark" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300147 <project path="external/google-breakpad" name="platform/external/google-breakpad" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300148 <project path="external/google-fonts/arbutus-slab" name="platform/external/google-fonts/arbutus-slab" groups="pdk" remote="aosp" />
149 <project path="external/google-fonts/arvo" name="platform/external/google-fonts/arvo" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000150 <project path="external/google-fonts/carrois-gothic-sc" name="platform/external/google-fonts/carrois-gothic-sc" groups="pdk" remote="aosp" />
151 <project path="external/google-fonts/coming-soon" name="platform/external/google-fonts/coming-soon" groups="pdk" remote="aosp" />
152 <project path="external/google-fonts/cutive-mono" name="platform/external/google-fonts/cutive-mono" groups="pdk" remote="aosp" />
153 <project path="external/google-fonts/dancing-script" name="platform/external/google-fonts/dancing-script" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300154 <project path="external/google-fonts/lato" name="platform/external/google-fonts/lato" groups="pdk" remote="aosp" />
155 <project path="external/google-fonts/rubik" name="platform/external/google-fonts/rubik" groups="pdk" remote="aosp" />
156 <project path="external/google-fonts/source-sans-pro" name="platform/external/google-fonts/source-sans-pro" groups="pdk" remote="aosp" />
157 <project path="external/google-fonts/zilla-slab" name="platform/external/google-fonts/zilla-slab" groups="pdk" remote="aosp" />
158 <project path="external/google-fruit" name="platform/external/google-fruit" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300159 <project path="external/google-styleguide" name="platform/external/google-styleguide" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300160 <project path="external/googletest" name="platform/external/googletest" groups="pdk" remote="aosp" />
Alessandro93fcc052020-04-06 22:23:47 +0200161 <project path="external/gptfdisk" name="LineageOS/android_external_gptfdisk" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300162 <project path="external/grpc-grpc" name="platform/external/grpc-grpc" groups="pdk,tradefed" remote="aosp" />
163 <project path="external/grpc-grpc-java" name="platform/external/grpc-grpc-java" groups="pdk,tradefed" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000164 <project path="external/guava" name="platform/external/guava" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400165 <project path="external/guice" name="platform/external/guice" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000166 <project path="external/hamcrest" name="platform/external/hamcrest" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700167 <project path="external/harfbuzz_ng" name="platform/external/harfbuzz_ng" groups="pdk,qcom_msm8x26" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300168 <project path="external/honggfuzz" name="platform/external/honggfuzz" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000169 <project path="external/hyphenation-patterns" name="platform/external/hyphenation-patterns" groups="pdk" remote="aosp" />
Kevin F. Haggerty945a9fc2020-05-01 08:41:42 -0600170 <project path="external/icu" name="LineageOS/android_external_icu" groups="pdk" />
Steve Kondik7d087c72016-10-25 17:17:30 -0700171 <project path="external/ImageMagick" name="platform/external/ImageMagick" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300172 <project path="external/image_io" name="platform/external/image_io" groups="pdk" remote="aosp" />
Steve Kondik7d087c72016-10-25 17:17:30 -0700173 <project path="external/ims" name="platform/external/ims" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300174 <project path="external/iperf3" name="platform/external/iperf3" groups="pdk" remote="aosp" />
Zhao Wei Liewaa2e5652016-12-12 12:21:53 +0800175 <project path="external/iproute2" name="platform/external/iproute2" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300176 <project path="external/ipsec-tools" name="platform/external/ipsec-tools" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000177 <project path="external/iptables" name="platform/external/iptables" groups="pdk" remote="aosp" />
178 <project path="external/iputils" name="platform/external/iputils" groups="pdk" remote="aosp" />
179 <project path="external/iw" name="platform/external/iw" groups="pdk" remote="aosp" />
180 <project path="external/jacoco" name="platform/external/jacoco" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700181 <project path="external/jarjar" name="platform/external/jarjar" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300182 <project path="external/javaparser" name="platform/external/javaparser" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300183 <project path="external/javapoet" name="platform/external/javapoet" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000184 <project path="external/javasqlite" name="platform/external/javasqlite" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400185 <project path="external/jcommander" name="platform/external/jcommander" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000186 <project path="external/jdiff" name="platform/external/jdiff" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300187 <project path="external/jemalloc" name="platform/external/jemalloc" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300188 <project path="external/jemalloc_new" name="platform/external/jemalloc_new" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300189 <project path="external/jline" name="platform/external/jline" groups="pdk,tradefed,pdk-fs" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000190 <project path="external/jsilver" name="platform/external/jsilver" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700191 <project path="external/jsmn" name="platform/external/jsmn" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000192 <project path="external/jsoncpp" name="platform/external/jsoncpp" groups="pdk" remote="aosp" />
193 <project path="external/jsr305" name="platform/external/jsr305" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400194 <project path="external/jsr330" name="platform/external/jsr330" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000195 <project path="external/junit" name="platform/external/junit" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300196 <project path="external/junit-params" name="platform/external/junit-params" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000197 <project path="external/kernel-headers" name="platform/external/kernel-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300198 <project path="external/kmod" name="platform/external/kmod" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300199 <project path="external/kotlinc" name="platform/external/kotlinc" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000200 <project path="external/ksoap2" name="platform/external/ksoap2" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300201 <project path="external/libaom" name="platform/external/libaom" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700202 <project path="external/libavc" name="platform/external/libavc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800203 <project path="external/libbackup" name="platform/external/libbackup" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000204 <project path="external/libbrillo" name="platform/external/libbrillo" groups="pdk" remote="aosp" />
205 <project path="external/libcap" name="platform/external/libcap" groups="pdk" remote="aosp" />
206 <project path="external/libcap-ng" name="platform/external/libcap-ng" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300207 <project path="external/libchrome" name="platform/external/libchrome" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300208 <project path="external/libcups" name="platform/external/libcups" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Aaron Kling89f3db72019-09-06 20:26:53 -0500209 <project path="external/libcxx" name="LineageOS/android_external_libcxx" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700210 <project path="external/libcxxabi" name="platform/external/libcxxabi" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300211 <project path="external/libdaemon" name="platform/external/libdaemon" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400212 <project path="external/libdivsufsort" name="platform/external/libdivsufsort" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300213 <project path="external/libdrm" name="platform/external/libdrm" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300214 <project path="external/libese" name="platform/external/libese" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000215 <project path="external/libevent" name="platform/external/libevent" groups="pdk" remote="aosp" />
216 <project path="external/libexif" name="platform/external/libexif" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300217 <project path="external/libffi" name="platform/external/libffi" groups="pdk" remote="aosp" />
Michael Bestasaad75922019-10-25 20:11:55 +0300218 <project path="external/libgav1" name="platform/external/libgav1" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700219 <project path="external/libgsm" name="platform/external/libgsm" groups="pdk" remote="aosp" />
Michael Bestasc52d2272020-02-25 20:11:03 +0200220 <project path="external/libhevc" name="LineageOS/android_external_libhevc" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400221 <project path="external/libjpeg-turbo" name="platform/external/libjpeg-turbo" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300222 <project path="external/libkmsxx" name="platform/external/libkmsxx" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300223 <project path="external/libldac" name="platform/external/libldac" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700224 <project path="external/libmpeg2" name="platform/external/libmpeg2" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000225 <project path="external/libmtp" name="platform/external/libmtp" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800226 <project path="external/libnetfilter_conntrack" name="platform/external/libnetfilter_conntrack" groups="pdk" remote="aosp" />
227 <project path="external/libnfnetlink" name="platform/external/libnfnetlink" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700228 <project path="external/libnl" name="platform/external/libnl" groups="pdk" remote="aosp" />
229 <project path="external/libogg" name="platform/external/libogg" groups="pdk" remote="aosp" />
230 <project path="external/libopus" name="platform/external/libopus" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000231 <project path="external/libpcap" name="platform/external/libpcap" groups="pdk" remote="aosp" />
232 <project path="external/libphonenumber" name="platform/external/libphonenumber" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300233 <project path="external/libpng" name="platform/external/libpng" groups="pdk" remote="aosp" />
234 <project path="external/libprotobuf-mutator" name="platform/external/libprotobuf-mutator" groups="pdk" remote="aosp" />
235 <project path="external/libtextclassifier" name="platform/external/libtextclassifier" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700236 <project path="external/libunwind" name="platform/external/libunwind" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000237 <project path="external/libunwind_llvm" name="platform/external/libunwind_llvm" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300238 <project path="external/libusb" name="platform/external/libusb" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000239 <project path="external/libusb-compat" name="platform/external/libusb-compat" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300240 <project path="external/libutf" name="platform/external/libutf" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700241 <project path="external/libvpx" name="platform/external/libvpx" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000242 <project path="external/libvterm" name="platform/external/libvterm" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300243 <project path="external/libxaac" name="platform/external/libxaac" groups="pdk" remote="aosp" />
244 <project path="external/libxcam" name="platform/external/libxcam" groups="pdk" remote="aosp" />
245 <project path="external/libxkbcommon" name="platform/external/libxkbcommon" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000246 <project path="external/libxml2" name="platform/external/libxml2" groups="pdk,libxml2" remote="aosp" />
247 <project path="external/libyuv" name="platform/external/libyuv" groups="pdk,libyuv" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300248 <project path="external/linux-kselftest" name="platform/external/linux-kselftest" groups="vts,pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700249 <project path="external/llvm" name="platform/external/llvm" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800250 <project path="external/lmfit" name="platform/external/lmfit" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300251 <project path="external/ltp" name="platform/external/ltp" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300252 <project path="external/lua" name="platform/external/lua" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000253 <project path="external/lz4" name="platform/external/lz4" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300254 <project path="external/lzma" name="platform/external/lzma" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000255 <project path="external/markdown" name="platform/external/markdown" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700256 <project path="external/mdnsresponder" name="platform/external/mdnsresponder" groups="pdk" remote="aosp" />
257 <project path="external/mesa3d" name="platform/external/mesa3d" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300258 <project path="external/Microsoft-GSL" name="platform/external/Microsoft-GSL" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300259 <project path="external/minigbm" name="platform/external/minigbm" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000260 <project path="external/minijail" name="platform/external/minijail" groups="pdk" remote="aosp" />
Michael Bestas1037e982019-10-29 21:02:55 +0200261 <project path="external/mksh" name="LineageOS/android_external_mksh" groups="pdk" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000262 <project path="external/mockftpserver" name="platform/external/mockftpserver" groups="pdk" remote="aosp" />
263 <project path="external/mockito" name="platform/external/mockito" groups="pdk" remote="aosp" />
264 <project path="external/mockwebserver" name="platform/external/mockwebserver" groups="pdk" remote="aosp" />
265 <project path="external/modp_b64" name="platform/external/modp_b64" groups="pdk" remote="aosp" />
266 <project path="external/mp4parser" name="platform/external/mp4parser" groups="pdk" remote="aosp" />
267 <project path="external/mtpd" name="platform/external/mtpd" groups="pdk" remote="aosp" />
268 <project path="external/nanohttpd" name="platform/external/nanohttpd" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700269 <project path="external/nanopb-c" name="platform/external/nanopb-c" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000270 <project path="external/naver-fonts" name="platform/external/naver-fonts" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300271 <project path="external/neon_2_sse" name="platform/external/neon_2_sse" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000272 <project path="external/neven" name="platform/external/neven" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300273 <project path="external/newfs_msdos" name="platform/external/newfs_msdos" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000274 <project path="external/nfacct" name="platform/external/nfacct" groups="pdk" remote="aosp" />
275 <project path="external/nist-pkits" name="platform/external/nist-pkits" groups="pdk" remote="aosp" />
276 <project path="external/nist-sip" name="platform/external/nist-sip" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300277 <project path="external/nos/host/generic" name="platform/external/nos/host/generic" groups="pixel" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700278 <project path="external/noto-fonts" name="platform/external/noto-fonts" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000279 <project path="external/oauth" name="platform/external/oauth" groups="pdk" remote="aosp" />
280 <project path="external/objenesis" name="platform/external/objenesis" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300281 <project path="external/oj-libjdwp" name="platform/external/oj-libjdwp" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300282 <project path="external/okhttp" name="platform/external/okhttp" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300283 <project path="external/one-true-awk" name="platform/external/one-true-awk" groups="pdk" remote="aosp" />
284 <project path="external/opencensus-java" name="platform/external/opencensus-java" groups="pdk,tradefed" remote="aosp" />
Michael Bestas8fcf96d2019-10-09 21:29:33 +0300285 <project path="external/openssh" name="LineageOS/android_external_openssh" groups="pdk" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000286 <project path="external/owasp/sanitizer" name="platform/external/owasp/sanitizer" groups="pdk" remote="aosp" />
287 <project path="external/parameter-framework" name="platform/external/parameter-framework" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700288 <project path="external/pcre" name="platform/external/pcre" groups="pdk" remote="aosp" />
289 <project path="external/pdfium" name="platform/external/pdfium" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300290 <project path="external/perf_data_converter" name="platform/external/perf_data_converter" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300291 <project path="external/perfetto" name="platform/external/perfetto" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000292 <project path="external/piex" name="platform/external/piex" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800293 <project path="external/ply" name="platform/external/ply" groups="pdk" remote="aosp" />
Kevin F. Haggertydbeddab2020-03-07 14:10:01 -0700294 <project path="external/ppp" name="LineageOS/android_external_ppp" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300295 <project path="external/proguard" name="platform/external/proguard" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700296 <project path="external/protobuf" name="platform/external/protobuf" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300297 <project path="external/protobuf-javalite" name="platform/external/protobuf-javalite" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300298 <project path="external/puffin" name="platform/external/puffin" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300299 <project path="external/python/apitools" name="platform/external/python/apitools" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800300 <project path="external/python/cpython2" name="platform/external/python/cpython2" groups="pdk" remote="aosp" />
301 <project path="external/python/cpython3" name="platform/external/python/cpython3" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300302 <project path="external/python/dateutil" name="platform/external/python/dateutil" groups="pdk" remote="aosp" />
303 <project path="external/python/funcsigs" name="platform/external/python/funcsigs" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300304 <project path="external/python/futures" name="platform/external/python/futures" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300305 <project path="external/python/google-api-python-client" name="platform/external/python/google-api-python-client" groups="vts,pdk" remote="aosp" />
306 <project path="external/python/httplib2" name="platform/external/python/httplib2" groups="vts,pdk" remote="aosp" />
307 <project path="external/python/mock" name="platform/external/python/mock" groups="pdk" remote="aosp" />
308 <project path="external/python/oauth2client" name="platform/external/python/oauth2client" groups="vts,pdk" remote="aosp" />
309 <project path="external/python/pyasn1" name="platform/external/python/pyasn1" groups="vts,pdk" remote="aosp" />
310 <project path="external/python/pyasn1-modules" name="platform/external/python/pyasn1-modules" groups="vts,pdk" remote="aosp" />
311 <project path="external/python/rsa" name="platform/external/python/rsa" groups="vts,pdk" remote="aosp" />
312 <project path="external/python/setuptools" name="platform/external/python/setuptools" groups="vts,pdk" remote="aosp" />
313 <project path="external/python/six" name="platform/external/python/six" groups="vts,pdk" remote="aosp" />
314 <project path="external/python/uritemplates" name="platform/external/python/uritemplates" groups="vts,pdk" remote="aosp" />
315 <project path="external/rapidjson" name="platform/external/rapidjson" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300316 <project path="external/rappor" name="platform/external/rappor" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000317 <project path="external/replicaisland" name="platform/external/replicaisland" groups="pdk" remote="aosp" />
318 <project path="external/rmi4utils" name="platform/external/rmi4utils" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700319 <project path="external/robolectric" name="platform/external/robolectric" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300320 <project path="external/robolectric-shadows" name="platform/external/robolectric-shadows" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000321 <project path="external/roboto-fonts" name="platform/external/roboto-fonts" groups="pdk" remote="aosp" />
322 <project path="external/rootdev" name="platform/external/rootdev" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300323 <project path="external/Reactive-Extensions/RxCpp" name="platform/external/Reactive-Extensions/RxCpp" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300324 <project path="external/scapy" name="platform/external/scapy" groups="pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700325 <project path="external/scrypt" name="platform/external/scrypt" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300326 <project path="external/seccomp-tests" name="platform/external/seccomp-tests" groups="pdk" remote="aosp" />
Michael Bestas40305212019-09-04 21:34:05 +0300327 <project path="external/selinux" name="LineageOS/android_external_selinux" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300328 <project path="external/setupcompat" name="platform/external/setupcompat" groups="pdk" remote="aosp" />
329 <project path="external/setupdesign" name="platform/external/setupdesign" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700330 <project path="external/sfntly" name="platform/external/sfntly" groups="pdk,qcom_msm8x26" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300331 <project path="external/shaderc/spirv-headers" name="platform/external/shaderc/spirv-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300332 <project path="external/shflags" name="platform/external/shflags" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300333 <project path="external/skia" name="platform/external/skia" groups="pdk,qcom_msm8x26" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300334 <project path="external/skqp" name="platform/external/skqp" groups="cts" clone-depth="1" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000335 <project path="external/sl4a" name="platform/external/sl4a" groups="pdk" remote="aosp" />
336 <project path="external/slf4j" name="platform/external/slf4j" groups="pdk" remote="aosp" />
337 <project path="external/smali" name="platform/external/smali" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400338 <project path="external/snakeyaml" name="platform/external/snakeyaml" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700339 <project path="external/sonic" name="platform/external/sonic" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700340 <project path="external/sonivox" name="platform/external/sonivox" groups="pdk" remote="aosp" />
341 <project path="external/speex" name="platform/external/speex" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800342 <project path="external/spirv-llvm" name="platform/external/spirv-llvm" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700343 <project path="external/sqlite" name="platform/external/sqlite" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700344 <project path="external/squashfs-tools" name="platform/external/squashfs-tools" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000345 <project path="external/strace" name="platform/external/strace" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300346 <project path="external/stressapptest" name="platform/external/stressapptest" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300347 <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 +0300348 <project path="external/swiftshader" name="platform/external/swiftshader" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300349 <project path="external/syzkaller" name="platform/external/syzkaller" groups="projectarch,pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000350 <project path="external/tagsoup" name="platform/external/tagsoup" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000351 <project path="external/tcpdump" name="platform/external/tcpdump" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300352 <project path="external/tensorflow" name="platform/external/tensorflow" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300353 <project path="external/testng" name="platform/external/testng" groups="pdk" remote="aosp" />
Michael Bestas05d29fa2019-10-21 22:39:48 +0300354 <project path="external/tinyalsa" name="LineageOS/android_external_tinyalsa" groups="pdk" />
dianlujitao2a888fb2019-09-08 21:40:59 +0800355 <project path="external/tinycompress" name="LineageOS/android_external_tinycompress" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700356 <project path="external/tinyxml" name="platform/external/tinyxml" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300357 <project path="external/tinyxml2" name="platform/external/tinyxml2" groups="pdk" remote="aosp" />
358 <project path="external/toolchain-utils" name="platform/external/toolchain-utils" remote="aosp" />
Arian052e5442020-02-07 20:19:59 +0100359 <project path="external/toybox" name="LineageOS/android_external_toybox" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700360 <project path="external/tremolo" name="platform/external/tremolo" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300361 <project path="external/turbine" name="platform/external/turbine" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300362 <project path="external/u-boot" name="platform/external/u-boot" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400363 <project path="external/unicode" name="platform/external/unicode" groups="pdk" remote="aosp" />
Steve Kondik7d087c72016-10-25 17:17:30 -0700364 <project path="external/universal-tween-engine" name="platform/external/universal-tween-engine" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300365 <project path="external/ukey2" name="platform/external/ukey2" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800366 <project path="external/v4l2_codec2" name="platform/external/v4l2_codec2" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700367 <project path="external/v8" name="platform/external/v8" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000368 <project path="external/vboot_reference" name="platform/external/vboot_reference" groups="vboot,pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300369 <project path="external/virglrenderer" name="platform/external/virglrenderer" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700370 <project path="external/vixl" name="platform/external/vixl" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700371 <project path="external/vogar" name="platform/external/vogar" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300372 <project path="external/volley" name="platform/external/volley" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300373 <project path="external/vulkan-headers" name="platform/external/vulkan-headers" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300374 <project path="external/vulkan-validation-layers" name="platform/external/vulkan-validation-layers" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800375 <project path="external/walt" name="platform/external/walt" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300376 <project path="external/wayland" name="platform/external/wayland" groups="pdk" remote="aosp" />
377 <project path="external/wayland-protocols" name="platform/external/wayland-protocols" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700378 <project path="external/webp" name="platform/external/webp" groups="pdk,qcom_msm8x26" remote="aosp" />
379 <project path="external/webrtc" name="platform/external/webrtc" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300380 <project path="external/wpa_supplicant_8" name="platform/external/wpa_supplicant_8" groups="pdk" remote="aosp" />
381 <project path="external/wycheproof" name="platform/external/wycheproof" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000382 <project path="external/xmp_toolkit" name="platform/external/xmp_toolkit" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300383 <project path="external/xz-embedded" name="platform/external/xz-embedded" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300384 <project path="external/xz-java" name="platform/external/xz-java" groups="pdk" remote="aosp" />
385 <project path="external/yapf" name="platform/external/yapf" groups="vts,projectarch,pdk" remote="aosp" />
386 <project path="external/zlib" name="platform/external/zlib" groups="pdk" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000387 <project path="external/zopfli" name="platform/external/zopfli" groups="pdk" remote="aosp" />
388 <project path="external/zxing" name="platform/external/zxing" groups="pdk" remote="aosp" />
Sam Mortimer97ef99d2019-09-05 15:04:39 -0700389 <project path="frameworks/av" name="LineageOS/android_frameworks_av" groups="pdk" />
Michael Bestas7ef1c6b2019-09-05 03:36:51 +0300390 <project path="frameworks/base" name="LineageOS/android_frameworks_base" groups="pdk-cw-fs,pdk-fs" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700391 <project path="frameworks/compile/libbcc" name="platform/frameworks/compile/libbcc" groups="pdk" remote="aosp" />
392 <project path="frameworks/compile/mclinker" name="platform/frameworks/compile/mclinker" groups="pdk" remote="aosp" />
393 <project path="frameworks/compile/slang" name="platform/frameworks/compile/slang" groups="pdk" remote="aosp" />
394 <project path="frameworks/ex" name="platform/frameworks/ex" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300395 <project path="frameworks/hardware/interfaces" name="platform/frameworks/hardware/interfaces" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800396 <project path="frameworks/layoutlib" name="platform/frameworks/layoutlib" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700397 <project path="frameworks/minikin" name="platform/frameworks/minikin" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800398 <project path="frameworks/ml" name="platform/frameworks/ml" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700399 <project path="frameworks/multidex" name="platform/frameworks/multidex" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Sam Mortimer575a75f2019-09-17 21:24:48 -0700400 <project path="frameworks/native" name="LineageOS/android_frameworks_native" groups="pdk" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700401 <project path="frameworks/opt/bitmap" name="platform/frameworks/opt/bitmap" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700402 <project path="frameworks/opt/calendar" name="platform/frameworks/opt/calendar" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300403 <project path="frameworks/opt/car/services" name="platform/frameworks/opt/car/services" groups="pdk-fs" remote="aosp" />
404 <project path="frameworks/opt/car/setupwizard" name="platform/frameworks/opt/car/setupwizard" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300405 <project path="frameworks/opt/chips" name="platform/frameworks/opt/chips" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700406 <project path="frameworks/opt/colorpicker" name="platform/frameworks/opt/colorpicker" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300407 <project path="frameworks/opt/datetimepicker" name="platform/frameworks/opt/datetimepicker" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
408 <project path="frameworks/opt/gamesdk" name="platform/frameworks/opt/gamesdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700409 <project path="frameworks/opt/net/ethernet" name="platform/frameworks/opt/net/ethernet" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300410 <project path="frameworks/opt/net/ike" name="platform/frameworks/opt/net/ike" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300411 <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 -0700412 <project path="frameworks/opt/net/voip" name="platform/frameworks/opt/net/voip" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Artem Borisovfa367572019-10-05 16:35:06 +0530413 <project path="frameworks/opt/net/wifi" name="LineageOS/android_frameworks_opt_net_wifi" groups="pdk" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700414 <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 +0300415 <project path="frameworks/opt/setupwizard" name="platform/frameworks/opt/setupwizard" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Bruno Martins66e10b62019-10-05 11:56:00 +0100416 <project path="frameworks/opt/telephony" name="LineageOS/android_frameworks_opt_telephony" groups="pdk" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700417 <project path="frameworks/opt/timezonepicker" name="platform/frameworks/opt/timezonepicker" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300418 <project path="frameworks/opt/vcard" name="platform/frameworks/opt/vcard" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700419 <project path="frameworks/rs" name="platform/frameworks/rs" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700420 <project path="frameworks/wilhelm" name="platform/frameworks/wilhelm" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestasb5e44fd2019-10-19 12:46:26 +0300421 <project path="hardware/broadcom/libbt" name="LineageOS/android_hardware_broadcom_libbt" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300422 <project path="hardware/broadcom/wlan" name="platform/hardware/broadcom/wlan" groups="pdk,broadcom_wlan" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400423 <project path="hardware/google/apf" name="platform/hardware/google/apf" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab2a768552019-05-11 13:30:24 -0700424 <project path="hardware/google/av" name="platform/hardware/google/av" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300425 <project path="hardware/google/easel" name="platform/hardware/google/easel" groups="pdk,easel" remote="aosp" />
426 <project path="hardware/google/interfaces" name="platform/hardware/google/interfaces" groups="pdk" remote="aosp" />
Michael Bestasaad75922019-10-25 20:11:55 +0300427 <project path="hardware/google/pixel" name="platform/hardware/google/pixel" groups="generic_fs,pixel" remote="aosp" />
428 <project path="hardware/google/pixel-sepolicy" name="platform/hardware/google/pixel-sepolicy" groups="generic_fs,pixel" remote="aosp" />
PIPIPIG23366625ad79f2019-09-30 15:44:11 -0400429 <project path="hardware/interfaces" name="LineageOS/android_hardware_interfaces" groups="pdk" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300430 <project path="hardware/invensense" name="platform/hardware/invensense" groups="invensense,pdk" remote="aosp" />
Nolen Johnsone8f99692020-05-01 15:55:19 -0400431 <project path="hardware/knowles/athletico/sound_trigger_hal" name="LineageOS/android_hardware_knowles_athletico_sound_trigger_hal" groups="coral" />
Sam Mortimerada68aa2019-09-27 10:14:28 -0700432 <project path="hardware/libhardware" name="LineageOS/android_hardware_libhardware" groups="pdk" />
Nicholas Lim171accf2019-09-12 07:36:57 +0800433 <project path="hardware/libhardware_legacy" name="LineageOS/android_hardware_libhardware_legacy" groups="pdk" />
dianlujitaof2799bb2019-09-12 09:41:51 +0800434 <project path="hardware/nxp/nfc" name="LineageOS/android_hardware_nxp_nfc" groups="pdk" />
Michael Bestas961c3992018-08-07 03:05:34 +0300435 <project path="hardware/nxp/secure_element" name="platform/hardware/nxp/secure_element" groups="pdk" remote="aosp" />
razorloves3cc67752019-10-01 22:31:58 -0500436 <project path="hardware/qcom/audio" name="LineageOS/android_hardware_qcom_audio" groups="qcom,qcom_audio,pdk-qcom" />
Michael Bestase07da062019-10-07 23:33:04 +0300437 <project path="hardware/qcom/bootctrl" name="LineageOS/android_hardware_qcom_bootctrl" groups="pdk-qcom" />
Michael Bestas308c5712019-10-18 22:35:56 +0300438 <project path="hardware/qcom/bt" name="LineageOS/android_hardware_qcom_bt" groups="qcom,pdk-qcom" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300439 <project path="hardware/qcom/camera" name="platform/hardware/qcom/camera" groups="qcom_camera,pdk-qcom" remote="aosp" />
Michael Bestas6162ee52019-10-18 22:40:43 +0300440 <project path="hardware/qcom/data/ipacfg-mgr" name="LineageOS/android_hardware_qcom_data_ipacfg-mgr" groups="qcom,pdk-qcom" />
razorloves3cc67752019-10-01 22:31:58 -0500441 <project path="hardware/qcom/display" name="LineageOS/android_hardware_qcom_display" groups="pdk-qcom,qcom,qcom_display" />
Michael Bestas308c5712019-10-18 22:35:56 +0300442 <project path="hardware/qcom/gps" name="LineageOS/android_hardware_qcom_gps" groups="qcom,qcom_gps,pdk-qcom" />
Michael Bestas0d4b3d32019-09-27 21:12:18 +0300443 <project path="hardware/qcom/keymaster" name="LineageOS/android_hardware_qcom_keymaster" groups="qcom,qcom_keymaster,pdk-qcom" />
Michael Bestas308c5712019-10-18 22:35:56 +0300444 <project path="hardware/qcom/media" name="LineageOS/android_hardware_qcom_media" groups="qcom,pdk-qcom" />
Bruno Martinse9fbaa12018-08-20 00:14:24 +0100445 <project path="hardware/qcom/neuralnetworks/hvxservice" name="platform/hardware/qcom/neuralnetworks/hvxservice" groups="wahoo" remote="aosp" />
Michael Bestasaad75922019-10-25 20:11:55 +0300446 <project path="hardware/qcom/sdm845/bt" name="platform/hardware/qcom/sdm845/bt" groups="generic_fs,qcom_sdm845" remote="aosp" />
447 <project path="hardware/qcom/sdm845/data/ipacfg-mgr" name="platform/hardware/qcom/sdm845/data/ipacfg-mgr" groups="generic_fs,vendor,qcom_sdm845" remote="aosp" >
Ethan Chen62b93d12018-11-29 23:40:42 -0800448 <linkfile dest="hardware/qcom/sdm845/Android.bp" src="os_pickup.bp" />
449 </project>
razorlovese7fcfe42019-11-02 18:30:45 -0500450 <project path="hardware/qcom/sdm845/display" name="LineageOS/android_hardware_qcom_sdm845_display" groups="qcom_sdm845" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300451 <project path="hardware/qcom/sdm845/gps" name="platform/hardware/qcom/sdm845/gps" groups="qcom_sdm845" remote="aosp" />
452 <project path="hardware/qcom/sdm845/media" name="platform/hardware/qcom/sdm845/media" groups="qcom_sdm845" remote="aosp" />
453 <project path="hardware/qcom/sdm845/thermal" name="platform/hardware/qcom/sdm845/thermal" groups="generic_fs,qcom_sdm845" remote="aosp" />
454 <project path="hardware/qcom/sdm845/vr" name="platform/hardware/qcom/sdm845/vr" groups="generic_fs,qcom_sdm845" remote="aosp" />
Michael Bestasaad75922019-10-25 20:11:55 +0300455 <project path="hardware/qcom/sm8150/data/ipacfg-mgr" name="platform/hardware/qcom/sm8150/data/ipacfg-mgr" groups="qcom_sm8150" remote="aosp" >
456 <linkfile src="os_pickup.bp" dest="hardware/qcom/sm8150/Android.bp" />
457 </project>
458 <project path="hardware/qcom/sm8150/display" name="platform/hardware/qcom/sm8150/display" groups="qcom_sm8150" remote="aosp" />
459 <project path="hardware/qcom/sm8150/gps" name="platform/hardware/qcom/sm8150/gps" groups="qcom_sm8150" remote="aosp" />
460 <project path="hardware/qcom/sm8150/media" name="platform/hardware/qcom/sm8150/media" groups="qcom_sm8150" remote="aosp" />
461 <project path="hardware/qcom/sm8150/thermal" name="platform/hardware/qcom/sm8150/thermal" groups="qcom_sm8150" remote="aosp" />
462 <project path="hardware/qcom/sm8150/vr" name="platform/hardware/qcom/sm8150/vr" groups="qcom_sm8150" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300463 <project path="hardware/qcom/wlan" name="platform/hardware/qcom/wlan" groups="qcom_wlan,pdk-qcom" remote="aosp" />
Michael Bestas0d4b3d32019-09-27 21:12:18 +0300464 <project path="hardware/ril" name="LineageOS/android_hardware_ril" groups="pdk" />
Michael Bestasaad75922019-10-25 20:11:55 +0300465 <project path="hardware/st/nfc" name="platform/hardware/st/nfc" groups="pdk" remote="aosp" />
466 <project path="hardware/st/secure_element" name="platform/hardware/st/secure_element" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300467 <project path="hardware/ti/am57x" name="platform/hardware/ti/am57x" groups="pdk" remote="aosp" />
468 <project path="kernel/build" name="kernel/build" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300469 <project path="kernel/configs" name="kernel/configs" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300470 <project path="kernel/tests" name="kernel/tests" groups="vts,pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300471 <project path="libcore" name="platform/libcore" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400472 <project path="libnativehelper" name="platform/libnativehelper" groups="pdk" remote="aosp" />
Michael Bestas7ef1c6b2019-09-05 03:36:51 +0300473 <project path="packages/apps/BasicSmsReceiver" name="LineageOS/android_packages_apps_BasicSmsReceiver" groups="pdk-cw-fs,pdk-fs" />
474 <project path="packages/apps/Bluetooth" name="LineageOS/android_packages_apps_Bluetooth" groups="pdk-cw-fs,pdk-fs" />
475 <project path="packages/apps/Calendar" name="LineageOS/android_packages_apps_Calendar" groups="pdk-fs" />
476 <project path="packages/apps/Camera2" name="LineageOS/android_packages_apps_Camera2" groups="pdk-fs" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300477 <project path="packages/apps/Car/Cluster" name="platform/packages/apps/Car/Cluster" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300478 <project path="packages/apps/Car/Dialer" name="platform/packages/apps/Car/Dialer" groups="pdk-fs" remote="aosp" />
479 <project path="packages/apps/Car/Hvac" name="platform/packages/apps/Car/Hvac" groups="pdk-fs" remote="aosp" />
480 <project path="packages/apps/Car/LatinIME" name="platform/packages/apps/Car/LatinIME" groups="pdk-fs" remote="aosp" />
481 <project path="packages/apps/Car/Launcher" name="platform/packages/apps/Car/Launcher" groups="pdk-fs" remote="aosp" />
482 <project path="packages/apps/Car/LensPicker" name="platform/packages/apps/Car/LensPicker" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300483 <project path="packages/apps/Car/LinkViewer" name="platform/packages/apps/Car/LinkViewer" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300484 <project path="packages/apps/Car/LocalMediaPlayer" name="platform/packages/apps/Car/LocalMediaPlayer" groups="pdk-fs" remote="aosp" />
485 <project path="packages/apps/Car/Media" name="platform/packages/apps/Car/Media" groups="pdk-fs" remote="aosp" />
486 <project path="packages/apps/Car/Messenger" name="platform/packages/apps/Car/Messenger" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300487 <project path="packages/apps/Car/Notification" name="platform/packages/apps/Car/Notification" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300488 <project path="packages/apps/Car/Overview" name="platform/packages/apps/Car/Overview" groups="pdk-fs" remote="aosp" />
489 <project path="packages/apps/Car/Radio" name="platform/packages/apps/Car/Radio" groups="pdk-fs" remote="aosp" />
490 <project path="packages/apps/Car/Settings" name="platform/packages/apps/Car/Settings" groups="pdk-fs" remote="aosp" />
491 <project path="packages/apps/Car/Stream" name="platform/packages/apps/Car/Stream" groups="pdk-fs" remote="aosp" />
492 <project path="packages/apps/Car/SystemUpdater" name="platform/packages/apps/Car/SystemUpdater" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300493 <project path="packages/apps/Car/externallibs" name="platform/packages/apps/Car/externallibs" groups="pdk-fs" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300494 <project path="packages/apps/Car/libs" name="platform/packages/apps/Car/libs" groups="pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300495 <project path="packages/apps/Car/tests" name="platform/packages/apps/Car/tests" groups="pdk-fs" remote="aosp" />
Michael Bestas7ef1c6b2019-09-05 03:36:51 +0300496 <project path="packages/apps/CarrierConfig" name="LineageOS/android_packages_apps_CarrierConfig" groups="pdk-cw-fs,pdk-fs" />
497 <project path="packages/apps/CellBroadcastReceiver" name="LineageOS/android_packages_apps_CellBroadcastReceiver" groups="pdk-cw-fs,pdk-fs" />
498 <project path="packages/apps/CertInstaller" name="LineageOS/android_packages_apps_CertInstaller" groups="pdk-cw-fs,pdk-fs" />
499 <project path="packages/apps/Contacts" name="LineageOS/android_packages_apps_Contacts" groups="pdk-fs" />
500 <project path="packages/apps/DeskClock" name="LineageOS/android_packages_apps_DeskClock" groups="pdk-fs" />
501 <project path="packages/apps/Dialer" name="LineageOS/android_packages_apps_Dialer" groups="pdk-fs" />
502 <project path="packages/apps/DocumentsUI" name="LineageOS/android_packages_apps_DocumentsUI" groups="pdk-cw-fs,pdk-fs" />
503 <project path="packages/apps/Email" name="LineageOS/android_packages_apps_Email" groups="pdk-fs" />
504 <project path="packages/apps/EmergencyInfo" name="LineageOS/android_packages_apps_EmergencyInfo" groups="pdk-fs" />
505 <project path="packages/apps/Gallery2" name="LineageOS/android_packages_apps_Gallery2" groups="pdk-fs" />
506 <project path="packages/apps/HTMLViewer" name="LineageOS/android_packages_apps_HTMLViewer" groups="pdk-fs" />
507 <project path="packages/apps/KeyChain" name="LineageOS/android_packages_apps_KeyChain" groups="pdk-fs" />
Michael Bestas7ef1c6b2019-09-05 03:36:51 +0300508 <project path="packages/apps/ManagedProvisioning" name="LineageOS/android_packages_apps_ManagedProvisioning" groups="pdk-fs" />
509 <project path="packages/apps/Messaging" name="LineageOS/android_packages_apps_Messaging" groups="pdk-fs" />
510 <project path="packages/apps/Nfc" name="LineageOS/android_packages_apps_Nfc" groups="apps_nfc,pdk-fs" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700511 <project path="packages/apps/OneTimeInitializer" name="platform/packages/apps/OneTimeInitializer" groups="pdk-fs" remote="aosp" />
Michael Bestas7ef1c6b2019-09-05 03:36:51 +0300512 <project path="packages/apps/PermissionController" name="LineageOS/android_packages_apps_PackageInstaller" groups="pdk-cw-fs,pdk-fs" />
513 <project path="packages/apps/PhoneCommon" name="LineageOS/android_packages_apps_PhoneCommon" groups="pdk-cw-fs,pdk-fs" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700514 <project path="packages/apps/Provision" name="platform/packages/apps/Provision" groups="pdk-fs" remote="aosp" />
Michael Bestas7ef1c6b2019-09-05 03:36:51 +0300515 <project path="packages/apps/SafetyRegulatoryInfo" name="LineageOS/android_packages_apps_SafetyRegulatoryInfo" groups="pdk-fs" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300516 <project path="packages/apps/SampleLocationAttribution" name="platform/packages/apps/SampleLocationAttribution" groups="pdk-fs" remote="aosp" />
Michael Bestas7ef1c6b2019-09-05 03:36:51 +0300517 <project path="packages/apps/SecureElement" name="LineageOS/android_packages_apps_SecureElement" groups="apps_se,pdk-fs" />
518 <project path="packages/apps/Settings" name="LineageOS/android_packages_apps_Settings" groups="pdk-fs" />
519 <project path="packages/apps/SettingsIntelligence" name="LineageOS/android_packages_apps_SettingsIntelligence" groups="pdk-fs" />
520 <project path="packages/apps/Stk" name="LineageOS/android_packages_apps_Stk" groups="apps_stk,pdk-fs" />
521 <project path="packages/apps/StorageManager" name="LineageOS/android_packages_apps_StorageManager" groups="pdk-fs" />
522 <project path="packages/apps/Tag" name="LineageOS/android_packages_apps_Tag" groups="pdk-fs" />
523 <project path="packages/apps/Terminal" name="LineageOS/android_packages_apps_Terminal" groups="pdk-fs" />
Bruno Martins631da332019-11-20 22:19:43 +0000524 <project path="packages/apps/ThemePicker" name="LineageOS/android_packages_apps_ThemePicker" groups="pdk-fs" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000525 <project path="packages/apps/Test/connectivity" name="platform/packages/apps/Test/connectivity" groups="pdk" remote="aosp" />
Michael Bestas7ef1c6b2019-09-05 03:36:51 +0300526 <project path="packages/apps/Traceur" name="LineageOS/android_packages_apps_Traceur" groups="pdk-fs" />
527 <project path="packages/apps/TvSettings" name="LineageOS/android_packages_apps_TvSettings" groups="pdk-fs" />
528 <project path="packages/apps/TV" name="LineageOS/android_packages_apps_TV" groups="pdk" />
529 <project path="packages/apps/UnifiedEmail" name="LineageOS/android_packages_apps_UnifiedEmail" groups="pdk-fs" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300530 <project path="packages/apps/UniversalMediaPlayer" name="platform/packages/apps/UniversalMediaPlayer" remote="aosp" />
Bruno Martins631da332019-11-20 22:19:43 +0000531 <project path="packages/apps/WallpaperPicker2" name="LineageOS/android_packages_apps_WallpaperPicker2" groups="pdk-fs" />
Michael Bestas7ef1c6b2019-09-05 03:36:51 +0300532 <project path="packages/inputmethods/LatinIME" name="LineageOS/android_packages_inputmethods_LatinIME" groups="pdk-fs" />
Aaron Kling53b0fc42020-04-20 14:51:52 -0500533 <project path="packages/inputmethods/LeanbackIME" name="platform/packages/inputmethods/LeanbackIME" groups="pdk-fs" remote="aosp" revision="c15e8e709714310c8a31d83522b66493b10e22c9" />
Michael Bestas7ef1c6b2019-09-05 03:36:51 +0300534 <project path="packages/modules/CaptivePortalLogin" name="LineageOS/android_packages_modules_CaptivePortalLogin" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300535 <project path="packages/modules/ExtServices" name="platform/packages/modules/ExtServices" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
536 <project path="packages/modules/ModuleMetadata" name="platform/packages/modules/ModuleMetadata" groups="pdk" remote="aosp" />
537 <project path="packages/modules/NetworkPermissionConfig" name="platform/packages/modules/NetworkPermissionConfig" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
538 <project path="packages/modules/NetworkStack" name="platform/packages/modules/NetworkStack" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
539 <project path="packages/modules/TestModule" name="platform/packages/modules/TestModule" remote="aosp" />
Michael Bestas7ef1c6b2019-09-05 03:36:51 +0300540 <project path="packages/providers/BlockedNumberProvider" name="LineageOS/android_packages_providers_BlockedNumberProvider" groups="pdk-fs" />
541 <project path="packages/providers/BookmarkProvider" name="LineageOS/android_packages_providers_BookmarkProvider" groups="pdk-fs" />
542 <project path="packages/providers/CalendarProvider" name="LineageOS/android_packages_providers_CalendarProvider" groups="pdk-cw-fs,pdk-fs" />
543 <project path="packages/providers/CallLogProvider" name="LineageOS/android_packages_providers_CallLogProvider" groups="pdk-fs" />
544 <project path="packages/providers/ContactsProvider" name="LineageOS/android_packages_providers_ContactsProvider" groups="pdk-cw-fs,pdk-fs" />
545 <project path="packages/providers/DownloadProvider" name="LineageOS/android_packages_providers_DownloadProvider" groups="pdk-cw-fs,pdk-fs" />
546 <project path="packages/providers/MediaProvider" name="LineageOS/android_packages_providers_MediaProvider" groups="pdk-cw-fs,pdk-fs" />
547 <project path="packages/providers/PartnerBookmarksProvider" name="LineageOS/android_packages_providers_PartnerBookmarksProvider" groups="pdk-fs" />
548 <project path="packages/providers/TelephonyProvider" name="LineageOS/android_packages_providers_TelephonyProvider" groups="pdk-cw-fs,pdk-fs" />
549 <project path="packages/providers/TvProvider" name="LineageOS/android_packages_providers_TvProvider" groups="pdk-fs" />
550 <project path="packages/providers/UserDictionaryProvider" name="LineageOS/android_packages_providers_UserDictionaryProvider" groups="pdk-cw-fs,pdk-fs" />
551 <project path="packages/screensavers/Basic" name="LineageOS/android_packages_screensavers_Basic" groups="pdk-fs" />
552 <project path="packages/screensavers/PhotoTable" name="LineageOS/android_packages_screensavers_PhotoTable" groups="pdk-fs" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300553 <project path="packages/services/AlternativeNetworkAccess" name="platform/packages/services/AlternativeNetworkAccess" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas7ef1c6b2019-09-05 03:36:51 +0300554 <project path="packages/services/BuiltInPrintService" name="LineageOS/android_packages_services_BuiltInPrintService" groups="pdk-cw-fs,pdk-fs" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300555 <project path="packages/services/Car" name="platform/packages/services/Car" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas7ef1c6b2019-09-05 03:36:51 +0300556 <project path="packages/services/Mms" name="LineageOS/android_packages_services_Mms" groups="pdk-cw-fs,pdk-fs" />
557 <project path="packages/services/Telecomm" name="LineageOS/android_packages_services_Telecomm" groups="pdk-cw-fs,pdk-fs" />
558 <project path="packages/services/Telephony" name="LineageOS/android_packages_services_Telephony" groups="pdk-cw-fs,pdk-fs" />
559 <project path="packages/wallpapers/LivePicker" name="LineageOS/android_packages_wallpapers_LivePicker" groups="pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700560 <project path="pdk" name="platform/pdk" groups="pdk" remote="aosp" />
Michael Bestas1fda9ac2018-01-02 00:23:27 +0200561 <project path="platform_testing" name="LineageOS/android_platform_testing" groups="pdk-fs,pdk-cw-fs,cts" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300562 <project path="prebuilts/abi-dumps/ndk" name="platform/prebuilts/abi-dumps/ndk" groups="pdk-fs" clone-depth="1" remote="aosp" />
563 <project path="prebuilts/abi-dumps/vndk" name="platform/prebuilts/abi-dumps/vndk" groups="pdk-fs" clone-depth="1" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700564 <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 +0300565 <project path="prebuilts/asuite" name="platform/prebuilts/asuite" groups="pdk" clone-depth="1" remote="aosp" />
Chirayu Desaid2ca8ae2020-05-09 02:20:19 +0530566 <project path="prebuilts/build-tools" name="LineageOS/android_prebuilts_build-tools" groups="pdk" clone-depth="1" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300567 <project path="prebuilts/bundletool" name="platform/prebuilts/bundletool" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300568 <project path="prebuilts/checkcolor" name="platform/prebuilts/checkcolor" groups="pdk" clone-depth="1" remote="aosp" />
569 <project path="prebuilts/checkstyle" name="platform/prebuilts/checkstyle" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300570 <project path="prebuilts/clang-tools" name="platform/prebuilts/clang-tools" groups="pdk" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -0800571 <project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="pdk,darwin" clone-depth="1" remote="aosp" />
572 <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" groups="pdk" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -0800573 <project path="prebuilts/devtools" name="platform/prebuilts/devtools" groups="pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300574 <project path="prebuilts/fuchsia_sdk" name="platform/prebuilts/fuchsia_sdk" groups="pdk-fs" clone-depth="1" remote="aosp" />
Rashed Abdel-Tawabcfe28a32019-09-07 12:11:21 -0700575 <project path="prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" name="LineageOS/android_prebuilts_gcc_darwin-x86_aarch64_aarch64-linux-android-4.9" groups="pdk,darwin,arm" clone-depth="1" />
576 <project path="prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" name="LineageOS/android_prebuilts_gcc_darwin-x86_arm_arm-linux-androideabi-4.9" groups="pdk,darwin,arm" clone-depth="1" />
Xin Li4e462bf2015-12-21 11:33:56 -0800577 <project path="prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" name="platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" groups="pdk,darwin" clone-depth="1" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300578 <project path="prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9" groups="pdk,darwin,x86" clone-depth="1" remote="aosp" />
Rashed Abdel-Tawabcfe28a32019-09-07 12:11:21 -0700579 <project path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" name="LineageOS/android_prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-4.9" groups="pdk,linux,arm" clone-depth="1" />
580 <project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" name="LineageOS/android_prebuilts_gcc_linux-x86_arm_arm-linux-androideabi-4.9" groups="pdk,linux,arm" clone-depth="1" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300581 <project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" groups="pdk,linux" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -0800582 <project path="prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" groups="pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300583 <project path="prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" groups="pdk,linux,x86" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300584 <project path="prebuilts/gdb/darwin-x86" name="platform/prebuilts/gdb/darwin-x86" groups="darwin,pdk" clone-depth="1" remote="aosp" />
585 <project path="prebuilts/gdb/linux-x86" name="platform/prebuilts/gdb/linux-x86" groups="linux,pdk" clone-depth="1" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300586 <project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" groups="darwin,pdk,tradefed" clone-depth="1" remote="aosp" />
587 <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 +0300588 <project path="prebuilts/gradle-plugin" name="platform/prebuilts/gradle-plugin" groups="pdk,pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800589 <project path="prebuilts/jdk/jdk8" name="platform/prebuilts/jdk/jdk8" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300590 <project path="prebuilts/jdk/jdk9" name="platform/prebuilts/jdk/jdk9" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300591 <project path="prebuilts/manifest-merger" name="platform/prebuilts/manifest-merger" groups="pdk" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -0800592 <project path="prebuilts/maven_repo/android" name="platform/prebuilts/maven_repo/android" groups="pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300593 <project path="prebuilts/maven_repo/bumptech" name="platform/prebuilts/maven_repo/bumptech" groups="pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -0800594 <project path="prebuilts/misc" name="platform/prebuilts/misc" groups="pdk" clone-depth="1" remote="aosp" />
595 <project path="prebuilts/ndk" name="platform/prebuilts/ndk" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300596 <project path="prebuilts/ktlint" name="platform/prebuilts/ktlint" groups="pdk" clone-depth="1" remote="aosp" />
Xin Li4e462bf2015-12-21 11:33:56 -0800597 <project path="prebuilts/python/darwin-x86/2.7.5" name="platform/prebuilts/python/darwin-x86/2.7.5" groups="darwin,pdk,pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
598 <project path="prebuilts/python/linux-x86/2.7.5" name="platform/prebuilts/python/linux-x86/2.7.5" groups="linux,pdk,pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700599 <project path="prebuilts/qemu-kernel" name="platform/prebuilts/qemu-kernel" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas40305212019-09-04 21:34:05 +0300600 <project path="prebuilts/r8" name="LineageOS/android_prebuilts_r8" groups="pdk" clone-depth="1" />
Xin Li4e462bf2015-12-21 11:33:56 -0800601 <project path="prebuilts/sdk" name="platform/prebuilts/sdk" groups="pdk" clone-depth="1" remote="aosp" />
602 <project path="prebuilts/tools" name="platform/prebuilts/tools" groups="pdk,tools" clone-depth="1" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300603 <project path="prebuilts/vndk/v27" name="platform/prebuilts/vndk/v27" groups="pdk" clone-depth="1" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300604 <project path="prebuilts/vndk/v28" name="platform/prebuilts/vndk/v28" groups="pdk" clone-depth="1" remote="aosp" />
605 <project path="sdk" name="platform/sdk" groups="pdk-cw-fs,pdk-fs" remote="aosp" >
606 <linkfile src="current/androidx-README.md" dest="frameworks/support/README.md" />
607 </project>
608 <project path="system/apex" name="platform/system/apex" groups="pdk" remote="aosp" />
609 <project path="system/ashmemd" name="platform/system/ashmemd" groups="pdk" remote="aosp" />
Luca Stefani152210f2019-09-10 17:43:14 +0200610 <project path="system/bt" name="LineageOS/android_system_bt" groups="pdk" />
Han Wang5b397412019-11-27 06:32:43 +0200611 <project path="system/bpf" name="LineageOS/android_system_bpf" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300612 <project path="system/bpfprogs" name="platform/system/bpfprogs" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400613 <project path="system/ca-certificates" name="platform/system/ca-certificates" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300614 <project path="system/chre" name="platform/system/chre" groups="pdk" remote="aosp" />
615 <project path="system/connectivity/wificond" name="platform/system/connectivity/wificond" groups="pdk" remote="aosp" />
616 <project path="system/connectivity/wifilogd" name="platform/system/connectivity/wifilogd" groups="pdk" remote="aosp" />
Michael Bestas40305212019-09-04 21:34:05 +0300617 <project path="system/core" name="LineageOS/android_system_core" groups="pdk" />
Luca Stefani15391862020-03-27 12:05:42 +0200618 <project path="system/extras" name="LineageOS/android_system_extras" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700619 <project path="system/gatekeeper" name="platform/system/gatekeeper" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300620 <project path="system/gsid" name="platform/system/gsid" groups="pdk" remote="aosp" />
Michael Bestas0e7b6fb2020-01-20 16:14:26 +0200621 <project path="system/hardware/interfaces" name="LineageOS/android_system_hardware_interfaces" groups="pdk" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300622 <project path="system/hwservicemanager" name="platform/system/hwservicemanager" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300623 <project path="system/iorap" name="platform/system/iorap" groups="pdk" remote="aosp" />
Han Wang7c9dabf2019-12-13 06:22:09 +0200624 <project path="system/keymaster" name="LineageOS/android_system_keymaster" groups="pdk" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300625 <project path="system/libfmq" name="platform/system/libfmq" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300626 <project path="system/libhidl" name="platform/system/libhidl" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300627 <project path="system/libhwbinder" name="platform/system/libhwbinder" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300628 <project path="system/libsysprop" name="platform/system/libsysprop" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300629 <project path="system/libufdt" name="platform/system/libufdt" groups="pdk" remote="aosp" />
630 <project path="system/libvintf" name="platform/system/libvintf" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300631 <project path="system/linkerconfig" name="platform/system/linkerconfig" groups="pdk" remote="aosp" />
Michael Bestasc5982a72018-02-11 03:01:11 +0200632 <project path="system/media" name="platform/system/media" groups="pdk" remote="aosp" />
Sam Mortimerb21c35a2019-10-05 00:25:09 -0700633 <project path="system/netd" name="LineageOS/android_system_netd" groups="pdk" />
Michael Bestas961c3992018-08-07 03:05:34 +0300634 <project path="system/nfc" name="platform/system/nfc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab27e09d62017-12-05 11:17:47 -0800635 <project path="system/nvram" name="platform/system/nvram" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300636 <project path="system/security" name="platform/system/security" groups="pdk" remote="aosp" />
Nolen Johnson48cd51e2020-01-21 17:02:23 +0000637 <project path="system/sepolicy" name="LineageOS/android_system_sepolicy" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300638 <project path="system/server_configurable_flags" name="platform/system/server_configurable_flags" groups="pdk" remote="aosp" />
639 <project path="system/testing/gtest_extras" name="platform/system/testing/gtest_extras" groups="pdk" remote="aosp" />
Kevin F. Haggerty945a9fc2020-05-01 08:41:42 -0600640 <project path="system/timezone" name="LineageOS/android_system_timezone" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300641 <project path="system/tools/aidl" name="platform/system/tools/aidl" groups="pdk" remote="aosp" />
642 <project path="system/tools/hidl" name="platform/system/tools/hidl" groups="pdk" remote="aosp" />
643 <project path="system/tools/sysprop" name="platform/system/tools/sysprop" groups="pdk" remote="aosp" />
644 <project path="system/tools/xsdc" name="platform/system/tools/xsdc" groups="pdk" remote="aosp" />
Luca Stefani3b4444e2019-09-11 12:11:14 +0200645 <project path="system/update_engine" name="LineageOS/android_system_update_engine" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300646 <project path="system/ucontainer" name="platform/system/ucontainer" groups="pdk" remote="aosp" />
PIPIPIG233666e65da232019-09-30 15:35:13 -0400647 <project path="system/vold" name="LineageOS/android_system_vold" groups="pdk" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300648 <project path="test/framework" name="platform/test/framework" groups="vts,projectarch,pdk" remote="aosp" />
649 <project path="test/mlts/benchmark" name="platform/test/mlts/benchmark" groups="pdk" remote="aosp" />
650 <project path="test/mlts/models" name="platform/test/mlts/models" groups="pdk" remote="aosp" />
651 <project path="test/mts" name="platform/test/mts" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300652 <project path="test/suite_harness" name="platform/test/suite_harness" groups="cts,pdk-cw-fs,pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300653 <project path="test/vti/dashboard" name="platform/test/vti/dashboard" groups="vts,projectarch,pdk" remote="aosp" />
654 <project path="test/vti/fuzz_test_serving" name="platform/test/vti/fuzz_test_serving" groups="vts,projectarch,pdk" remote="aosp" />
655 <project path="test/vti/test_serving" name="platform/test/vti/test_serving" groups="vts,projectarch,pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300656 <project path="test/vts" name="platform/test/vts" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300657 <project path="test/vts-testcase/fuzz" name="platform/test/vts-testcase/fuzz" groups="vts,projectarch,pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300658 <project path="test/vts-testcase/hal" name="platform/test/vts-testcase/hal" groups="vts,pdk" remote="aosp" />
659 <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 +0300660 <project path="test/vts-testcase/kernel" name="platform/test/vts-testcase/kernel" groups="vts,pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300661 <project path="test/vts-testcase/nbu" name="platform/test/vts-testcase/nbu" groups="vts,projectarch,pdk" remote="aosp" />
662 <project path="test/vts-testcase/performance" name="platform/test/vts-testcase/performance" groups="vts,projectarch,pdk" remote="aosp" />
663 <project path="test/vts-testcase/security" name="platform/test/vts-testcase/security" groups="vts,projectarch,pdk" remote="aosp" />
664 <project path="test/vts-testcase/vndk" name="platform/test/vts-testcase/vndk" groups="vts,pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300665 <project path="toolchain/benchmark" name="toolchain/benchmark" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300666 <project path="toolchain/pgo-profiles" name="toolchain/pgo-profiles" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300667 <project path="tools/acloud" name="platform/tools/acloud" groups="tools,vts,projectarch,pdk,tradefed" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700668 <project path="tools/adt/idea" name="platform/tools/adt/idea" groups="notdefault,tools" remote="aosp" />
Luca Stefani658db312020-03-03 11:51:33 +0100669 <project path="tools/apifinder" name="platform/tools/apifinder" groups="pdk,tools" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300670 <project path="tools/apksig" name="platform/tools/apksig" groups="pdk,tradefed" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300671 <project path="tools/apkzlib" name="platform/tools/apkzlib" groups="pdk,tradefed" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300672 <project path="tools/asuite" name="platform/tools/asuite" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700673 <project path="tools/base" name="platform/tools/base" groups="notdefault,tools" remote="aosp" />
674 <project path="tools/build" name="platform/tools/build" groups="notdefault,tools" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300675 <project path="tools/currysrc" name="platform/tools/currysrc" groups="pdk" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300676 <project path="tools/dexter" name="platform/tools/dexter" groups="tools,pdk-fs" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300677 <project path="tools/external_updater" name="platform/tools/external_updater" groups="tools" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700678 <project path="tools/external/fat32lib" name="platform/tools/external/fat32lib" groups="tools" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300679 <project path="tools/external/gradle" name="platform/tools/external/gradle" groups="tools" clone-depth="1" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700680 <project path="tools/idea" name="platform/tools/idea" groups="notdefault,tools" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300681 <project path="tools/loganalysis" name="platform/tools/loganalysis" groups="nopresubmit,pdk,tradefed" remote="aosp" />
Michael Bestas961c3992018-08-07 03:05:34 +0300682 <project path="tools/metalava" name="platform/tools/metalava" groups="pdk,tools" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700683 <project path="tools/motodev" name="platform/tools/motodev" groups="notdefault,motodev" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300684 <project path="tools/ndkports" name="platform/tools/ndkports" groups="pdk" remote="aosp" />
Rashed Abdel-Tawab2ebfe442019-09-30 13:11:29 -0400685 <project path="tools/repohooks" name="platform/tools/repohooks" groups="adt-infra,cts,developers,motodev,pdk,tools,tradefed" remote="aosp" revision="master" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300686 <project path="tools/security" name="platform/tools/security" groups="pdk,tools" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700687 <project path="tools/studio/cloud" name="platform/tools/studio/cloud" groups="notdefault,tools" remote="aosp" />
688 <project path="tools/swt" name="platform/tools/swt" groups="notdefault,tools" remote="aosp" />
Simon Shields51ac04c2017-04-04 20:42:50 +1000689 <project path="tools/test/connectivity" name="platform/tools/test/connectivity" groups="pdk" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300690 <project path="tools/test/graphicsbenchmark" name="platform/tools/test/graphicsbenchmark" groups="pdk" remote="aosp" />
Michael Bestas8140ded2017-08-22 01:24:12 +0300691 <project path="tools/tradefederation/contrib" name="platform/tools/tradefederation/contrib" groups="pdk,tradefed" remote="aosp" />
692 <project path="tools/tradefederation/core" name="platform/tools/tradefederation" groups="pdk,tradefed" remote="aosp" />
Michael Bestas42c8cb92019-09-04 16:10:16 +0300693 <project path="tools/trebuchet" name="platform/tools/trebuchet" groups="tools,cts,pdk,pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700694
Michael Bestas8140ded2017-08-22 01:24:12 +0300695 <include name="snippets/lineage.xml" />
696
697 <repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -0700698</manifest>