blob: 9b13289a094dbc9ce3a024d56073b261b3763453 [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=".."
Ricardo Cerqueirad15b0862012-11-14 20:29:52 +00006 review="review.cyanogenmod.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"
13 review="android-review.googlesource.com"
Steve Kondik9bfba352016-09-13 09:30:11 -070014 revision="refs/tags/android-7.0.0_r6" />
Steve Kondik4f78f792016-08-29 17:22:33 -070015
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040016 <default revision="refs/heads/staging/cm-14.0"
Chris Soyars834a50e2011-11-14 22:30:45 -050017 remote="github"
Ricardo Cerqueira259d8c32012-10-25 01:12:37 +010018 sync-c="true"
Shawn O. Pearce92ae9062011-09-23 07:36:45 -070019 sync-j="4" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -070020
Steve Kondik4f78f792016-08-29 17:22:33 -070021 <!-- AOSP Projects -->
22
23 <project path="build" name="CyanogenMod/android_build" groups="pdk,tradefed">
The Android Open Source Project6cf16a52011-09-16 09:30:17 -070024 <copyfile src="core/root.mk" dest="Makefile" />
25 </project>
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040026 <project path="build/blueprint" name="platform/build/blueprint" groups="pdk,tradefed" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070027 <project path="build/kati" name="CyanogenMod/android_build_kati" groups="pdk,tradefed" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040028 <project path="build/soong" name="platform/build/soong" groups="pdk,tradefed" remote="aosp" >
29 <linkfile src="root.bp" dest="Android.bp" />
30 <linkfile src="bootstrap.bash" dest="bootstrap.bash" />
31 </project>
Steve Kondik4f78f792016-08-29 17:22:33 -070032 <project path="abi/cpp" name="platform/abi/cpp" groups="pdk" remote="aosp" />
33 <project path="art" name="CyanogenMod/android_art" groups="pdk" />
34 <project path="bionic" name="CyanogenMod/android_bionic" groups="pdk" />
35 <project path="bootable/recovery" name="CyanogenMod/android_bootable_recovery" groups="pdk" />
36 <project path="cts" name="platform/cts" groups="cts,pdk-cw-fs,pdk-fs" remote="aosp" />
37 <project path="dalvik" name="CyanogenMod/android_dalvik" groups="pdk-cw-fs,pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070038 <project path="developers/build" name="platform/developers/build" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070039 <project path="development" name="CyanogenMod/android_development" groups="pdk-cw-fs,pdk-fs" />
40 <project path="device/common" name="device/common" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
41 <project path="device/generic/arm64" name="device/generic/arm64" groups="pdk" remote="aosp" />
42 <project path="device/generic/armv7-a-neon" name="device/generic/armv7-a-neon" groups="pdk" remote="aosp" />
43 <project path="device/generic/common" name="device/generic/common" groups="pdk" remote="aosp" />
44 <project path="device/generic/goldfish" name="device/generic/goldfish" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070045 <project path="device/generic/mini-emulator-arm64" name="device/generic/mini-emulator-arm64" groups="pdk" remote="aosp" />
46 <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 -070047 <project path="device/generic/mini-emulator-x86" name="device/generic/mini-emulator-x86" groups="pdk" remote="aosp" />
48 <project path="device/generic/mini-emulator-x86_64" name="device/generic/mini-emulator-x86_64" groups="pdk" remote="aosp" />
49 <project path="device/generic/qemu" name="device/generic/qemu" remote="aosp" />
50 <project path="device/generic/x86" name="device/generic/x86" groups="pdk" remote="aosp" />
51 <project path="device/generic/x86_64" name="device/generic/x86_64" groups="pdk" remote="aosp" />
Keith Mok3dee3e32016-09-23 16:32:48 -070052 <project path="device/google/contexthub" name="device/google/contexthub" groups="device" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070053 <project path="device/sample" name="device/sample" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070054 <project path="external/aac" name="CyanogenMod/android_external_aac" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040055 <project path="external/adt-infra" name="platform/external/adt-infra" groups="adt-infra,notdefault" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070056 <project path="external/android-clat" name="CyanogenMod/android_external_android-clat" groups="pdk-cw-fs,pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070057 <project path="external/androidplot" name="platform/external/androidplot" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070058 <project path="external/ant-glob" name="platform/external/ant-glob" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070059 <project path="external/antlr" name="platform/external/antlr" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
60 <project path="external/apache-commons-math" name="platform/external/apache-commons-math" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
61 <project path="external/apache-harmony" name="platform/external/apache-harmony" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040062 <project path="external/apache-http" name="platform/external/apache-http" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070063 <project path="external/apache-xml" name="platform/external/apache-xml" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040064 <project path="external/archive-patcher" name="platform/external/archive-patcher" groups="pdk" remote="aosp" />
65 <project path="external/autotest" name="platform/external/autotest" remote="aosp" />
66 <project path="external/avahi" name="platform/external/avahi" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070067 <project path="external/bison" name="platform/external/bison" groups="pdk" remote="aosp" />
68 <project path="external/blktrace" name="platform/external/blktrace" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070069 <project path="external/boringssl" name="CyanogenMod/android_external_boringssl" groups="pdk" />
70 <project path="external/bouncycastle" name="platform/external/bouncycastle" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070071 <project path="external/bsdiff" name="platform/external/bsdiff" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070072 <project path="external/bzip2" name="CyanogenMod/android_external_bzip2" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040073 <project path="external/c-ares" name="platform/external/c-ares" remote="aosp" />
74 <project path="external/caliper" name="platform/external/caliper" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070075 <project path="external/cblas" name="platform/external/cblas" groups="pdk" remote="aosp" />
76 <project path="external/ceres-solver" name="platform/external/ceres-solver" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
77 <project path="external/chromium-libpac" name="platform/external/chromium-libpac" groups="pdk-fs" remote="aosp" />
78 <project path="external/chromium-trace" name="platform/external/chromium-trace" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070079 <project path="external/chromium-webview" name="platform/external/chromium-webview" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070080 <project path="external/clang" name="platform/external/clang" groups="pdk" remote="aosp" />
81 <project path="external/cmockery" name="platform/external/cmockery" groups="pdk-fs" remote="aosp" />
82 <project path="external/compiler-rt" name="platform/external/compiler-rt" groups="pdk" remote="aosp" />
83 <project path="external/conscrypt" name="platform/external/conscrypt" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
84 <project path="external/crcalc" name="platform/external/crcalc" groups="pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040085 <project path="external/cros/system_api" name="platform/external/cros/system_api" remote="aosp" />
86 <project path="external/curl" name="platform/external/curl" remote="aosp" />
87 <project path="external/dagger2" name="platform/external/dagger2" remote="aosp" />
88 <project path="external/dbus" name="platform/external/dbus" remote="aosp" />
89 <project path="external/dbus-binding-generator" name="platform/external/dbus-binding-generator" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070090 <project path="external/deqp" name="platform/external/deqp" groups="pdk-fs" remote="aosp" />
91 <project path="external/dexmaker" name="platform/external/dexmaker" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040092 <project path="external/dhcpcd-6.8.2" name="platform/external/dhcpcd-6.8.2" remote="aosp" />
93 <project path="external/dlmalloc" name="platform/external/dlmalloc" remote="aosp" />
94 <project path="external/dng_sdk" name="platform/external/dng_sdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070095 <project path="external/dnsmasq" name="platform/external/dnsmasq" groups="pdk" remote="aosp" />
96 <project path="external/doclava" name="platform/external/doclava" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070097 <project path="external/donuts" name="platform/external/donuts" groups="pdk-fs" remote="aosp" />
98 <project path="external/drm_gralloc" name="platform/external/drm_gralloc" groups="drm_gralloc" remote="aosp" />
99 <project path="external/drm_hwcomposer" name="platform/external/drm_hwcomposer" groups="drm_hwcomposer" remote="aosp" />
100 <project path="external/droiddriver" name="platform/external/droiddriver" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700101 <project path="external/e2fsprogs" name="CyanogenMod/android_external_e2fsprogs" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700102 <project path="external/easymock" name="platform/external/easymock" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
103 <project path="external/eclipse-basebuilder" name="platform/external/eclipse-basebuilder" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
104 <project path="external/eclipse-windowbuilder" name="platform/external/eclipse-windowbuilder" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
105 <project path="external/eigen" name="platform/external/eigen" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700106 <project path="external/elfutils" name="CyanogenMod/android_external_elfutils" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700107 <project path="external/emma" name="platform/external/emma" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
108 <project path="external/esd" name="platform/external/esd" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
109 <project path="external/expat" name="platform/external/expat" groups="pdk" remote="aosp" />
110 <project path="external/eyes-free" name="platform/external/eyes-free" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700111 <project path="external/f2fs-tools" name="CyanogenMod/android_external_f2fs-tools" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700112 <project path="external/fdlibm" name="platform/external/fdlibm" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400113 <project path="external/fec" name="platform/external/fec" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700114 <project path="external/fio" name="platform/external/fio" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700115 <project path="external/flac" name="CyanogenMod/android_external_flac" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700116 <project path="external/fonttools" name="platform/external/fonttools" groups="pdk-fs" remote="aosp" />
117 <project path="external/freetype" name="platform/external/freetype" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700118 <project path="external/fsck_msdos" name="CyanogenMod/android_external_fsck_msdos" groups="pdk-cw-fs,pdk-fs" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400119 <project path="external/gemmlowp" name="platform/external/gemmlowp" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700120 <project path="external/giflib" name="platform/external/giflib" groups="pdk,qcom_msm8x26" remote="aosp" />
121 <project path="external/glide" name="platform/external/glide" groups="pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400122 <project path="external/gmock" name="platform/external/gmock" groups="pdk" remote="aosp" />
123 <project path="external/google-benchmark" name="platform/external/google-benchmark" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700124 <project path="external/google-breakpad" name="platform/external/google-breakpad" groups="dragon" remote="aosp" />
125 <project path="external/google-fonts/carrois-gothic-sc" name="platform/external/google-fonts/carrois-gothic-sc" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
126 <project path="external/google-fonts/coming-soon" name="platform/external/google-fonts/coming-soon" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
127 <project path="external/google-fonts/cutive-mono" name="platform/external/google-fonts/cutive-mono" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
128 <project path="external/google-fonts/dancing-script" name="platform/external/google-fonts/dancing-script" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
129 <project path="external/google-tv-pairing-protocol" name="platform/external/google-tv-pairing-protocol" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700130 <project path="external/gptfdisk" name="CyanogenMod/android_external_gptfdisk" groups="pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700131 <project path="external/gtest" name="platform/external/gtest" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700132 <project path="external/guava" name="platform/external/guava" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400133 <project path="external/guice" name="platform/external/guice" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700134 <project path="external/hamcrest" name="platform/external/hamcrest" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
135 <project path="external/harfbuzz_ng" name="platform/external/harfbuzz_ng" groups="pdk,qcom_msm8x26" remote="aosp" />
136 <project path="external/hyphenation-patterns" name="platform/external/hyphenation-patterns" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700137 <project path="external/icu" name="CyanogenMod/android_external_icu" groups="pdk" />
138 <project path="external/iproute2" name="CyanogenMod/android_external_iproute2" groups="pdk" />
Steve Kondike4c0ae02016-09-04 02:49:05 -0700139 <project path="external/ipsec-tools" name="CyanogenMod/android_external_ipsec-tools" groups="pdk-cw-fs,pdk-fs" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700140 <project path="external/iptables" name="CyanogenMod/android_external_iptables" groups="pdk-cw-fs,pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700141 <project path="external/iputils" name="platform/external/iputils" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400142 <project path="external/iw" name="platform/external/iw" remote="aosp" />
143 <project path="external/jacoco" name="platform/external/jacoco" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700144 <project path="external/jarjar" name="platform/external/jarjar" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700145 <project path="external/javasqlite" name="platform/external/javasqlite" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
146 <project path="external/javassist" name="platform/external/javassist" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400147 <project path="external/jcommander" name="platform/external/jcommander" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700148 <project path="external/jdiff" name="platform/external/jdiff" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
149 <project path="external/jemalloc" name="platform/external/jemalloc" groups="pdk" remote="aosp" />
150 <project path="external/jetty" name="platform/external/jetty" groups="pdk-fs" remote="aosp" />
151 <project path="external/jhead" name="platform/external/jhead" groups="pdk" remote="aosp" />
152 <project path="external/jline" name="platform/external/jline" groups="notdefault,tradefed" remote="aosp" />
153 <project path="external/jmdns" name="platform/external/jmdns" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700154 <project path="external/jsilver" name="platform/external/jsilver" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
155 <project path="external/jsmn" name="platform/external/jsmn" groups="pdk" remote="aosp" />
156 <project path="external/jsoncpp" name="platform/external/jsoncpp" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700157 <project path="external/jsr305" name="platform/external/jsr305" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400158 <project path="external/jsr330" name="platform/external/jsr330" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700159 <project path="external/junit" name="platform/external/junit" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
160 <project path="external/kernel-headers" name="platform/external/kernel-headers" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
161 <project path="external/ksoap2" name="platform/external/ksoap2" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700162 <project path="external/libavc" name="platform/external/libavc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400163 <project path="external/libbrillo" name="platform/external/libbrillo" remote="aosp" />
164 <project path="external/libcap" name="platform/external/libcap" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700165 <project path="external/libcap-ng" name="platform/external/libcap-ng" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400166 <project path="external/libchrome" name="platform/external/libchrome" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700167 <project path="external/libcxx" name="platform/external/libcxx" groups="pdk" remote="aosp" />
168 <project path="external/libcxxabi" name="platform/external/libcxxabi" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400169 <project path="external/libdivsufsort" name="platform/external/libdivsufsort" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700170 <project path="external/libdrm" name="platform/external/libdrm" groups="pdk" remote="aosp" />
171 <project path="external/libedit" name="platform/external/libedit" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700172 <project path="external/libdaemon" name="platform/external/libdaemon" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400173 <project path="external/libevent" name="platform/external/libevent" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700174 <project path="external/libexif" name="platform/external/libexif" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
175 <project path="external/libgsm" name="platform/external/libgsm" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700176 <project path="external/libhevc" name="CyanogenMod/android_external_libhevc" groups="pdk-fs" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400177 <project path="external/libjpeg-turbo" name="platform/external/libjpeg-turbo" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700178 <project path="external/liblzf" name="platform/external/liblzf" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400179 <project path="external/libmicrohttpd" name="platform/external/libmicrohttpd" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700180 <project path="external/libmpeg2" name="platform/external/libmpeg2" groups="pdk" remote="aosp" />
181 <project path="external/libmtp" name="platform/external/libmtp" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700182 <project path="external/libnfc-nci" name="CyanogenMod/android_external_libnfc-nci" groups="pdk" />
183 <project path="external/libnfc-nxp" name="CyanogenMod/android_external_libnfc-nxp" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700184 <project path="external/libnl" name="platform/external/libnl" groups="pdk" remote="aosp" />
185 <project path="external/libogg" name="platform/external/libogg" groups="pdk" remote="aosp" />
186 <project path="external/libopus" name="platform/external/libopus" groups="pdk" remote="aosp" />
187 <project path="external/libpcap" name="platform/external/libpcap" groups="pdk,pdk-cw-fs,pdk-fs" remote="aosp" />
188 <project path="external/libphonenumber" name="platform/external/libphonenumber" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700189 <project path="external/libpng" name="platform/external/libpng" groups="pdk" remote="aosp" />
190 <project path="external/libselinux" name="CyanogenMod/android_external_libselinux" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700191 <project path="external/libunwind" name="platform/external/libunwind" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400192 <project path="external/libunwind_llvm" name="platform/external/libunwind_llvm" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700193 <project path="external/libusb" name="platform/external/libusb" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700194 <project path="external/libusb-compat" name="platform/external/libusb-compat" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
195 <project path="external/libutf" name="platform/external/libutf" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
196 <project path="external/libvncserver" name="platform/external/libvncserver" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
197 <project path="external/libvorbis" name="platform/external/libvorbis" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700198 <project path="external/libvpx" name="platform/external/libvpx" groups="pdk" remote="aosp" />
199 <project path="external/libvterm" name="CyanogenMod/android_external_libvterm" groups="pdk-cw-fs,pdk-fs" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400200 <project path="external/libweave" name="platform/external/libweave" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700201 <project path="external/libxml2" name="CyanogenMod/android_external_libxml2" groups="pdk-cw-fs,pdk-fs,libxml2" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700202 <project path="external/libyuv" name="platform/external/libyuv" groups="libyuv,pdk-cw-fs,pdk-fs" remote="aosp" />
203 <project path="external/littlemock" name="platform/external/littlemock" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
204 <project path="external/lld" name="platform/external/lld" groups="pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700205 <project path="external/llvm" name="platform/external/llvm" groups="pdk" remote="aosp" />
206 <project path="external/ltrace" name="platform/external/ltrace" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700207 <project path="external/lz4" name="CyanogenMod/android_external_lz4" groups="pdk-cw-fs,pdk-fs" />
208 <project path="external/lzma" name="CyanogenMod/android_external_lzma" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700209 <project path="external/markdown" name="platform/external/markdown" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
210 <project path="external/mdnsresponder" name="platform/external/mdnsresponder" groups="pdk" remote="aosp" />
211 <project path="external/mesa3d" name="platform/external/mesa3d" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
212 <project path="external/messageformat" name="platform/external/messageformat" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400213 <project path="external/minijail" name="platform/external/minijail" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700214 <project path="external/mksh" name="CyanogenMod/android_external_mksh" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400215 <project path="external/mmc-utils" name="platform/external/mmc-utils" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700216 <project path="external/mockftpserver" name="platform/external/mockftpserver" groups="pdk-fs" remote="aosp" />
217 <project path="external/mockito" name="platform/external/mockito" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
218 <project path="external/mockwebserver" name="platform/external/mockwebserver" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400219 <project path="external/modp_b64" name="platform/external/modp_b64" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700220 <project path="external/mp4parser" name="platform/external/mp4parser" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
221 <project path="external/mtpd" name="platform/external/mtpd" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
222 <project path="external/nanohttpd" name="platform/external/nanohttpd" groups="pdk-fs" remote="aosp" />
223 <project path="external/nanopb-c" name="platform/external/nanopb-c" groups="pdk" remote="aosp" />
224 <project path="external/naver-fonts" name="platform/external/naver-fonts" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
225 <project path="external/netcat" name="platform/external/netcat" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
226 <project path="external/netperf" name="platform/external/netperf" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
227 <project path="external/neven" name="platform/external/neven" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
228 <project path="external/nfacct" name="platform/external/nfacct" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
229 <project path="external/nist-pkits" name="platform/external/nist-pkits" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700230 <project path="external/nist-sip" name="platform/external/nist-sip" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700231 <project path="external/noto-fonts" name="platform/external/noto-fonts" groups="pdk" remote="aosp" />
232 <project path="external/oauth" name="platform/external/oauth" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
233 <project path="external/objenesis" name="platform/external/objenesis" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700234 <project path="external/okhttp" name="CyanogenMod/android_external_okhttp" groups="pdk-cw-fs,pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700235 <project path="external/opencv" name="platform/external/opencv" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700236 <project path="external/opencv3" name="platform/external/opencv3" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700237 <project path="external/owasp/sanitizer" name="platform/external/owasp/sanitizer" groups="pdk-fs" remote="aosp" />
238 <project path="external/parameter-framework" name="platform/external/parameter-framework" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700239 <project path="external/pcre" name="platform/external/pcre" groups="pdk" remote="aosp" />
240 <project path="external/pdfium" name="platform/external/pdfium" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400241 <project path="external/piex" name="platform/external/piex" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700242 <project path="external/ppp" name="platform/external/ppp" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
243 <project path="external/proguard" name="platform/external/proguard" groups="pdk" remote="aosp" />
244 <project path="external/protobuf" name="platform/external/protobuf" groups="pdk" remote="aosp" />
245 <project path="external/regex-re2" name="platform/external/regex-re2" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
246 <project path="external/replicaisland" name="platform/external/replicaisland" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400247 <project path="external/rmi4utils" name="platform/external/rmi4utils" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700248 <project path="external/robolectric" name="platform/external/robolectric" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
249 <project path="external/roboto-fonts" name="platform/external/roboto-fonts" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400250 <project path="external/rootdev" name="platform/external/rootdev" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700251 <project path="external/safe-iop" name="platform/external/safe-iop" groups="pdk" remote="aosp" />
252 <project path="external/scrypt" name="platform/external/scrypt" groups="pdk" remote="aosp" />
253 <project path="external/selinux" name="platform/external/selinux" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400254 <project path="external/shflags" name="platform/external/shflags" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700255 <project path="external/sfntly" name="platform/external/sfntly" groups="pdk,qcom_msm8x26" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700256 <project path="external/skia" name="CyanogenMod/android_external_skia" groups="pdk,qcom_msm8x26" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400257 <project path="external/sl4a" name="platform/external/sl4a" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700258 <project path="external/slf4j" name="platform/external/slf4j" groups="pdk-fs" remote="aosp" />
259 <project path="external/smali" name="platform/external/smali" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400260 <project path="external/snakeyaml" name="platform/external/snakeyaml" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700261 <project path="external/sonic" name="platform/external/sonic" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700262 <project path="external/sonivox" name="platform/external/sonivox" groups="pdk" remote="aosp" />
263 <project path="external/speex" name="platform/external/speex" groups="pdk" remote="aosp" />
264 <project path="external/sqlite" name="platform/external/sqlite" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700265 <project path="external/squashfs-tools" name="platform/external/squashfs-tools" groups="pdk" remote="aosp" />
266 <project path="external/srtp" name="platform/external/srtp" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700267 <project path="external/strace" name="platform/external/strace" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700268 <project path="external/svox" name="platform/external/svox" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
269 <project path="external/tagsoup" name="platform/external/tagsoup" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400270 <project path="external/testng" name="platform/external/testng" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700271 <project path="external/tcpdump" name="platform/external/tcpdump" groups="pdk,pdk-cw-fs,pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700272 <project path="external/timezonepicker-support" name="platform/external/timezonepicker-support" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700273 <project path="external/tinyalsa" name="CyanogenMod/android_external_tinyalsa" groups="pdk" />
274 <project path="external/tinycompress" name="CyanogenMod/android_external_tinycompress" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700275 <project path="external/tinyxml" name="platform/external/tinyxml" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700276 <project path="external/tinyxml2" name="CyanogenMod/android_external_tinyxml2" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400277 <project path="external/tlsdate" name="platform/external/tlsdate" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700278 <project path="external/toybox" name="CyanogenMod/android_external_toybox" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400279 <project path="external/tpm2" name="platform/external/tpm2" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700280 <project path="external/tremolo" name="platform/external/tremolo" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400281 <project path="external/unicode" name="platform/external/unicode" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700282 <project path="external/v8" name="platform/external/v8" groups="pdk" remote="aosp" />
283 <project path="external/valgrind" name="platform/external/valgrind" groups="pdk" remote="aosp" />
284 <project path="external/vboot_reference" name="platform/external/vboot_reference" groups="vboot" remote="aosp" />
285 <project path="external/vixl" name="platform/external/vixl" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700286 <project path="external/vogar" name="platform/external/vogar" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400287 <project path="external/vulkan-validation-layers" name="platform/external/vulkan-validation-layers" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700288 <project path="external/webp" name="platform/external/webp" groups="pdk,qcom_msm8x26" remote="aosp" />
289 <project path="external/webrtc" name="platform/external/webrtc" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700290 <project path="external/wpa_supplicant_8" name="CyanogenMod/android_external_wpa_supplicant_8" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400291 <project path="external/xmlrpcpp" name="platform/external/xmlrpcpp" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700292 <project path="external/xmlwriter" name="platform/external/xmlwriter" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
293 <project path="external/xmp_toolkit" name="platform/external/xmp_toolkit" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700294 <project path="external/zlib" name="CyanogenMod/android_external_zlib" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700295 <project path="external/zopfli" name="platform/external/zopfli" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
296 <project path="external/zxing" name="platform/external/zxing" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700297 <project path="frameworks/av" name="CyanogenMod/android_frameworks_av" groups="pdk" />
298 <project path="frameworks/base" name="CyanogenMod/android_frameworks_base" groups="pdk-cw-fs,pdk-fs" />
299 <project path="frameworks/compile/libbcc" name="platform/frameworks/compile/libbcc" groups="pdk" remote="aosp" />
300 <project path="frameworks/compile/mclinker" name="platform/frameworks/compile/mclinker" groups="pdk" remote="aosp" />
301 <project path="frameworks/compile/slang" name="platform/frameworks/compile/slang" groups="pdk" remote="aosp" />
302 <project path="frameworks/ex" name="platform/frameworks/ex" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
303 <project path="frameworks/minikin" name="platform/frameworks/minikin" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
304 <project path="frameworks/ml" name="platform/frameworks/ml" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
305 <project path="frameworks/multidex" name="platform/frameworks/multidex" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
306 <project path="frameworks/native" name="CyanogenMod/android_frameworks_native" groups="pdk" />
307 <project path="frameworks/opt/bitmap" name="platform/frameworks/opt/bitmap" groups="pdk-fs" remote="aosp" />
308 <project path="frameworks/opt/bluetooth" name="platform/frameworks/opt/bluetooth" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
309 <project path="frameworks/opt/calendar" name="platform/frameworks/opt/calendar" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
310 <project path="frameworks/opt/chips" name="CyanogenMod/android_frameworks_opt_chips" groups="pdk-cw-fs,pdk-fs" />
311 <project path="frameworks/opt/colorpicker" name="platform/frameworks/opt/colorpicker" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Zhao Wei Liewb743cc42016-09-04 15:00:39 +0800312 <project path="frameworks/opt/datetimepicker" name="CyanogenMod/android_frameworks_opt_datetimepicker" groups="pdk-fs" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700313 <project path="frameworks/opt/emoji" name="platform/frameworks/opt/emoji" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700314 <project path="frameworks/opt/inputconnectioncommon" name="platform/frameworks/opt/inputconnectioncommon" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700315 <project path="frameworks/opt/inputmethodcommon" name="platform/frameworks/opt/inputmethodcommon" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
316 <project path="frameworks/opt/net/ethernet" name="platform/frameworks/opt/net/ethernet" groups="pdk-fs" remote="aosp" />
317 <project path="frameworks/opt/net/ims" name="CyanogenMod/android_frameworks_opt_net_ims" groups="frameworks_ims,pdk-cw-fs,pdk-fs" />
318 <project path="frameworks/opt/net/voip" name="platform/frameworks/opt/net/voip" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
319 <project path="frameworks/opt/net/wifi" name="CyanogenMod/android_frameworks_opt_net_wifi" groups="pdk" />
320 <project path="frameworks/opt/photoviewer" name="platform/frameworks/opt/photoviewer" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
321 <project path="frameworks/opt/setupwizard" name="CyanogenMod/android_frameworks_opt_setupwizard" groups="pdk-cw-fs,pdk-fs" />
322 <project path="frameworks/opt/telephony" name="CyanogenMod/android_frameworks_opt_telephony" groups="pdk" />
323 <project path="frameworks/opt/timezonepicker" name="platform/frameworks/opt/timezonepicker" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
324 <project path="frameworks/opt/vcard" name="CyanogenMod/android_frameworks_opt_vcard" groups="pdk-cw-fs,pdk-fs" />
325 <project path="frameworks/rs" name="platform/frameworks/rs" groups="pdk" remote="aosp" />
Steve Kondik1c9b9972016-09-08 02:29:05 -0700326 <project path="frameworks/support" name="CyanogenMod/android_frameworks_support" groups="pdk-cw-fs,pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700327 <project path="frameworks/data-binding" name="platform/frameworks/data-binding" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700328 <project path="frameworks/volley" name="platform/frameworks/volley" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
329 <project path="frameworks/webview" name="platform/frameworks/webview" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
330 <project path="frameworks/wilhelm" name="platform/frameworks/wilhelm" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
331 <project path="hardware/akm" name="platform/hardware/akm" remote="aosp" />
Chirayu Desai6b05bbb2016-09-06 23:52:36 +0530332 <project path="hardware/broadcom/libbt" name="CyanogenMod/android_hardware_broadcom_libbt" groups="pdk" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700333 <project path="hardware/broadcom/wlan" name="CyanogenMod/android_hardware_broadcom_wlan" groups="pdk,broadcom_wlan" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400334 <project path="hardware/bsp/intel" name="platform/hardware/bsp/intel" remote="aosp" />
335 <project path="hardware/google/apf" name="platform/hardware/google/apf" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700336 <project path="hardware/intel/audio_media" name="platform/hardware/intel/audio_media" groups="intel" remote="aosp" />
337 <project path="hardware/intel/bootstub" name="platform/hardware/intel/bootstub" groups="intel" remote="aosp" />
338 <project path="hardware/intel/common/bd_prov" name="platform/hardware/intel/common/bd_prov" groups="intel" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700339 <project path="hardware/intel/common/libmix" name="platform/hardware/intel/common/libmix" groups="intel" remote="aosp" />
340 <project path="hardware/intel/common/libstagefrighthw" name="platform/hardware/intel/common/libstagefrighthw" groups="intel" remote="aosp" />
341 <project path="hardware/intel/common/libva" name="platform/hardware/intel/common/libva" groups="intel" remote="aosp" />
342 <project path="hardware/intel/common/libwsbm" name="platform/hardware/intel/common/libwsbm" groups="intel" remote="aosp" />
343 <project path="hardware/intel/common/omx-components" name="platform/hardware/intel/common/omx-components" groups="intel" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700344 <project path="hardware/intel/common/utils" name="platform/hardware/intel/common/utils" groups="intel" remote="aosp" />
345 <project path="hardware/intel/common/wrs_omxil_core" name="platform/hardware/intel/common/wrs_omxil_core" groups="intel" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700346 <project path="hardware/intel/img/hwcomposer" name="platform/hardware/intel/img/hwcomposer" groups="intel" remote="aosp" />
347 <project path="hardware/intel/img/psb_headers" name="platform/hardware/intel/img/psb_headers" groups="intel" remote="aosp" />
348 <project path="hardware/intel/img/psb_video" name="platform/hardware/intel/img/psb_video" groups="intel" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700349 <project path="hardware/intel/sensors" name="platform/hardware/intel/sensors" groups="intel_sensors" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700350 <project path="hardware/invensense" name="platform/hardware/invensense" groups="invensense" remote="aosp" />
351 <project path="hardware/libhardware" name="CyanogenMod/android_hardware_libhardware" groups="pdk" />
352 <project path="hardware/libhardware_legacy" name="CyanogenMod/android_hardware_libhardware_legacy" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700353 <project path="hardware/marvell/bt" name="platform/hardware/marvell/bt" groups="marvell_bt" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700354 <project path="hardware/ti/omap3" name="platform/hardware/ti/omap3" groups="omap3" remote="aosp" />
Michael Bestas6aefe782015-10-24 22:23:39 +0300355 <project path="hardware/ti/omap4-aah" name="platform/hardware/ti/omap4-aah" groups="omap4-aah" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700356 <project path="hardware/ti/omap4xxx" name="CyanogenMod/android_hardware_ti_omap4xxx" groups="omap4" />
357 <project path="libcore" name="CyanogenMod/android_libcore" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400358 <project path="libnativehelper" name="platform/libnativehelper" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700359 <project path="ndk" name="platform/ndk" groups="generic_fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700360 <project path="packages/apps/BasicSmsReceiver" name="platform/packages/apps/BasicSmsReceiver" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
361 <project path="packages/apps/Bluetooth" name="CyanogenMod/android_packages_apps_Bluetooth" groups="pdk-cw-fs,pdk-fs" />
362 <project path="packages/apps/Calendar" name="CyanogenMod/android_packages_apps_Calendar" groups="pdk-fs" />
363 <project path="packages/apps/Camera2" name="CyanogenMod/android_packages_apps_Camera2" groups="pdk-fs" />
364 <project path="packages/apps/CarrierConfig" name="CyanogenMod/android_packages_apps_CarrierConfig" groups="pdk-fs" />
365 <project path="packages/apps/CellBroadcastReceiver" name="CyanogenMod/android_packages_apps_CellBroadcastReceiver" groups="pdk-fs" />
366 <project path="packages/apps/CertInstaller" name="platform/packages/apps/CertInstaller" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
367 <project path="packages/apps/Contacts" name="CyanogenMod/android_packages_apps_Contacts" groups="pdk-fs" />
368 <project path="packages/apps/ContactsCommon" name="CyanogenMod/android_packages_apps_ContactsCommon" groups="pdk-fs" />
369 <project path="packages/apps/DeskClock" name="CyanogenMod/android_packages_apps_DeskClock" groups="pdk-fs" />
370 <project path="packages/apps/Dialer" name="CyanogenMod/android_packages_apps_Dialer" groups="pdk-fs" />
371 <project path="packages/apps/Email" name="CyanogenMod/android_packages_apps_Email" groups="pdk-fs" />
372 <project path="packages/apps/EmergencyInfo" name="platform/packages/apps/EmergencyInfo" remote="aosp" />
373 <project path="packages/apps/ExactCalculator" name="CyanogenMod/android_packages_apps_ExactCalculator" groups="pdk-fs" />
374 <project path="packages/apps/Gallery2" name="CyanogenMod/android_packages_apps_Gallery2" groups="pdk-fs" />
375 <project path="packages/apps/HTMLViewer" name="platform/packages/apps/HTMLViewer" groups="pdk-fs" remote="aosp" />
376 <project path="packages/apps/KeyChain" name="platform/packages/apps/KeyChain" groups="pdk-fs" remote="aosp" />
377 <project path="packages/apps/Launcher3" name="platform/packages/apps/Launcher3" groups="pdk-fs" remote="aosp" />
378 <project path="packages/apps/ManagedProvisioning" name="platform/packages/apps/ManagedProvisioning" groups="pdk-fs" remote="aosp" />
379 <project path="packages/apps/Messaging" name="CyanogenMod/android_packages_apps_Messaging" groups="pdk-fs" />
380 <project path="packages/apps/Nfc" name="CyanogenMod/android_packages_apps_Nfc" groups="apps_nfc,pdk-fs" />
381 <project path="packages/apps/OneTimeInitializer" name="platform/packages/apps/OneTimeInitializer" groups="pdk-fs" remote="aosp" />
382 <project path="packages/apps/PackageInstaller" name="platform/packages/apps/PackageInstaller" groups="pdk-fs" remote="aosp" />
383 <project path="packages/apps/PhoneCommon" name="CyanogenMod/android_packages_apps_PhoneCommon" groups="pdk-cw-fs,pdk-fs" />
384 <project path="packages/apps/Provision" name="platform/packages/apps/Provision" groups="pdk-fs" remote="aosp" />
385 <project path="packages/apps/Settings" name="CyanogenMod/android_packages_apps_Settings" groups="pdk-fs" />
386 <project path="packages/apps/SoundRecorder" name="CyanogenMod/android_packages_apps_SoundRecorder" groups="pdk-fs" />
387 <project path="packages/apps/Stk" name="CyanogenMod/android_packages_apps_Stk" groups="apps_stk,pdk-fs" />
388 <project path="packages/apps/Tag" name="platform/packages/apps/Tag" groups="pdk-fs" remote="aosp" />
389 <project path="packages/apps/Terminal" name="CyanogenMod/android_packages_apps_Terminal" groups="pdk-fs" />
390 <project path="packages/apps/Test/connectivity" name="platform/packages/apps/Test/connectivity" remote="aosp" />
391 <project path="packages/apps/TV" name="CyanogenMod/android_packages_apps_TV" />
392 <project path="packages/apps/TvSettings" name="CyanogenMod/android_packages_apps_TvSettings" groups="generic_fs" />
393 <project path="packages/apps/UnifiedEmail" name="CyanogenMod/android_packages_apps_UnifiedEmail" groups="pdk-fs" />
394 <project path="packages/experimental" name="platform/packages/experimental" remote="aosp" />
395 <project path="packages/inputmethods/LatinIME" name="CyanogenMod/android_packages_inputmethods_LatinIME" groups="pdk-fs" />
396 <project path="packages/inputmethods/OpenWnn" name="platform/packages/inputmethods/OpenWnn" groups="pdk-fs" remote="aosp" />
397 <project path="packages/providers/ApplicationsProvider" name="platform/packages/providers/ApplicationsProvider" groups="pdk-fs" remote="aosp" />
398 <project path="packages/providers/BlockedNumberProvider" name="platform/packages/providers/BlockedNumberProvider" groups="pdk-fs" remote="aosp" />
399 <project path="packages/providers/BookmarkProvider" name="platform/packages/providers/BookmarkProvider" groups="pdk-fs" remote="aosp" />
400 <project path="packages/providers/CalendarProvider" name="CyanogenMod/android_packages_providers_CalendarProvider" groups="pdk-cw-fs,pdk-fs" />
401 <project path="packages/providers/CallLogProvider" name="CyanogenMod/android_packages_providers_CallLogProvider" groups="pdk-fs" />
402 <project path="packages/providers/ContactsProvider" name="CyanogenMod/android_packages_providers_ContactsProvider" groups="pdk-cw-fs,pdk-fs" />
403 <project path="packages/providers/DataUsageProvider" name="CyanogenMod/android_packages_providers_DataUsageProvider" />
404 <project path="packages/providers/DownloadProvider" name="CyanogenMod/android_packages_providers_DownloadProvider" groups="pdk-cw-fs,pdk-fs" />
405 <project path="packages/providers/MediaProvider" name="CyanogenMod/android_packages_providers_MediaProvider" groups="pdk-cw-fs,pdk-fs" />
406 <project path="packages/providers/PartnerBookmarksProvider" name="platform/packages/providers/PartnerBookmarksProvider" groups="pdk-fs" remote="aosp" />
407 <project path="packages/providers/TelephonyProvider" name="CyanogenMod/android_packages_providers_TelephonyProvider" groups="pdk-cw-fs,pdk-fs" />
408 <project path="packages/providers/TvProvider" name="platform/packages/providers/TvProvider" groups="pdk-fs" remote="aosp" />
409 <project path="packages/providers/UserDictionaryProvider" name="CyanogenMod/android_packages_providers_UserDictionaryProvider" groups="pdk-cw-fs,pdk-fs" />
410 <project path="packages/screensavers/Basic" name="CyanogenMod/android_packages_screensavers_Basic" groups="pdk-fs" />
411 <project path="packages/screensavers/PhotoTable" name="CyanogenMod/android_packages_screensavers_PhotoTable" groups="pdk-fs" />
412 <project path="packages/screensavers/WebView" name="CyanogenMod/android_packages_screensavers_WebView" groups="pdk-fs" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400413 <project path="packages/services/Car" name="platform/packages/services/Car" groups="adp8064,pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700414 <project path="packages/services/Mms" name="platform/packages/services/Mms" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
415 <project path="packages/services/Telecomm" name="CyanogenMod/android_packages_services_Telecomm" groups="pdk-cw-fs,pdk-fs" />
416 <project path="packages/services/Telephony" name="CyanogenMod/android_packages_services_Telephony" groups="pdk-cw-fs,pdk-fs" />
417 <project path="packages/wallpapers/LivePicker" name="CyanogenMod/android_packages_wallpapers_LivePicker" groups="pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700418 <project path="pdk" name="platform/pdk" groups="pdk" remote="aosp" />
419 <project path="platform_testing" name="platform/platform_testing" remote="aosp" />
420 <project path="prebuilts/android-emulator" name="platform/prebuilts/android-emulator" groups="pdk-fs" clone-depth="1" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700421 <project path="prebuilts/clang/darwin-x86/host/3.6" name="platform/prebuilts/clang/darwin-x86/host/3.6" groups="pdk,darwin" remote="aosp" />
422 <project path="prebuilts/clang/linux-x86/host/3.6" name="platform/prebuilts/clang/linux-x86/host/3.6" groups="pdk,linux" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400423 <project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="pdk,darwin" remote="aosp" />
424 <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" groups="pdk" remote="aosp" />
425 <project path="prebuilts/deqp" name="platform/prebuilts/deqp" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700426 <project path="prebuilts/devtools" name="platform/prebuilts/devtools" groups="pdk-fs" remote="aosp" />
427 <project path="prebuilts/eclipse" name="platform/prebuilts/eclipse" groups="pdk" remote="aosp" />
428 <project path="prebuilts/eclipse-build-deps" name="platform/prebuilts/eclipse-build-deps" groups="notdefault,eclipse" remote="aosp" />
429 <project path="prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" groups="pdk,darwin,arm" remote="aosp" />
Hashbang1730b688a72016-09-10 17:28:28 -0400430 <project path="prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8" name="platform/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8" groups="pdk,darwin,arm" remote="aosp" revision="master" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700431 <project path="prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" name="platform/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" groups="pdk,darwin,arm" remote="aosp" />
432 <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" remote="aosp" />
433 <project path="prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9" groups="pdk,darwin,mips" remote="aosp" />
434 <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" remote="aosp" />
435 <project path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" groups="pdk,linux,arm" remote="aosp" />
Hashbang1730b688a72016-09-10 17:28:28 -0400436 <project path="prebuilts/gcc/linux-x86/arm/arm-eabi-4.8" name="platform/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8" groups="pdk,linux,arm" remote="aosp" revision="master" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700437 <project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" groups="pdk,linux,arm" remote="aosp" />
438 <project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8" groups="pdk,linux" remote="aosp" />
439 <project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" groups="pdk,linux" remote="aosp" />
440 <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" remote="aosp" />
441 <project path="prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9" groups="pdk,linux,mips" remote="aosp" />
442 <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" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400443 <project path="prebuilts/gdb/darwin-x86" name="platform/prebuilts/gdb/darwin-x86" groups="darwin" remote="aosp" />
444 <project path="prebuilts/gdb/linux-x86" name="platform/prebuilts/gdb/linux-x86" groups="linux" remote="aosp" />
445 <project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" groups="darwin,tradefed" remote="aosp" />
446 <project path="prebuilts/go/linux-x86" name="platform/prebuilts/go/linux-x86" groups="linux,tradefed" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700447 <project path="prebuilts/gradle-plugin" name="platform/prebuilts/gradle-plugin" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
448 <project path="prebuilts/libs/libedit" name="platform/prebuilts/libs/libedit" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
449 <project path="prebuilts/maven_repo/android" name="platform/prebuilts/maven_repo/android" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
450 <project path="prebuilts/misc" name="platform/prebuilts/misc" groups="pdk" remote="aosp" />
451 <project path="prebuilts/ndk" name="platform/prebuilts/ndk" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400452 <project path="prebuilts/ninja/darwin-x86" name="platform/prebuilts/ninja/darwin-x86" groups="darwin,pdk,tradefed" remote="aosp" />
453 <project path="prebuilts/ninja/linux-x86" name="platform/prebuilts/ninja/linux-x86" groups="linux,pdk,tradefed" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700454 <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" remote="aosp" />
455 <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" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700456 <project path="prebuilts/qemu-kernel" name="platform/prebuilts/qemu-kernel" groups="pdk" clone-depth="1" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700457 <project path="prebuilts/sdk" name="platform/prebuilts/sdk" groups="pdk" remote="aosp" />
458 <project path="prebuilts/tools" name="platform/prebuilts/tools" groups="pdk,tools" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700459 <project path="sdk" name="platform/sdk" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700460 <project path="system/bt" name="CyanogenMod/android_system_bt" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400461 <project path="system/ca-certificates" name="platform/system/ca-certificates" groups="pdk" remote="aosp" />
462 <project path="system/connectivity/apmanager" name="platform/system/connectivity/apmanager" remote="aosp" />
463 <project path="system/connectivity/dhcp_client" name="platform/system/connectivity/dhcp_client" remote="aosp" />
464 <project path="system/connectivity/shill" name="platform/system/connectivity/shill" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700465 <project path="system/core" name="CyanogenMod/android_system_core" groups="pdk" />
466 <project path="system/extras" name="CyanogenMod/android_system_extras" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400467 <project path="system/firewalld" name="platform/system/firewalld" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700468 <project path="system/gatekeeper" name="platform/system/gatekeeper" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700469 <project path="system/keymaster" name="CyanogenMod/android_system_keymaster" groups="pdk" />
470 <project path="system/media" name="CyanogenMod/android_system_media" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400471 <project path="system/nativepower" name="platform/system/nativepower" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700472 <project path="system/netd" name="CyanogenMod/android_system_netd" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400473 <project path="system/nvram" name="platform/system/nvram" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700474 <project path="system/security" name="CyanogenMod/android_system_security" groups="pdk" />
475 <project path="system/sepolicy" name="CyanogenMod/android_system_sepolicy" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400476 <project path="system/tools/aidl" name="platform/system/tools/aidl" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
477 <project path="system/tpm" name="platform/system/tpm" remote="aosp" />
Luca Stefanif61ccf62016-08-27 02:48:44 -0700478 <project path="system/update_engine" name="platform/system/update_engine" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700479 <project path="system/vold" name="CyanogenMod/android_system_vold" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400480 <project path="system/weaved" name="platform/system/weaved" remote="aosp" />
481 <project path="system/webservd" name="platform/system/webservd" remote="aosp" />
482 <project path="toolchain/binutils" name="toolchain/binutils" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700483 <project path="tools/adt/idea" name="platform/tools/adt/idea" groups="notdefault,tools" remote="aosp" />
484 <project path="tools/base" name="platform/tools/base" groups="notdefault,tools" remote="aosp" />
485 <project path="tools/build" name="platform/tools/build" groups="notdefault,tools" remote="aosp" />
486 <project path="tools/external/fat32lib" name="platform/tools/external/fat32lib" groups="tools" remote="aosp" />
487 <project path="tools/external/gradle" name="platform/tools/external/gradle" groups="tools" remote="aosp" />
488 <project path="tools/idea" name="platform/tools/idea" groups="notdefault,tools" remote="aosp" />
489 <project path="tools/loganalysis" name="platform/tools/loganalysis" groups="notdefault,tradefed" remote="aosp" />
490 <project path="tools/motodev" name="platform/tools/motodev" groups="notdefault,motodev" remote="aosp" />
491 <project path="tools/studio/cloud" name="platform/tools/studio/cloud" groups="notdefault,tools" remote="aosp" />
492 <project path="tools/swt" name="platform/tools/swt" groups="notdefault,tools" remote="aosp" />
493 <project path="tools/test/connectivity" name="platform/tools/test/connectivity" remote="aosp" />
494 <project path="tools/tradefederation" name="platform/tools/tradefederation" groups="notdefault,tradefed" remote="aosp" />
495
496 <include name="snippets/cm-14.0.xml" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700497
The Android Open Source Project6cf16a52011-09-16 09:30:17 -0700498</manifest>