blob: 7d72a6cf367bdbf3202f96fd9ab44b1ee7af2bd9 [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"
14 revision="refs/tags/android-7.0.0_r1" />
15
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" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070052 <project path="device/sample" name="device/sample" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070053 <project path="external/aac" name="CyanogenMod/android_external_aac" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040054 <project path="external/adt-infra" name="platform/external/adt-infra" groups="adt-infra,notdefault" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070055 <project path="external/android-clat" name="CyanogenMod/android_external_android-clat" groups="pdk-cw-fs,pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070056 <project path="external/androidplot" name="platform/external/androidplot" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070057 <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 -070058 <project path="external/antlr" name="platform/external/antlr" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
59 <project path="external/apache-commons-math" name="platform/external/apache-commons-math" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
60 <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 -040061 <project path="external/apache-http" name="platform/external/apache-http" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070062 <project path="external/apache-xml" name="platform/external/apache-xml" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040063 <project path="external/archive-patcher" name="platform/external/archive-patcher" groups="pdk" remote="aosp" />
64 <project path="external/autotest" name="platform/external/autotest" remote="aosp" />
65 <project path="external/avahi" name="platform/external/avahi" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070066 <project path="external/bison" name="platform/external/bison" groups="pdk" remote="aosp" />
67 <project path="external/blktrace" name="platform/external/blktrace" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070068 <project path="external/boringssl" name="CyanogenMod/android_external_boringssl" groups="pdk" />
69 <project path="external/bouncycastle" name="platform/external/bouncycastle" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070070 <project path="external/bsdiff" name="platform/external/bsdiff" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070071 <project path="external/bzip2" name="CyanogenMod/android_external_bzip2" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040072 <project path="external/c-ares" name="platform/external/c-ares" remote="aosp" />
73 <project path="external/caliper" name="platform/external/caliper" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070074 <project path="external/cblas" name="platform/external/cblas" groups="pdk" remote="aosp" />
75 <project path="external/ceres-solver" name="platform/external/ceres-solver" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
76 <project path="external/chromium-libpac" name="platform/external/chromium-libpac" groups="pdk-fs" remote="aosp" />
77 <project path="external/chromium-trace" name="platform/external/chromium-trace" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070078 <project path="external/chromium-webview" name="platform/external/chromium-webview" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070079 <project path="external/clang" name="platform/external/clang" groups="pdk" remote="aosp" />
80 <project path="external/cmockery" name="platform/external/cmockery" groups="pdk-fs" remote="aosp" />
81 <project path="external/compiler-rt" name="platform/external/compiler-rt" groups="pdk" remote="aosp" />
82 <project path="external/conscrypt" name="platform/external/conscrypt" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
83 <project path="external/crcalc" name="platform/external/crcalc" groups="pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040084 <project path="external/cros/system_api" name="platform/external/cros/system_api" remote="aosp" />
85 <project path="external/curl" name="platform/external/curl" remote="aosp" />
86 <project path="external/dagger2" name="platform/external/dagger2" remote="aosp" />
87 <project path="external/dbus" name="platform/external/dbus" remote="aosp" />
88 <project path="external/dbus-binding-generator" name="platform/external/dbus-binding-generator" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070089 <project path="external/deqp" name="platform/external/deqp" groups="pdk-fs" remote="aosp" />
90 <project path="external/dexmaker" name="platform/external/dexmaker" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -040091 <project path="external/dhcpcd-6.8.2" name="platform/external/dhcpcd-6.8.2" remote="aosp" />
92 <project path="external/dlmalloc" name="platform/external/dlmalloc" remote="aosp" />
93 <project path="external/dng_sdk" name="platform/external/dng_sdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -070094 <project path="external/dnsmasq" name="platform/external/dnsmasq" groups="pdk" remote="aosp" />
95 <project path="external/doclava" name="platform/external/doclava" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -070096 <project path="external/donuts" name="platform/external/donuts" groups="pdk-fs" remote="aosp" />
97 <project path="external/drm_gralloc" name="platform/external/drm_gralloc" groups="drm_gralloc" remote="aosp" />
98 <project path="external/drm_hwcomposer" name="platform/external/drm_hwcomposer" groups="drm_hwcomposer" remote="aosp" />
99 <project path="external/droiddriver" name="platform/external/droiddriver" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700100 <project path="external/e2fsprogs" name="CyanogenMod/android_external_e2fsprogs" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700101 <project path="external/easymock" name="platform/external/easymock" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
102 <project path="external/eclipse-basebuilder" name="platform/external/eclipse-basebuilder" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
103 <project path="external/eclipse-windowbuilder" name="platform/external/eclipse-windowbuilder" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
104 <project path="external/eigen" name="platform/external/eigen" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700105 <project path="external/elfutils" name="CyanogenMod/android_external_elfutils" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700106 <project path="external/emma" name="platform/external/emma" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
107 <project path="external/esd" name="platform/external/esd" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
108 <project path="external/expat" name="platform/external/expat" groups="pdk" remote="aosp" />
109 <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 -0700110 <project path="external/f2fs-tools" name="CyanogenMod/android_external_f2fs-tools" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700111 <project path="external/fdlibm" name="platform/external/fdlibm" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400112 <project path="external/fec" name="platform/external/fec" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700113 <project path="external/fio" name="platform/external/fio" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700114 <project path="external/flac" name="CyanogenMod/android_external_flac" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700115 <project path="external/fonttools" name="platform/external/fonttools" groups="pdk-fs" remote="aosp" />
116 <project path="external/freetype" name="platform/external/freetype" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700117 <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 -0400118 <project path="external/gemmlowp" name="platform/external/gemmlowp" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700119 <project path="external/giflib" name="platform/external/giflib" groups="pdk,qcom_msm8x26" remote="aosp" />
120 <project path="external/glide" name="platform/external/glide" groups="pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400121 <project path="external/gmock" name="platform/external/gmock" groups="pdk" remote="aosp" />
122 <project path="external/google-benchmark" name="platform/external/google-benchmark" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700123 <project path="external/google-breakpad" name="platform/external/google-breakpad" groups="dragon" remote="aosp" />
124 <project path="external/google-fonts/carrois-gothic-sc" name="platform/external/google-fonts/carrois-gothic-sc" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
125 <project path="external/google-fonts/coming-soon" name="platform/external/google-fonts/coming-soon" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
126 <project path="external/google-fonts/cutive-mono" name="platform/external/google-fonts/cutive-mono" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
127 <project path="external/google-fonts/dancing-script" name="platform/external/google-fonts/dancing-script" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
128 <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 -0700129 <project path="external/gptfdisk" name="CyanogenMod/android_external_gptfdisk" groups="pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700130 <project path="external/gtest" name="platform/external/gtest" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700131 <project path="external/guava" name="platform/external/guava" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400132 <project path="external/guice" name="platform/external/guice" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700133 <project path="external/hamcrest" name="platform/external/hamcrest" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
134 <project path="external/harfbuzz_ng" name="platform/external/harfbuzz_ng" groups="pdk,qcom_msm8x26" remote="aosp" />
135 <project path="external/hyphenation-patterns" name="platform/external/hyphenation-patterns" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700136 <project path="external/icu" name="CyanogenMod/android_external_icu" groups="pdk" />
137 <project path="external/iproute2" name="CyanogenMod/android_external_iproute2" groups="pdk" />
Steve Kondike4c0ae02016-09-04 02:49:05 -0700138 <project path="external/ipsec-tools" name="CyanogenMod/android_external_ipsec-tools" groups="pdk-cw-fs,pdk-fs" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700139 <project path="external/iptables" name="CyanogenMod/android_external_iptables" groups="pdk-cw-fs,pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700140 <project path="external/iputils" name="platform/external/iputils" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400141 <project path="external/iw" name="platform/external/iw" remote="aosp" />
142 <project path="external/jacoco" name="platform/external/jacoco" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700143 <project path="external/jarjar" name="platform/external/jarjar" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700144 <project path="external/javasqlite" name="platform/external/javasqlite" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
145 <project path="external/javassist" name="platform/external/javassist" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400146 <project path="external/jcommander" name="platform/external/jcommander" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700147 <project path="external/jdiff" name="platform/external/jdiff" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
148 <project path="external/jemalloc" name="platform/external/jemalloc" groups="pdk" remote="aosp" />
149 <project path="external/jetty" name="platform/external/jetty" groups="pdk-fs" remote="aosp" />
150 <project path="external/jhead" name="platform/external/jhead" groups="pdk" remote="aosp" />
151 <project path="external/jline" name="platform/external/jline" groups="notdefault,tradefed" remote="aosp" />
152 <project path="external/jmdns" name="platform/external/jmdns" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700153 <project path="external/jsilver" name="platform/external/jsilver" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
154 <project path="external/jsmn" name="platform/external/jsmn" groups="pdk" remote="aosp" />
155 <project path="external/jsoncpp" name="platform/external/jsoncpp" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700156 <project path="external/jsr305" name="platform/external/jsr305" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400157 <project path="external/jsr330" name="platform/external/jsr330" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700158 <project path="external/junit" name="platform/external/junit" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
159 <project path="external/kernel-headers" name="platform/external/kernel-headers" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
160 <project path="external/ksoap2" name="platform/external/ksoap2" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700161 <project path="external/libavc" name="platform/external/libavc" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400162 <project path="external/libbrillo" name="platform/external/libbrillo" remote="aosp" />
163 <project path="external/libcap" name="platform/external/libcap" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700164 <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 -0400165 <project path="external/libchrome" name="platform/external/libchrome" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700166 <project path="external/libcxx" name="platform/external/libcxx" groups="pdk" remote="aosp" />
167 <project path="external/libcxxabi" name="platform/external/libcxxabi" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400168 <project path="external/libdivsufsort" name="platform/external/libdivsufsort" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700169 <project path="external/libdrm" name="platform/external/libdrm" groups="pdk" remote="aosp" />
170 <project path="external/libedit" name="platform/external/libedit" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700171 <project path="external/libdaemon" name="platform/external/libdaemon" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400172 <project path="external/libevent" name="platform/external/libevent" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700173 <project path="external/libexif" name="platform/external/libexif" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
174 <project path="external/libgsm" name="platform/external/libgsm" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700175 <project path="external/libhevc" name="CyanogenMod/android_external_libhevc" groups="pdk-fs" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400176 <project path="external/libjpeg-turbo" name="platform/external/libjpeg-turbo" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700177 <project path="external/liblzf" name="platform/external/liblzf" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400178 <project path="external/libmicrohttpd" name="platform/external/libmicrohttpd" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700179 <project path="external/libmpeg2" name="platform/external/libmpeg2" groups="pdk" remote="aosp" />
180 <project path="external/libmtp" name="platform/external/libmtp" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700181 <project path="external/libnfc-nci" name="CyanogenMod/android_external_libnfc-nci" groups="pdk" />
182 <project path="external/libnfc-nxp" name="CyanogenMod/android_external_libnfc-nxp" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700183 <project path="external/libnl" name="platform/external/libnl" groups="pdk" remote="aosp" />
184 <project path="external/libogg" name="platform/external/libogg" groups="pdk" remote="aosp" />
185 <project path="external/libopus" name="platform/external/libopus" groups="pdk" remote="aosp" />
186 <project path="external/libpcap" name="platform/external/libpcap" groups="pdk,pdk-cw-fs,pdk-fs" remote="aosp" />
187 <project path="external/libphonenumber" name="platform/external/libphonenumber" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700188 <project path="external/libpng" name="platform/external/libpng" groups="pdk" remote="aosp" />
189 <project path="external/libselinux" name="CyanogenMod/android_external_libselinux" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700190 <project path="external/libunwind" name="platform/external/libunwind" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400191 <project path="external/libunwind_llvm" name="platform/external/libunwind_llvm" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700192 <project path="external/libusb" name="platform/external/libusb" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700193 <project path="external/libusb-compat" name="platform/external/libusb-compat" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
194 <project path="external/libutf" name="platform/external/libutf" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
195 <project path="external/libvncserver" name="platform/external/libvncserver" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
196 <project path="external/libvorbis" name="platform/external/libvorbis" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700197 <project path="external/libvpx" name="platform/external/libvpx" groups="pdk" remote="aosp" />
198 <project path="external/libvterm" name="CyanogenMod/android_external_libvterm" groups="pdk-cw-fs,pdk-fs" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400199 <project path="external/libweave" name="platform/external/libweave" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700200 <project path="external/libxml2" name="CyanogenMod/android_external_libxml2" groups="pdk-cw-fs,pdk-fs,libxml2" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700201 <project path="external/libyuv" name="platform/external/libyuv" groups="libyuv,pdk-cw-fs,pdk-fs" remote="aosp" />
202 <project path="external/littlemock" name="platform/external/littlemock" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
203 <project path="external/lld" name="platform/external/lld" groups="pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700204 <project path="external/llvm" name="platform/external/llvm" groups="pdk" remote="aosp" />
205 <project path="external/ltrace" name="platform/external/ltrace" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700206 <project path="external/lz4" name="CyanogenMod/android_external_lz4" groups="pdk-cw-fs,pdk-fs" />
207 <project path="external/lzma" name="CyanogenMod/android_external_lzma" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700208 <project path="external/markdown" name="platform/external/markdown" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
209 <project path="external/mdnsresponder" name="platform/external/mdnsresponder" groups="pdk" remote="aosp" />
210 <project path="external/mesa3d" name="platform/external/mesa3d" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
211 <project path="external/messageformat" name="platform/external/messageformat" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400212 <project path="external/minijail" name="platform/external/minijail" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700213 <project path="external/mksh" name="CyanogenMod/android_external_mksh" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400214 <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 -0700215 <project path="external/mockftpserver" name="platform/external/mockftpserver" groups="pdk-fs" remote="aosp" />
216 <project path="external/mockito" name="platform/external/mockito" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
217 <project path="external/mockwebserver" name="platform/external/mockwebserver" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400218 <project path="external/modp_b64" name="platform/external/modp_b64" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700219 <project path="external/mp4parser" name="platform/external/mp4parser" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
220 <project path="external/mtpd" name="platform/external/mtpd" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
221 <project path="external/nanohttpd" name="platform/external/nanohttpd" groups="pdk-fs" remote="aosp" />
222 <project path="external/nanopb-c" name="platform/external/nanopb-c" groups="pdk" remote="aosp" />
223 <project path="external/naver-fonts" name="platform/external/naver-fonts" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
224 <project path="external/netcat" name="platform/external/netcat" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
225 <project path="external/netperf" name="platform/external/netperf" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
226 <project path="external/neven" name="platform/external/neven" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
227 <project path="external/nfacct" name="platform/external/nfacct" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
228 <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 -0700229 <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 -0700230 <project path="external/noto-fonts" name="platform/external/noto-fonts" groups="pdk" remote="aosp" />
231 <project path="external/oauth" name="platform/external/oauth" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
232 <project path="external/objenesis" name="platform/external/objenesis" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700233 <project path="external/okhttp" name="CyanogenMod/android_external_okhttp" groups="pdk-cw-fs,pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700234 <project path="external/opencv" name="platform/external/opencv" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700235 <project path="external/opencv3" name="platform/external/opencv3" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700236 <project path="external/owasp/sanitizer" name="platform/external/owasp/sanitizer" groups="pdk-fs" remote="aosp" />
237 <project path="external/parameter-framework" name="platform/external/parameter-framework" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700238 <project path="external/pcre" name="platform/external/pcre" groups="pdk" remote="aosp" />
239 <project path="external/pdfium" name="platform/external/pdfium" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400240 <project path="external/piex" name="platform/external/piex" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700241 <project path="external/ppp" name="platform/external/ppp" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
242 <project path="external/proguard" name="platform/external/proguard" groups="pdk" remote="aosp" />
243 <project path="external/protobuf" name="platform/external/protobuf" groups="pdk" remote="aosp" />
244 <project path="external/regex-re2" name="platform/external/regex-re2" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
245 <project path="external/replicaisland" name="platform/external/replicaisland" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400246 <project path="external/rmi4utils" name="platform/external/rmi4utils" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700247 <project path="external/robolectric" name="platform/external/robolectric" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
248 <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 -0400249 <project path="external/rootdev" name="platform/external/rootdev" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700250 <project path="external/safe-iop" name="platform/external/safe-iop" groups="pdk" remote="aosp" />
251 <project path="external/scrypt" name="platform/external/scrypt" groups="pdk" remote="aosp" />
252 <project path="external/selinux" name="platform/external/selinux" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400253 <project path="external/shflags" name="platform/external/shflags" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700254 <project path="external/sfntly" name="platform/external/sfntly" groups="pdk,qcom_msm8x26" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700255 <project path="external/skia" name="CyanogenMod/android_external_skia" groups="pdk,qcom_msm8x26" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400256 <project path="external/sl4a" name="platform/external/sl4a" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700257 <project path="external/slf4j" name="platform/external/slf4j" groups="pdk-fs" remote="aosp" />
258 <project path="external/smali" name="platform/external/smali" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400259 <project path="external/snakeyaml" name="platform/external/snakeyaml" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700260 <project path="external/sonic" name="platform/external/sonic" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700261 <project path="external/sonivox" name="platform/external/sonivox" groups="pdk" remote="aosp" />
262 <project path="external/speex" name="platform/external/speex" groups="pdk" remote="aosp" />
263 <project path="external/sqlite" name="platform/external/sqlite" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700264 <project path="external/squashfs-tools" name="platform/external/squashfs-tools" groups="pdk" remote="aosp" />
265 <project path="external/srtp" name="platform/external/srtp" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700266 <project path="external/strace" name="platform/external/strace" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700267 <project path="external/svox" name="platform/external/svox" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
268 <project path="external/tagsoup" name="platform/external/tagsoup" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400269 <project path="external/testng" name="platform/external/testng" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700270 <project path="external/tcpdump" name="platform/external/tcpdump" groups="pdk,pdk-cw-fs,pdk-fs" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700271 <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 -0700272 <project path="external/tinyalsa" name="CyanogenMod/android_external_tinyalsa" groups="pdk" />
273 <project path="external/tinycompress" name="CyanogenMod/android_external_tinycompress" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700274 <project path="external/tinyxml" name="platform/external/tinyxml" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700275 <project path="external/tinyxml2" name="CyanogenMod/android_external_tinyxml2" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400276 <project path="external/tlsdate" name="platform/external/tlsdate" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700277 <project path="external/toybox" name="CyanogenMod/android_external_toybox" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400278 <project path="external/tpm2" name="platform/external/tpm2" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700279 <project path="external/tremolo" name="platform/external/tremolo" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400280 <project path="external/unicode" name="platform/external/unicode" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700281 <project path="external/v8" name="platform/external/v8" groups="pdk" remote="aosp" />
282 <project path="external/valgrind" name="platform/external/valgrind" groups="pdk" remote="aosp" />
283 <project path="external/vboot_reference" name="platform/external/vboot_reference" groups="vboot" remote="aosp" />
284 <project path="external/vixl" name="platform/external/vixl" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700285 <project path="external/vogar" name="platform/external/vogar" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400286 <project path="external/vulkan-validation-layers" name="platform/external/vulkan-validation-layers" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700287 <project path="external/webp" name="platform/external/webp" groups="pdk,qcom_msm8x26" remote="aosp" />
288 <project path="external/webrtc" name="platform/external/webrtc" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700289 <project path="external/wpa_supplicant_8" name="CyanogenMod/android_external_wpa_supplicant_8" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400290 <project path="external/xmlrpcpp" name="platform/external/xmlrpcpp" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700291 <project path="external/xmlwriter" name="platform/external/xmlwriter" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
292 <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 -0700293 <project path="external/zlib" name="CyanogenMod/android_external_zlib" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700294 <project path="external/zopfli" name="platform/external/zopfli" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
295 <project path="external/zxing" name="platform/external/zxing" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700296 <project path="frameworks/av" name="CyanogenMod/android_frameworks_av" groups="pdk" />
297 <project path="frameworks/base" name="CyanogenMod/android_frameworks_base" groups="pdk-cw-fs,pdk-fs" />
298 <project path="frameworks/compile/libbcc" name="platform/frameworks/compile/libbcc" groups="pdk" remote="aosp" />
299 <project path="frameworks/compile/mclinker" name="platform/frameworks/compile/mclinker" groups="pdk" remote="aosp" />
300 <project path="frameworks/compile/slang" name="platform/frameworks/compile/slang" groups="pdk" remote="aosp" />
301 <project path="frameworks/ex" name="platform/frameworks/ex" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
302 <project path="frameworks/minikin" name="platform/frameworks/minikin" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
303 <project path="frameworks/ml" name="platform/frameworks/ml" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
304 <project path="frameworks/multidex" name="platform/frameworks/multidex" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
305 <project path="frameworks/native" name="CyanogenMod/android_frameworks_native" groups="pdk" />
306 <project path="frameworks/opt/bitmap" name="platform/frameworks/opt/bitmap" groups="pdk-fs" remote="aosp" />
307 <project path="frameworks/opt/bluetooth" name="platform/frameworks/opt/bluetooth" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
308 <project path="frameworks/opt/calendar" name="platform/frameworks/opt/calendar" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
309 <project path="frameworks/opt/chips" name="CyanogenMod/android_frameworks_opt_chips" groups="pdk-cw-fs,pdk-fs" />
310 <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 +0800311 <project path="frameworks/opt/datetimepicker" name="CyanogenMod/android_frameworks_opt_datetimepicker" groups="pdk-fs" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700312 <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 -0700313 <project path="frameworks/opt/inputconnectioncommon" name="platform/frameworks/opt/inputconnectioncommon" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700314 <project path="frameworks/opt/inputmethodcommon" name="platform/frameworks/opt/inputmethodcommon" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
315 <project path="frameworks/opt/net/ethernet" name="platform/frameworks/opt/net/ethernet" groups="pdk-fs" remote="aosp" />
316 <project path="frameworks/opt/net/ims" name="CyanogenMod/android_frameworks_opt_net_ims" groups="frameworks_ims,pdk-cw-fs,pdk-fs" />
317 <project path="frameworks/opt/net/voip" name="platform/frameworks/opt/net/voip" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
318 <project path="frameworks/opt/net/wifi" name="CyanogenMod/android_frameworks_opt_net_wifi" groups="pdk" />
319 <project path="frameworks/opt/photoviewer" name="platform/frameworks/opt/photoviewer" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
320 <project path="frameworks/opt/setupwizard" name="CyanogenMod/android_frameworks_opt_setupwizard" groups="pdk-cw-fs,pdk-fs" />
321 <project path="frameworks/opt/telephony" name="CyanogenMod/android_frameworks_opt_telephony" groups="pdk" />
322 <project path="frameworks/opt/timezonepicker" name="platform/frameworks/opt/timezonepicker" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
323 <project path="frameworks/opt/vcard" name="CyanogenMod/android_frameworks_opt_vcard" groups="pdk-cw-fs,pdk-fs" />
324 <project path="frameworks/rs" name="platform/frameworks/rs" groups="pdk" remote="aosp" />
Steve Kondik1c9b9972016-09-08 02:29:05 -0700325 <project path="frameworks/support" name="CyanogenMod/android_frameworks_support" groups="pdk-cw-fs,pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700326 <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 -0700327 <project path="frameworks/volley" name="platform/frameworks/volley" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
328 <project path="frameworks/webview" name="platform/frameworks/webview" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
329 <project path="frameworks/wilhelm" name="platform/frameworks/wilhelm" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
330 <project path="hardware/akm" name="platform/hardware/akm" remote="aosp" />
Chirayu Desai6b05bbb2016-09-06 23:52:36 +0530331 <project path="hardware/broadcom/libbt" name="CyanogenMod/android_hardware_broadcom_libbt" groups="pdk" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700332 <project path="hardware/broadcom/wlan" name="CyanogenMod/android_hardware_broadcom_wlan" groups="pdk,broadcom_wlan" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400333 <project path="hardware/bsp/intel" name="platform/hardware/bsp/intel" remote="aosp" />
334 <project path="hardware/google/apf" name="platform/hardware/google/apf" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700335 <project path="hardware/intel/audio_media" name="platform/hardware/intel/audio_media" groups="intel" remote="aosp" />
336 <project path="hardware/intel/bootstub" name="platform/hardware/intel/bootstub" groups="intel" remote="aosp" />
337 <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 -0700338 <project path="hardware/intel/common/libmix" name="platform/hardware/intel/common/libmix" groups="intel" remote="aosp" />
339 <project path="hardware/intel/common/libstagefrighthw" name="platform/hardware/intel/common/libstagefrighthw" groups="intel" remote="aosp" />
340 <project path="hardware/intel/common/libva" name="platform/hardware/intel/common/libva" groups="intel" remote="aosp" />
341 <project path="hardware/intel/common/libwsbm" name="platform/hardware/intel/common/libwsbm" groups="intel" remote="aosp" />
342 <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 -0700343 <project path="hardware/intel/common/utils" name="platform/hardware/intel/common/utils" groups="intel" remote="aosp" />
344 <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 -0700345 <project path="hardware/intel/img/hwcomposer" name="platform/hardware/intel/img/hwcomposer" groups="intel" remote="aosp" />
346 <project path="hardware/intel/img/psb_headers" name="platform/hardware/intel/img/psb_headers" groups="intel" remote="aosp" />
347 <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 -0700348 <project path="hardware/intel/sensors" name="platform/hardware/intel/sensors" groups="intel_sensors" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700349 <project path="hardware/invensense" name="platform/hardware/invensense" groups="invensense" remote="aosp" />
350 <project path="hardware/libhardware" name="CyanogenMod/android_hardware_libhardware" groups="pdk" />
351 <project path="hardware/libhardware_legacy" name="CyanogenMod/android_hardware_libhardware_legacy" groups="pdk" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700352 <project path="hardware/marvell/bt" name="platform/hardware/marvell/bt" groups="marvell_bt" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700353 <project path="hardware/ti/omap3" name="platform/hardware/ti/omap3" groups="omap3" remote="aosp" />
Michael Bestas6aefe782015-10-24 22:23:39 +0300354 <project path="hardware/ti/omap4-aah" name="platform/hardware/ti/omap4-aah" groups="omap4-aah" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700355 <project path="hardware/ti/omap4xxx" name="CyanogenMod/android_hardware_ti_omap4xxx" groups="omap4" />
356 <project path="libcore" name="CyanogenMod/android_libcore" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400357 <project path="libnativehelper" name="platform/libnativehelper" groups="pdk" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700358 <project path="ndk" name="platform/ndk" groups="generic_fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700359 <project path="packages/apps/BasicSmsReceiver" name="platform/packages/apps/BasicSmsReceiver" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
360 <project path="packages/apps/Bluetooth" name="CyanogenMod/android_packages_apps_Bluetooth" groups="pdk-cw-fs,pdk-fs" />
361 <project path="packages/apps/Calendar" name="CyanogenMod/android_packages_apps_Calendar" groups="pdk-fs" />
362 <project path="packages/apps/Camera2" name="CyanogenMod/android_packages_apps_Camera2" groups="pdk-fs" />
363 <project path="packages/apps/CarrierConfig" name="CyanogenMod/android_packages_apps_CarrierConfig" groups="pdk-fs" />
364 <project path="packages/apps/CellBroadcastReceiver" name="CyanogenMod/android_packages_apps_CellBroadcastReceiver" groups="pdk-fs" />
365 <project path="packages/apps/CertInstaller" name="platform/packages/apps/CertInstaller" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
366 <project path="packages/apps/Contacts" name="CyanogenMod/android_packages_apps_Contacts" groups="pdk-fs" />
367 <project path="packages/apps/ContactsCommon" name="CyanogenMod/android_packages_apps_ContactsCommon" groups="pdk-fs" />
368 <project path="packages/apps/DeskClock" name="CyanogenMod/android_packages_apps_DeskClock" groups="pdk-fs" />
369 <project path="packages/apps/Dialer" name="CyanogenMod/android_packages_apps_Dialer" groups="pdk-fs" />
370 <project path="packages/apps/Email" name="CyanogenMod/android_packages_apps_Email" groups="pdk-fs" />
371 <project path="packages/apps/EmergencyInfo" name="platform/packages/apps/EmergencyInfo" remote="aosp" />
372 <project path="packages/apps/ExactCalculator" name="CyanogenMod/android_packages_apps_ExactCalculator" groups="pdk-fs" />
373 <project path="packages/apps/Gallery2" name="CyanogenMod/android_packages_apps_Gallery2" groups="pdk-fs" />
374 <project path="packages/apps/HTMLViewer" name="platform/packages/apps/HTMLViewer" groups="pdk-fs" remote="aosp" />
375 <project path="packages/apps/KeyChain" name="platform/packages/apps/KeyChain" groups="pdk-fs" remote="aosp" />
376 <project path="packages/apps/Launcher3" name="platform/packages/apps/Launcher3" groups="pdk-fs" remote="aosp" />
377 <project path="packages/apps/ManagedProvisioning" name="platform/packages/apps/ManagedProvisioning" groups="pdk-fs" remote="aosp" />
378 <project path="packages/apps/Messaging" name="CyanogenMod/android_packages_apps_Messaging" groups="pdk-fs" />
379 <project path="packages/apps/Nfc" name="CyanogenMod/android_packages_apps_Nfc" groups="apps_nfc,pdk-fs" />
380 <project path="packages/apps/OneTimeInitializer" name="platform/packages/apps/OneTimeInitializer" groups="pdk-fs" remote="aosp" />
381 <project path="packages/apps/PackageInstaller" name="platform/packages/apps/PackageInstaller" groups="pdk-fs" remote="aosp" />
382 <project path="packages/apps/PhoneCommon" name="CyanogenMod/android_packages_apps_PhoneCommon" groups="pdk-cw-fs,pdk-fs" />
383 <project path="packages/apps/Provision" name="platform/packages/apps/Provision" groups="pdk-fs" remote="aosp" />
384 <project path="packages/apps/Settings" name="CyanogenMod/android_packages_apps_Settings" groups="pdk-fs" />
385 <project path="packages/apps/SoundRecorder" name="CyanogenMod/android_packages_apps_SoundRecorder" groups="pdk-fs" />
386 <project path="packages/apps/Stk" name="CyanogenMod/android_packages_apps_Stk" groups="apps_stk,pdk-fs" />
387 <project path="packages/apps/Tag" name="platform/packages/apps/Tag" groups="pdk-fs" remote="aosp" />
388 <project path="packages/apps/Terminal" name="CyanogenMod/android_packages_apps_Terminal" groups="pdk-fs" />
389 <project path="packages/apps/Test/connectivity" name="platform/packages/apps/Test/connectivity" remote="aosp" />
390 <project path="packages/apps/TV" name="CyanogenMod/android_packages_apps_TV" />
391 <project path="packages/apps/TvSettings" name="CyanogenMod/android_packages_apps_TvSettings" groups="generic_fs" />
392 <project path="packages/apps/UnifiedEmail" name="CyanogenMod/android_packages_apps_UnifiedEmail" groups="pdk-fs" />
393 <project path="packages/experimental" name="platform/packages/experimental" remote="aosp" />
394 <project path="packages/inputmethods/LatinIME" name="CyanogenMod/android_packages_inputmethods_LatinIME" groups="pdk-fs" />
395 <project path="packages/inputmethods/OpenWnn" name="platform/packages/inputmethods/OpenWnn" groups="pdk-fs" remote="aosp" />
396 <project path="packages/providers/ApplicationsProvider" name="platform/packages/providers/ApplicationsProvider" groups="pdk-fs" remote="aosp" />
397 <project path="packages/providers/BlockedNumberProvider" name="platform/packages/providers/BlockedNumberProvider" groups="pdk-fs" remote="aosp" />
398 <project path="packages/providers/BookmarkProvider" name="platform/packages/providers/BookmarkProvider" groups="pdk-fs" remote="aosp" />
399 <project path="packages/providers/CalendarProvider" name="CyanogenMod/android_packages_providers_CalendarProvider" groups="pdk-cw-fs,pdk-fs" />
400 <project path="packages/providers/CallLogProvider" name="CyanogenMod/android_packages_providers_CallLogProvider" groups="pdk-fs" />
401 <project path="packages/providers/ContactsProvider" name="CyanogenMod/android_packages_providers_ContactsProvider" groups="pdk-cw-fs,pdk-fs" />
402 <project path="packages/providers/DataUsageProvider" name="CyanogenMod/android_packages_providers_DataUsageProvider" />
403 <project path="packages/providers/DownloadProvider" name="CyanogenMod/android_packages_providers_DownloadProvider" groups="pdk-cw-fs,pdk-fs" />
404 <project path="packages/providers/MediaProvider" name="CyanogenMod/android_packages_providers_MediaProvider" groups="pdk-cw-fs,pdk-fs" />
405 <project path="packages/providers/PartnerBookmarksProvider" name="platform/packages/providers/PartnerBookmarksProvider" groups="pdk-fs" remote="aosp" />
406 <project path="packages/providers/TelephonyProvider" name="CyanogenMod/android_packages_providers_TelephonyProvider" groups="pdk-cw-fs,pdk-fs" />
407 <project path="packages/providers/TvProvider" name="platform/packages/providers/TvProvider" groups="pdk-fs" remote="aosp" />
408 <project path="packages/providers/UserDictionaryProvider" name="CyanogenMod/android_packages_providers_UserDictionaryProvider" groups="pdk-cw-fs,pdk-fs" />
409 <project path="packages/screensavers/Basic" name="CyanogenMod/android_packages_screensavers_Basic" groups="pdk-fs" />
410 <project path="packages/screensavers/PhotoTable" name="CyanogenMod/android_packages_screensavers_PhotoTable" groups="pdk-fs" />
411 <project path="packages/screensavers/WebView" name="CyanogenMod/android_packages_screensavers_WebView" groups="pdk-fs" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400412 <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 -0700413 <project path="packages/services/Mms" name="platform/packages/services/Mms" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
414 <project path="packages/services/Telecomm" name="CyanogenMod/android_packages_services_Telecomm" groups="pdk-cw-fs,pdk-fs" />
415 <project path="packages/services/Telephony" name="CyanogenMod/android_packages_services_Telephony" groups="pdk-cw-fs,pdk-fs" />
416 <project path="packages/wallpapers/LivePicker" name="CyanogenMod/android_packages_wallpapers_LivePicker" groups="pdk-fs" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700417 <project path="pdk" name="platform/pdk" groups="pdk" remote="aosp" />
418 <project path="platform_testing" name="platform/platform_testing" remote="aosp" />
419 <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 -0700420 <project path="prebuilts/clang/darwin-x86/host/3.6" name="platform/prebuilts/clang/darwin-x86/host/3.6" groups="pdk,darwin" remote="aosp" />
421 <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 -0400422 <project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="pdk,darwin" remote="aosp" />
423 <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" groups="pdk" remote="aosp" />
424 <project path="prebuilts/deqp" name="platform/prebuilts/deqp" groups="pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700425 <project path="prebuilts/devtools" name="platform/prebuilts/devtools" groups="pdk-fs" remote="aosp" />
426 <project path="prebuilts/eclipse" name="platform/prebuilts/eclipse" groups="pdk" remote="aosp" />
427 <project path="prebuilts/eclipse-build-deps" name="platform/prebuilts/eclipse-build-deps" groups="notdefault,eclipse" remote="aosp" />
428 <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" />
429 <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" />
430 <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" />
431 <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" />
432 <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" />
433 <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" />
434 <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" />
435 <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" />
436 <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" />
437 <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" />
438 <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" />
439 <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 -0400440 <project path="prebuilts/gdb/darwin-x86" name="platform/prebuilts/gdb/darwin-x86" groups="darwin" remote="aosp" />
441 <project path="prebuilts/gdb/linux-x86" name="platform/prebuilts/gdb/linux-x86" groups="linux" remote="aosp" />
442 <project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" groups="darwin,tradefed" remote="aosp" />
443 <project path="prebuilts/go/linux-x86" name="platform/prebuilts/go/linux-x86" groups="linux,tradefed" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700444 <project path="prebuilts/gradle-plugin" name="platform/prebuilts/gradle-plugin" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
445 <project path="prebuilts/libs/libedit" name="platform/prebuilts/libs/libedit" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
446 <project path="prebuilts/maven_repo/android" name="platform/prebuilts/maven_repo/android" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
447 <project path="prebuilts/misc" name="platform/prebuilts/misc" groups="pdk" remote="aosp" />
448 <project path="prebuilts/ndk" name="platform/prebuilts/ndk" groups="pdk" remote="aosp" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400449 <project path="prebuilts/ninja/darwin-x86" name="platform/prebuilts/ninja/darwin-x86" groups="darwin,pdk,tradefed" remote="aosp" />
450 <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 -0700451 <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" />
452 <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 -0700453 <project path="prebuilts/qemu-kernel" name="platform/prebuilts/qemu-kernel" groups="pdk" clone-depth="1" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700454 <project path="prebuilts/sdk" name="platform/prebuilts/sdk" groups="pdk" remote="aosp" />
455 <project path="prebuilts/tools" name="platform/prebuilts/tools" groups="pdk,tools" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700456 <project path="sdk" name="platform/sdk" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700457 <project path="system/bt" name="CyanogenMod/android_system_bt" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400458 <project path="system/ca-certificates" name="platform/system/ca-certificates" groups="pdk" remote="aosp" />
459 <project path="system/connectivity/apmanager" name="platform/system/connectivity/apmanager" remote="aosp" />
460 <project path="system/connectivity/dhcp_client" name="platform/system/connectivity/dhcp_client" remote="aosp" />
461 <project path="system/connectivity/shill" name="platform/system/connectivity/shill" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700462 <project path="system/core" name="CyanogenMod/android_system_core" groups="pdk" />
463 <project path="system/extras" name="CyanogenMod/android_system_extras" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400464 <project path="system/firewalld" name="platform/system/firewalld" remote="aosp" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700465 <project path="system/gatekeeper" name="platform/system/gatekeeper" groups="pdk" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700466 <project path="system/keymaster" name="CyanogenMod/android_system_keymaster" groups="pdk" />
467 <project path="system/media" name="CyanogenMod/android_system_media" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400468 <project path="system/nativepower" name="platform/system/nativepower" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700469 <project path="system/netd" name="CyanogenMod/android_system_netd" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400470 <project path="system/nvram" name="platform/system/nvram" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700471 <project path="system/security" name="CyanogenMod/android_system_security" groups="pdk" />
472 <project path="system/sepolicy" name="CyanogenMod/android_system_sepolicy" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400473 <project path="system/tools/aidl" name="platform/system/tools/aidl" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
474 <project path="system/tpm" name="platform/system/tpm" remote="aosp" />
Luca Stefanif61ccf62016-08-27 02:48:44 -0700475 <project path="system/update_engine" name="platform/system/update_engine" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700476 <project path="system/vold" name="CyanogenMod/android_system_vold" groups="pdk" />
Rashed Abdel-Tawabcecbc8d2016-08-24 20:38:33 -0400477 <project path="system/weaved" name="platform/system/weaved" remote="aosp" />
478 <project path="system/webservd" name="platform/system/webservd" remote="aosp" />
479 <project path="toolchain/binutils" name="toolchain/binutils" remote="aosp" />
Steve Kondik4f78f792016-08-29 17:22:33 -0700480 <project path="tools/adt/idea" name="platform/tools/adt/idea" groups="notdefault,tools" remote="aosp" />
481 <project path="tools/base" name="platform/tools/base" groups="notdefault,tools" remote="aosp" />
482 <project path="tools/build" name="platform/tools/build" groups="notdefault,tools" remote="aosp" />
483 <project path="tools/external/fat32lib" name="platform/tools/external/fat32lib" groups="tools" remote="aosp" />
484 <project path="tools/external/gradle" name="platform/tools/external/gradle" groups="tools" remote="aosp" />
485 <project path="tools/idea" name="platform/tools/idea" groups="notdefault,tools" remote="aosp" />
486 <project path="tools/loganalysis" name="platform/tools/loganalysis" groups="notdefault,tradefed" remote="aosp" />
487 <project path="tools/motodev" name="platform/tools/motodev" groups="notdefault,motodev" remote="aosp" />
488 <project path="tools/studio/cloud" name="platform/tools/studio/cloud" groups="notdefault,tools" remote="aosp" />
489 <project path="tools/swt" name="platform/tools/swt" groups="notdefault,tools" remote="aosp" />
490 <project path="tools/test/connectivity" name="platform/tools/test/connectivity" remote="aosp" />
491 <project path="tools/tradefederation" name="platform/tools/tradefederation" groups="notdefault,tradefed" remote="aosp" />
492
493 <include name="snippets/cm-14.0.xml" />
Adnan Begovic78f08d52015-10-06 02:41:41 -0700494
The Android Open Source Project6cf16a52011-09-16 09:30:17 -0700495</manifest>