The Android Open Source Project | 6cf16a5 | 2011-09-16 09:30:17 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | |
Chris Soyars | 834a50e | 2011-11-14 22:30:45 -0500 | [diff] [blame] | 4 | <remote name="github" |
Koushik Dutta | 89acec7 | 2012-02-29 10:44:16 -0800 | [diff] [blame] | 5 | fetch=".." |
Ricardo Cerqueira | d15b086 | 2012-11-14 20:29:52 +0000 | [diff] [blame] | 6 | review="review.cyanogenmod.org" /> |
Chris Soyars | 834a50e | 2011-11-14 22:30:45 -0500 | [diff] [blame] | 7 | |
Koushik Dutta | cfb4a86 | 2012-06-19 18:04:54 -0700 | [diff] [blame] | 8 | <remote name="private" |
| 9 | fetch="ssh://git@github.com" /> |
Koushik Dutta | 1783740 | 2012-06-19 17:57:28 -0700 | [diff] [blame] | 10 | |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 11 | <remote name="aosp" |
| 12 | fetch="https://android.googlesource.com" |
| 13 | review="android-review.googlesource.com" |
Dan Pasanen | 7ca4fa6 | 2016-12-12 19:49:41 -0600 | [diff] [blame] | 14 | revision="refs/tags/android-7.1.1_r6" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 15 | |
Steve Kondik | 7b9ccd6 | 2016-10-25 20:58:02 -0700 | [diff] [blame] | 16 | <default revision="refs/heads/cm-14.1" |
Chris Soyars | 834a50e | 2011-11-14 22:30:45 -0500 | [diff] [blame] | 17 | remote="github" |
Ricardo Cerqueira | 259d8c3 | 2012-10-25 01:12:37 +0100 | [diff] [blame] | 18 | sync-c="true" |
Shawn O. Pearce | 92ae906 | 2011-09-23 07:36:45 -0700 | [diff] [blame] | 19 | sync-j="4" /> |
The Android Open Source Project | 6cf16a5 | 2011-09-16 09:30:17 -0700 | [diff] [blame] | 20 | |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 21 | <!-- AOSP Projects --> |
| 22 | |
| 23 | <project path="build" name="CyanogenMod/android_build" groups="pdk,tradefed"> |
The Android Open Source Project | 6cf16a5 | 2011-09-16 09:30:17 -0700 | [diff] [blame] | 24 | <copyfile src="core/root.mk" dest="Makefile" /> |
| 25 | </project> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 26 | <project path="build/blueprint" name="platform/build/blueprint" groups="pdk,tradefed" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 27 | <project path="build/kati" name="CyanogenMod/android_build_kati" groups="pdk,tradefed" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 28 | <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 Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 32 | <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 Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 38 | <project path="developers/build" name="platform/developers/build" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 39 | <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" /> |
Dan Pasanen | 102862e | 2016-12-05 23:40:06 -0600 | [diff] [blame] | 45 | <project path="device/generic/goldfish-opengl" name="device/generic/goldfish-opengl" groups="pdk" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 46 | <project path="device/generic/mini-emulator-arm64" name="device/generic/mini-emulator-arm64" groups="pdk" remote="aosp" /> |
| 47 | <project path="device/generic/mini-emulator-armv7-a-neon" name="device/generic/mini-emulator-armv7-a-neon" groups="pdk" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 48 | <project path="device/generic/mini-emulator-x86" name="device/generic/mini-emulator-x86" groups="pdk" remote="aosp" /> |
| 49 | <project path="device/generic/mini-emulator-x86_64" name="device/generic/mini-emulator-x86_64" groups="pdk" remote="aosp" /> |
| 50 | <project path="device/generic/qemu" name="device/generic/qemu" remote="aosp" /> |
| 51 | <project path="device/generic/x86" name="device/generic/x86" groups="pdk" remote="aosp" /> |
| 52 | <project path="device/generic/x86_64" name="device/generic/x86_64" groups="pdk" remote="aosp" /> |
Michael Bestas | 6566f12 | 2016-10-15 21:28:19 +0300 | [diff] [blame] | 53 | <project path="device/google/atv" name="device/google/atv" groups="device,fugu,broadcom_pdk,generic_fs" remote="aosp" /> |
Keith Mok | 3dee3e3 | 2016-09-23 16:32:48 -0700 | [diff] [blame] | 54 | <project path="device/google/contexthub" name="device/google/contexthub" groups="device" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 55 | <project path="device/sample" name="device/sample" groups="pdk" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 56 | <project path="external/aac" name="CyanogenMod/android_external_aac" groups="pdk" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 57 | <project path="external/adt-infra" name="platform/external/adt-infra" groups="adt-infra,notdefault" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 58 | <project path="external/android-clat" name="CyanogenMod/android_external_android-clat" groups="pdk-cw-fs,pdk-fs" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 59 | <project path="external/androidplot" name="platform/external/androidplot" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 60 | <project path="external/ant-glob" name="platform/external/ant-glob" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 61 | <project path="external/antlr" name="platform/external/antlr" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 62 | <project path="external/apache-commons-math" name="platform/external/apache-commons-math" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 63 | <project path="external/apache-harmony" name="platform/external/apache-harmony" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 128fe35 | 2016-11-03 12:23:06 -0700 | [diff] [blame] | 64 | <project path="external/apache-http" name="CyanogenMod/android_external_apache-http" groups="pdk" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 65 | <project path="external/apache-xml" name="platform/external/apache-xml" groups="pdk" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 66 | <project path="external/archive-patcher" name="platform/external/archive-patcher" groups="pdk" remote="aosp" /> |
| 67 | <project path="external/autotest" name="platform/external/autotest" remote="aosp" /> |
| 68 | <project path="external/avahi" name="platform/external/avahi" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 69 | <project path="external/bison" name="platform/external/bison" groups="pdk" remote="aosp" /> |
| 70 | <project path="external/blktrace" name="platform/external/blktrace" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 71 | <project path="external/boringssl" name="CyanogenMod/android_external_boringssl" groups="pdk" /> |
| 72 | <project path="external/bouncycastle" name="platform/external/bouncycastle" groups="pdk" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 73 | <project path="external/bsdiff" name="platform/external/bsdiff" groups="pdk" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 74 | <project path="external/bzip2" name="CyanogenMod/android_external_bzip2" groups="pdk" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 75 | <project path="external/c-ares" name="platform/external/c-ares" remote="aosp" /> |
| 76 | <project path="external/caliper" name="platform/external/caliper" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 77 | <project path="external/cblas" name="platform/external/cblas" groups="pdk" remote="aosp" /> |
| 78 | <project path="external/ceres-solver" name="platform/external/ceres-solver" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 79 | <project path="external/chromium-libpac" name="platform/external/chromium-libpac" groups="pdk-fs" remote="aosp" /> |
| 80 | <project path="external/chromium-trace" name="platform/external/chromium-trace" groups="pdk" remote="aosp" /> |
Arnav Gupta | 57fc3ab | 2015-11-20 23:28:29 +0530 | [diff] [blame] | 81 | <project path="external/chromium-webview" name="platform/external/chromium-webview" groups="pdk" clone-depth="1" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 82 | <project path="external/clang" name="platform/external/clang" groups="pdk" remote="aosp" /> |
| 83 | <project path="external/cmockery" name="platform/external/cmockery" groups="pdk-fs" remote="aosp" /> |
| 84 | <project path="external/compiler-rt" name="platform/external/compiler-rt" groups="pdk" remote="aosp" /> |
| 85 | <project path="external/conscrypt" name="platform/external/conscrypt" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 86 | <project path="external/crcalc" name="platform/external/crcalc" groups="pdk-fs" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 87 | <project path="external/cros/system_api" name="platform/external/cros/system_api" remote="aosp" /> |
| 88 | <project path="external/curl" name="platform/external/curl" remote="aosp" /> |
| 89 | <project path="external/dagger2" name="platform/external/dagger2" remote="aosp" /> |
| 90 | <project path="external/dbus" name="platform/external/dbus" remote="aosp" /> |
| 91 | <project path="external/dbus-binding-generator" name="platform/external/dbus-binding-generator" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 92 | <project path="external/deqp" name="platform/external/deqp" groups="pdk-fs" remote="aosp" /> |
| 93 | <project path="external/dexmaker" name="platform/external/dexmaker" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 94 | <project path="external/dhcpcd-6.8.2" name="platform/external/dhcpcd-6.8.2" remote="aosp" /> |
| 95 | <project path="external/dlmalloc" name="platform/external/dlmalloc" remote="aosp" /> |
| 96 | <project path="external/dng_sdk" name="platform/external/dng_sdk" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 97 | <project path="external/dnsmasq" name="platform/external/dnsmasq" groups="pdk" remote="aosp" /> |
| 98 | <project path="external/doclava" name="platform/external/doclava" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 99 | <project path="external/donuts" name="platform/external/donuts" groups="pdk-fs" remote="aosp" /> |
| 100 | <project path="external/drm_gralloc" name="platform/external/drm_gralloc" groups="drm_gralloc" remote="aosp" /> |
| 101 | <project path="external/drm_hwcomposer" name="platform/external/drm_hwcomposer" groups="drm_hwcomposer" remote="aosp" /> |
| 102 | <project path="external/droiddriver" name="platform/external/droiddriver" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 103 | <project path="external/e2fsprogs" name="CyanogenMod/android_external_e2fsprogs" groups="pdk" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 104 | <project path="external/easymock" name="platform/external/easymock" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 105 | <project path="external/eclipse-basebuilder" name="platform/external/eclipse-basebuilder" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 106 | <project path="external/eclipse-windowbuilder" name="platform/external/eclipse-windowbuilder" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 107 | <project path="external/eigen" name="platform/external/eigen" groups="pdk" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 108 | <project path="external/elfutils" name="CyanogenMod/android_external_elfutils" groups="pdk" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 109 | <project path="external/emma" name="platform/external/emma" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 110 | <project path="external/esd" name="platform/external/esd" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 111 | <project path="external/expat" name="platform/external/expat" groups="pdk" remote="aosp" /> |
| 112 | <project path="external/eyes-free" name="platform/external/eyes-free" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 113 | <project path="external/f2fs-tools" name="CyanogenMod/android_external_f2fs-tools" groups="pdk" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 114 | <project path="external/fdlibm" name="platform/external/fdlibm" groups="pdk" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 115 | <project path="external/fec" name="platform/external/fec" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 116 | <project path="external/fio" name="platform/external/fio" groups="pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 117 | <project path="external/flac" name="CyanogenMod/android_external_flac" groups="pdk" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 118 | <project path="external/fonttools" name="platform/external/fonttools" groups="pdk-fs" remote="aosp" /> |
| 119 | <project path="external/freetype" name="platform/external/freetype" groups="pdk" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 120 | <project path="external/fsck_msdos" name="CyanogenMod/android_external_fsck_msdos" groups="pdk-cw-fs,pdk-fs" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 121 | <project path="external/gemmlowp" name="platform/external/gemmlowp" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 122 | <project path="external/giflib" name="platform/external/giflib" groups="pdk,qcom_msm8x26" remote="aosp" /> |
| 123 | <project path="external/glide" name="platform/external/glide" groups="pdk-fs" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 124 | <project path="external/gmock" name="platform/external/gmock" groups="pdk" remote="aosp" /> |
| 125 | <project path="external/google-benchmark" name="platform/external/google-benchmark" groups="pdk" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 126 | <project path="external/google-breakpad" name="platform/external/google-breakpad" groups="dragon" remote="aosp" /> |
| 127 | <project path="external/google-fonts/carrois-gothic-sc" name="platform/external/google-fonts/carrois-gothic-sc" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 128 | <project path="external/google-fonts/coming-soon" name="platform/external/google-fonts/coming-soon" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 129 | <project path="external/google-fonts/cutive-mono" name="platform/external/google-fonts/cutive-mono" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 130 | <project path="external/google-fonts/dancing-script" name="platform/external/google-fonts/dancing-script" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 131 | <project path="external/google-tv-pairing-protocol" name="platform/external/google-tv-pairing-protocol" groups="pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 132 | <project path="external/gptfdisk" name="CyanogenMod/android_external_gptfdisk" groups="pdk-fs" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 133 | <project path="external/gtest" name="platform/external/gtest" groups="pdk" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 134 | <project path="external/guava" name="platform/external/guava" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 135 | <project path="external/guice" name="platform/external/guice" groups="pdk" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 136 | <project path="external/hamcrest" name="platform/external/hamcrest" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 137 | <project path="external/harfbuzz_ng" name="platform/external/harfbuzz_ng" groups="pdk,qcom_msm8x26" remote="aosp" /> |
| 138 | <project path="external/hyphenation-patterns" name="platform/external/hyphenation-patterns" groups="pdk-fs" remote="aosp" /> |
Steve Kondik | 7d087c7 | 2016-10-25 17:17:30 -0700 | [diff] [blame] | 139 | <project path="external/ImageMagick" name="platform/external/ImageMagick" groups="pdk" remote="aosp" /> |
| 140 | <project path="external/ims" name="platform/external/ims" groups="pdk" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 141 | <project path="external/icu" name="CyanogenMod/android_external_icu" groups="pdk" /> |
| 142 | <project path="external/iproute2" name="CyanogenMod/android_external_iproute2" groups="pdk" /> |
Steve Kondik | e4c0ae0 | 2016-09-04 02:49:05 -0700 | [diff] [blame] | 143 | <project path="external/ipsec-tools" name="CyanogenMod/android_external_ipsec-tools" groups="pdk-cw-fs,pdk-fs" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 144 | <project path="external/iptables" name="CyanogenMod/android_external_iptables" groups="pdk-cw-fs,pdk-fs" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 145 | <project path="external/iputils" name="platform/external/iputils" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 146 | <project path="external/iw" name="platform/external/iw" remote="aosp" /> |
| 147 | <project path="external/jacoco" name="platform/external/jacoco" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 148 | <project path="external/jarjar" name="platform/external/jarjar" groups="pdk" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 149 | <project path="external/javasqlite" name="platform/external/javasqlite" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 150 | <project path="external/javassist" name="platform/external/javassist" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 151 | <project path="external/jcommander" name="platform/external/jcommander" groups="pdk" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 152 | <project path="external/jdiff" name="platform/external/jdiff" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Michael Bestas | 5186065 | 2016-11-02 11:03:56 -0700 | [diff] [blame] | 153 | <project path="external/jemalloc" name="CyanogenMod/android_external_jemalloc" groups="pdk" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 154 | <project path="external/jetty" name="platform/external/jetty" groups="pdk-fs" remote="aosp" /> |
| 155 | <project path="external/jhead" name="platform/external/jhead" groups="pdk" remote="aosp" /> |
| 156 | <project path="external/jline" name="platform/external/jline" groups="notdefault,tradefed" remote="aosp" /> |
| 157 | <project path="external/jmdns" name="platform/external/jmdns" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 158 | <project path="external/jsilver" name="platform/external/jsilver" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 159 | <project path="external/jsmn" name="platform/external/jsmn" groups="pdk" remote="aosp" /> |
| 160 | <project path="external/jsoncpp" name="platform/external/jsoncpp" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 161 | <project path="external/jsr305" name="platform/external/jsr305" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 162 | <project path="external/jsr330" name="platform/external/jsr330" groups="pdk" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 163 | <project path="external/junit" name="platform/external/junit" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 164 | <project path="external/kernel-headers" name="platform/external/kernel-headers" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 165 | <project path="external/ksoap2" name="platform/external/ksoap2" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 166 | <project path="external/libavc" name="platform/external/libavc" groups="pdk" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 167 | <project path="external/libbrillo" name="platform/external/libbrillo" remote="aosp" /> |
| 168 | <project path="external/libcap" name="platform/external/libcap" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 169 | <project path="external/libcap-ng" name="platform/external/libcap-ng" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 170 | <project path="external/libchrome" name="platform/external/libchrome" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 171 | <project path="external/libcxx" name="platform/external/libcxx" groups="pdk" remote="aosp" /> |
| 172 | <project path="external/libcxxabi" name="platform/external/libcxxabi" groups="pdk" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 173 | <project path="external/libdivsufsort" name="platform/external/libdivsufsort" groups="pdk" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 174 | <project path="external/libdrm" name="platform/external/libdrm" groups="pdk" remote="aosp" /> |
| 175 | <project path="external/libedit" name="platform/external/libedit" groups="pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 176 | <project path="external/libdaemon" name="platform/external/libdaemon" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 177 | <project path="external/libevent" name="platform/external/libevent" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 178 | <project path="external/libexif" name="platform/external/libexif" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 7d087c7 | 2016-10-25 17:17:30 -0700 | [diff] [blame] | 179 | <project path="external/libgdx" name="platform/external/libgdx" groups="pdk" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 180 | <project path="external/libgsm" name="platform/external/libgsm" groups="pdk" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 181 | <project path="external/libhevc" name="CyanogenMod/android_external_libhevc" groups="pdk-fs" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 182 | <project path="external/libjpeg-turbo" name="platform/external/libjpeg-turbo" groups="pdk" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 183 | <project path="external/liblzf" name="platform/external/liblzf" groups="pdk" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 184 | <project path="external/libmicrohttpd" name="platform/external/libmicrohttpd" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 185 | <project path="external/libmpeg2" name="platform/external/libmpeg2" groups="pdk" remote="aosp" /> |
| 186 | <project path="external/libmtp" name="platform/external/libmtp" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 187 | <project path="external/libnfc-nci" name="CyanogenMod/android_external_libnfc-nci" groups="pdk" /> |
| 188 | <project path="external/libnfc-nxp" name="CyanogenMod/android_external_libnfc-nxp" groups="pdk" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 189 | <project path="external/libnl" name="platform/external/libnl" groups="pdk" remote="aosp" /> |
| 190 | <project path="external/libogg" name="platform/external/libogg" groups="pdk" remote="aosp" /> |
| 191 | <project path="external/libopus" name="platform/external/libopus" groups="pdk" remote="aosp" /> |
| 192 | <project path="external/libpcap" name="platform/external/libpcap" groups="pdk,pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 193 | <project path="external/libphonenumber" name="platform/external/libphonenumber" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 194 | <project path="external/libpng" name="platform/external/libpng" groups="pdk" remote="aosp" /> |
| 195 | <project path="external/libselinux" name="CyanogenMod/android_external_libselinux" groups="pdk" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 196 | <project path="external/libunwind" name="platform/external/libunwind" groups="pdk" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 197 | <project path="external/libunwind_llvm" name="platform/external/libunwind_llvm" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 198 | <project path="external/libusb" name="platform/external/libusb" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 199 | <project path="external/libusb-compat" name="platform/external/libusb-compat" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 200 | <project path="external/libutf" name="platform/external/libutf" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 201 | <project path="external/libvncserver" name="platform/external/libvncserver" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 202 | <project path="external/libvorbis" name="platform/external/libvorbis" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 203 | <project path="external/libvpx" name="platform/external/libvpx" groups="pdk" remote="aosp" /> |
| 204 | <project path="external/libvterm" name="CyanogenMod/android_external_libvterm" groups="pdk-cw-fs,pdk-fs" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 205 | <project path="external/libweave" name="platform/external/libweave" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 206 | <project path="external/libxml2" name="CyanogenMod/android_external_libxml2" groups="pdk-cw-fs,pdk-fs,libxml2" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 207 | <project path="external/libyuv" name="platform/external/libyuv" groups="libyuv,pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 208 | <project path="external/littlemock" name="platform/external/littlemock" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 209 | <project path="external/lld" name="platform/external/lld" groups="pdk-fs" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 210 | <project path="external/llvm" name="platform/external/llvm" groups="pdk" remote="aosp" /> |
| 211 | <project path="external/ltrace" name="platform/external/ltrace" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 212 | <project path="external/lz4" name="CyanogenMod/android_external_lz4" groups="pdk-cw-fs,pdk-fs" /> |
| 213 | <project path="external/lzma" name="CyanogenMod/android_external_lzma" groups="pdk" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 214 | <project path="external/markdown" name="platform/external/markdown" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 215 | <project path="external/mdnsresponder" name="platform/external/mdnsresponder" groups="pdk" remote="aosp" /> |
| 216 | <project path="external/mesa3d" name="platform/external/mesa3d" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 217 | <project path="external/messageformat" name="platform/external/messageformat" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 218 | <project path="external/minijail" name="platform/external/minijail" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 219 | <project path="external/mksh" name="CyanogenMod/android_external_mksh" groups="pdk" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 220 | <project path="external/mmc-utils" name="platform/external/mmc-utils" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 221 | <project path="external/mockftpserver" name="platform/external/mockftpserver" groups="pdk-fs" remote="aosp" /> |
| 222 | <project path="external/mockito" name="platform/external/mockito" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 223 | <project path="external/mockwebserver" name="platform/external/mockwebserver" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 224 | <project path="external/modp_b64" name="platform/external/modp_b64" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 225 | <project path="external/mp4parser" name="platform/external/mp4parser" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 226 | <project path="external/mtpd" name="platform/external/mtpd" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 227 | <project path="external/nanohttpd" name="platform/external/nanohttpd" groups="pdk-fs" remote="aosp" /> |
| 228 | <project path="external/nanopb-c" name="platform/external/nanopb-c" groups="pdk" remote="aosp" /> |
| 229 | <project path="external/naver-fonts" name="platform/external/naver-fonts" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 230 | <project path="external/netcat" name="platform/external/netcat" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 231 | <project path="external/netperf" name="platform/external/netperf" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 232 | <project path="external/neven" name="platform/external/neven" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 233 | <project path="external/nfacct" name="platform/external/nfacct" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 234 | <project path="external/nist-pkits" name="platform/external/nist-pkits" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 235 | <project path="external/nist-sip" name="platform/external/nist-sip" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 236 | <project path="external/noto-fonts" name="platform/external/noto-fonts" groups="pdk" remote="aosp" /> |
| 237 | <project path="external/oauth" name="platform/external/oauth" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 238 | <project path="external/objenesis" name="platform/external/objenesis" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 239 | <project path="external/okhttp" name="CyanogenMod/android_external_okhttp" groups="pdk-cw-fs,pdk-fs" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 240 | <project path="external/opencv" name="platform/external/opencv" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 241 | <project path="external/opencv3" name="platform/external/opencv3" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 242 | <project path="external/owasp/sanitizer" name="platform/external/owasp/sanitizer" groups="pdk-fs" remote="aosp" /> |
| 243 | <project path="external/parameter-framework" name="platform/external/parameter-framework" groups="pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 244 | <project path="external/pcre" name="platform/external/pcre" groups="pdk" remote="aosp" /> |
| 245 | <project path="external/pdfium" name="platform/external/pdfium" groups="pdk" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 246 | <project path="external/piex" name="platform/external/piex" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 247 | <project path="external/ppp" name="platform/external/ppp" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 248 | <project path="external/proguard" name="platform/external/proguard" groups="pdk" remote="aosp" /> |
| 249 | <project path="external/protobuf" name="platform/external/protobuf" groups="pdk" remote="aosp" /> |
| 250 | <project path="external/regex-re2" name="platform/external/regex-re2" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 251 | <project path="external/replicaisland" name="platform/external/replicaisland" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 252 | <project path="external/rmi4utils" name="platform/external/rmi4utils" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 253 | <project path="external/robolectric" name="platform/external/robolectric" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 254 | <project path="external/roboto-fonts" name="platform/external/roboto-fonts" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 255 | <project path="external/rootdev" name="platform/external/rootdev" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 256 | <project path="external/safe-iop" name="platform/external/safe-iop" groups="pdk" remote="aosp" /> |
| 257 | <project path="external/scrypt" name="platform/external/scrypt" groups="pdk" remote="aosp" /> |
| 258 | <project path="external/selinux" name="platform/external/selinux" groups="pdk" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 259 | <project path="external/shflags" name="platform/external/shflags" groups="pdk" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 260 | <project path="external/sfntly" name="platform/external/sfntly" groups="pdk,qcom_msm8x26" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 261 | <project path="external/skia" name="CyanogenMod/android_external_skia" groups="pdk,qcom_msm8x26" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 262 | <project path="external/sl4a" name="platform/external/sl4a" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 263 | <project path="external/slf4j" name="platform/external/slf4j" groups="pdk-fs" remote="aosp" /> |
| 264 | <project path="external/smali" name="platform/external/smali" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 265 | <project path="external/snakeyaml" name="platform/external/snakeyaml" groups="pdk" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 266 | <project path="external/sonic" name="platform/external/sonic" groups="pdk" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 267 | <project path="external/sonivox" name="platform/external/sonivox" groups="pdk" remote="aosp" /> |
| 268 | <project path="external/speex" name="platform/external/speex" groups="pdk" remote="aosp" /> |
| 269 | <project path="external/sqlite" name="platform/external/sqlite" groups="pdk" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 270 | <project path="external/squashfs-tools" name="platform/external/squashfs-tools" groups="pdk" remote="aosp" /> |
| 271 | <project path="external/srtp" name="platform/external/srtp" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 272 | <project path="external/strace" name="platform/external/strace" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 273 | <project path="external/svox" name="platform/external/svox" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 274 | <project path="external/tagsoup" name="platform/external/tagsoup" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 275 | <project path="external/testng" name="platform/external/testng" groups="pdk" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 276 | <project path="external/tcpdump" name="platform/external/tcpdump" groups="pdk,pdk-cw-fs,pdk-fs" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 277 | <project path="external/timezonepicker-support" name="platform/external/timezonepicker-support" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 278 | <project path="external/tinyalsa" name="CyanogenMod/android_external_tinyalsa" groups="pdk" /> |
| 279 | <project path="external/tinycompress" name="CyanogenMod/android_external_tinycompress" groups="pdk" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 280 | <project path="external/tinyxml" name="platform/external/tinyxml" groups="pdk" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 281 | <project path="external/tinyxml2" name="CyanogenMod/android_external_tinyxml2" groups="pdk" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 282 | <project path="external/tlsdate" name="platform/external/tlsdate" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 283 | <project path="external/toybox" name="CyanogenMod/android_external_toybox" groups="pdk" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 284 | <project path="external/tpm2" name="platform/external/tpm2" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 285 | <project path="external/tremolo" name="platform/external/tremolo" groups="pdk" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 286 | <project path="external/unicode" name="platform/external/unicode" groups="pdk" remote="aosp" /> |
Steve Kondik | 7d087c7 | 2016-10-25 17:17:30 -0700 | [diff] [blame] | 287 | <project path="external/universal-tween-engine" name="platform/external/universal-tween-engine" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 288 | <project path="external/v8" name="platform/external/v8" groups="pdk" remote="aosp" /> |
| 289 | <project path="external/valgrind" name="platform/external/valgrind" groups="pdk" remote="aosp" /> |
| 290 | <project path="external/vboot_reference" name="platform/external/vboot_reference" groups="vboot" remote="aosp" /> |
| 291 | <project path="external/vixl" name="platform/external/vixl" groups="pdk" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 292 | <project path="external/vogar" name="platform/external/vogar" groups="pdk" remote="aosp" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 293 | <project path="external/vulkan-validation-layers" name="platform/external/vulkan-validation-layers" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 294 | <project path="external/webp" name="platform/external/webp" groups="pdk,qcom_msm8x26" remote="aosp" /> |
| 295 | <project path="external/webrtc" name="platform/external/webrtc" groups="pdk" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 296 | <project path="external/wpa_supplicant_8" name="CyanogenMod/android_external_wpa_supplicant_8" groups="pdk" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 297 | <project path="external/xmlrpcpp" name="platform/external/xmlrpcpp" groups="pdk" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 298 | <project path="external/xmlwriter" name="platform/external/xmlwriter" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 299 | <project path="external/xmp_toolkit" name="platform/external/xmp_toolkit" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 300 | <project path="external/zlib" name="CyanogenMod/android_external_zlib" groups="pdk" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 301 | <project path="external/zopfli" name="platform/external/zopfli" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 302 | <project path="external/zxing" name="platform/external/zxing" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 303 | <project path="frameworks/av" name="CyanogenMod/android_frameworks_av" groups="pdk" /> |
| 304 | <project path="frameworks/base" name="CyanogenMod/android_frameworks_base" groups="pdk-cw-fs,pdk-fs" /> |
| 305 | <project path="frameworks/compile/libbcc" name="platform/frameworks/compile/libbcc" groups="pdk" remote="aosp" /> |
| 306 | <project path="frameworks/compile/mclinker" name="platform/frameworks/compile/mclinker" groups="pdk" remote="aosp" /> |
| 307 | <project path="frameworks/compile/slang" name="platform/frameworks/compile/slang" groups="pdk" remote="aosp" /> |
| 308 | <project path="frameworks/ex" name="platform/frameworks/ex" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 309 | <project path="frameworks/minikin" name="platform/frameworks/minikin" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 310 | <project path="frameworks/ml" name="platform/frameworks/ml" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 311 | <project path="frameworks/multidex" name="platform/frameworks/multidex" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 312 | <project path="frameworks/native" name="CyanogenMod/android_frameworks_native" groups="pdk" /> |
| 313 | <project path="frameworks/opt/bitmap" name="platform/frameworks/opt/bitmap" groups="pdk-fs" remote="aosp" /> |
| 314 | <project path="frameworks/opt/bluetooth" name="platform/frameworks/opt/bluetooth" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 315 | <project path="frameworks/opt/calendar" name="platform/frameworks/opt/calendar" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 316 | <project path="frameworks/opt/chips" name="CyanogenMod/android_frameworks_opt_chips" groups="pdk-cw-fs,pdk-fs" /> |
| 317 | <project path="frameworks/opt/colorpicker" name="platform/frameworks/opt/colorpicker" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Zhao Wei Liew | b743cc4 | 2016-09-04 15:00:39 +0800 | [diff] [blame] | 318 | <project path="frameworks/opt/datetimepicker" name="CyanogenMod/android_frameworks_opt_datetimepicker" groups="pdk-fs" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 319 | <project path="frameworks/opt/emoji" name="platform/frameworks/opt/emoji" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 320 | <project path="frameworks/opt/inputconnectioncommon" name="platform/frameworks/opt/inputconnectioncommon" groups="pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 321 | <project path="frameworks/opt/inputmethodcommon" name="platform/frameworks/opt/inputmethodcommon" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 322 | <project path="frameworks/opt/net/ethernet" name="platform/frameworks/opt/net/ethernet" groups="pdk-fs" remote="aosp" /> |
| 323 | <project path="frameworks/opt/net/ims" name="CyanogenMod/android_frameworks_opt_net_ims" groups="frameworks_ims,pdk-cw-fs,pdk-fs" /> |
| 324 | <project path="frameworks/opt/net/voip" name="platform/frameworks/opt/net/voip" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 325 | <project path="frameworks/opt/net/wifi" name="CyanogenMod/android_frameworks_opt_net_wifi" groups="pdk" /> |
| 326 | <project path="frameworks/opt/photoviewer" name="platform/frameworks/opt/photoviewer" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 327 | <project path="frameworks/opt/setupwizard" name="CyanogenMod/android_frameworks_opt_setupwizard" groups="pdk-cw-fs,pdk-fs" /> |
| 328 | <project path="frameworks/opt/telephony" name="CyanogenMod/android_frameworks_opt_telephony" groups="pdk" /> |
| 329 | <project path="frameworks/opt/timezonepicker" name="platform/frameworks/opt/timezonepicker" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 330 | <project path="frameworks/opt/vcard" name="CyanogenMod/android_frameworks_opt_vcard" groups="pdk-cw-fs,pdk-fs" /> |
| 331 | <project path="frameworks/rs" name="platform/frameworks/rs" groups="pdk" remote="aosp" /> |
Steve Kondik | 1c9b997 | 2016-09-08 02:29:05 -0700 | [diff] [blame] | 332 | <project path="frameworks/support" name="CyanogenMod/android_frameworks_support" groups="pdk-cw-fs,pdk-fs" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 333 | <project path="frameworks/data-binding" name="platform/frameworks/data-binding" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 334 | <project path="frameworks/volley" name="platform/frameworks/volley" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 335 | <project path="frameworks/webview" name="platform/frameworks/webview" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 336 | <project path="frameworks/wilhelm" name="platform/frameworks/wilhelm" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 337 | <project path="hardware/akm" name="platform/hardware/akm" remote="aosp" /> |
Chirayu Desai | 6b05bbb | 2016-09-06 23:52:36 +0530 | [diff] [blame] | 338 | <project path="hardware/broadcom/libbt" name="CyanogenMod/android_hardware_broadcom_libbt" groups="pdk" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 339 | <project path="hardware/broadcom/wlan" name="CyanogenMod/android_hardware_broadcom_wlan" groups="pdk,broadcom_wlan" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 340 | <project path="hardware/google/apf" name="platform/hardware/google/apf" groups="pdk" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 341 | <project path="hardware/intel/audio_media" name="platform/hardware/intel/audio_media" groups="intel" remote="aosp" /> |
| 342 | <project path="hardware/intel/bootstub" name="platform/hardware/intel/bootstub" groups="intel" remote="aosp" /> |
| 343 | <project path="hardware/intel/common/bd_prov" name="platform/hardware/intel/common/bd_prov" groups="intel" remote="aosp" /> |
Eloi Carracedo | 38966c7 | 2016-09-26 21:57:56 +0200 | [diff] [blame] | 344 | <project path="hardware/intel/common/libmix" name="CyanogenMod/android_hardware_intel_common_libmix" groups="intel" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 345 | <project path="hardware/intel/common/libstagefrighthw" name="platform/hardware/intel/common/libstagefrighthw" groups="intel" remote="aosp" /> |
Eloi Carracedo | 38966c7 | 2016-09-26 21:57:56 +0200 | [diff] [blame] | 346 | <project path="hardware/intel/common/libva" name="CyanogenMod/android_hardware_intel_common_libva" groups="intel" /> |
jrior001 | ce1731e | 2016-09-26 23:43:00 -0400 | [diff] [blame] | 347 | <project path="hardware/intel/common/libwsbm" name="CyanogenMod/android_hardware_intel_common_libwsbm" groups="intel" /> |
Eloi Carracedo | 38966c7 | 2016-09-26 21:57:56 +0200 | [diff] [blame] | 348 | <project path="hardware/intel/common/omx-components" name="CyanogenMod/android_hardware_intel_common_omx-components" groups="intel" /> |
| 349 | <project path="hardware/intel/common/utils" name="CyanogenMod/android_hardware_intel_common_utils" groups="intel" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 350 | <project path="hardware/intel/common/wrs_omxil_core" name="platform/hardware/intel/common/wrs_omxil_core" groups="intel" remote="aosp" /> |
Eloi Carracedo | 38966c7 | 2016-09-26 21:57:56 +0200 | [diff] [blame] | 351 | <project path="hardware/intel/img/hwcomposer" name="CyanogenMod/android_hardware_intel_img_hwcomposer" groups="intel" /> |
| 352 | <project path="hardware/intel/img/psb_headers" name="CyanogenMod/android_hardware_intel_img_psb_headers" groups="intel" /> |
| 353 | <project path="hardware/intel/img/psb_video" name="CyanogenMod/android_hardware_intel_img_psb_video" groups="intel" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 354 | <project path="hardware/intel/sensors" name="platform/hardware/intel/sensors" groups="intel_sensors" remote="aosp" /> |
Scott Warner | 06d131f | 2016-10-18 09:52:53 -0400 | [diff] [blame] | 355 | <project path="hardware/invensense" name="CyanogenMod/android_hardware_invensense" groups="invensense" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 356 | <project path="hardware/libhardware" name="CyanogenMod/android_hardware_libhardware" groups="pdk" /> |
| 357 | <project path="hardware/libhardware_legacy" name="CyanogenMod/android_hardware_libhardware_legacy" groups="pdk" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 358 | <project path="hardware/marvell/bt" name="platform/hardware/marvell/bt" groups="marvell_bt" remote="aosp" /> |
Michael Bestas | 6566f12 | 2016-10-15 21:28:19 +0300 | [diff] [blame] | 359 | <project path="hardware/qcom/audio/default" name="CyanogenMod/android_hardware_qcom_audio" groups="qcom,qcom_audio" /> |
| 360 | <project path="hardware/qcom/bootctrl" name="CyanogenMod/android_hardware_qcom_bootctrl" groups="pdk" /> |
| 361 | <project path="hardware/qcom/bt" name="CyanogenMod/android_hardware_qcom_bt" groups="qcom" /> |
| 362 | <project path="hardware/qcom/camera" name="CyanogenMod/android_hardware_qcom_camera" groups="qcom" /> |
| 363 | <project path="hardware/qcom/display" name="CyanogenMod/android_hardware_qcom_display" groups="pdk,qcom,qcom_display" /> |
| 364 | <project path="hardware/qcom/gps" name="CyanogenMod/android_hardware_qcom_gps" groups="qcom,qcom_gps" /> |
| 365 | <project path="hardware/qcom/keymaster" name="CyanogenMod/android_hardware_qcom_keymaster" groups="qcom,qcom_keymaster" /> |
| 366 | <project path="hardware/qcom/media" name="CyanogenMod/android_hardware_qcom_media" groups="qcom" /> |
| 367 | <project path="hardware/qcom/wlan" name="CyanogenMod/android_hardware_qcom_wlan" groups="qcom_wlan" /> |
| 368 | <project path="hardware/ril" name="CyanogenMod/android_hardware_ril" groups="pdk" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 369 | <project path="hardware/ti/omap3" name="platform/hardware/ti/omap3" groups="omap3" remote="aosp" /> |
Michael Bestas | 6aefe78 | 2015-10-24 22:23:39 +0300 | [diff] [blame] | 370 | <project path="hardware/ti/omap4-aah" name="platform/hardware/ti/omap4-aah" groups="omap4-aah" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 371 | <project path="hardware/ti/omap4xxx" name="CyanogenMod/android_hardware_ti_omap4xxx" groups="omap4" /> |
| 372 | <project path="libcore" name="CyanogenMod/android_libcore" groups="pdk" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 373 | <project path="libnativehelper" name="platform/libnativehelper" groups="pdk" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 374 | <project path="ndk" name="platform/ndk" groups="generic_fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 375 | <project path="packages/apps/BasicSmsReceiver" name="platform/packages/apps/BasicSmsReceiver" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
| 376 | <project path="packages/apps/Bluetooth" name="CyanogenMod/android_packages_apps_Bluetooth" groups="pdk-cw-fs,pdk-fs" /> |
| 377 | <project path="packages/apps/Calendar" name="CyanogenMod/android_packages_apps_Calendar" groups="pdk-fs" /> |
| 378 | <project path="packages/apps/Camera2" name="CyanogenMod/android_packages_apps_Camera2" groups="pdk-fs" /> |
| 379 | <project path="packages/apps/CarrierConfig" name="CyanogenMod/android_packages_apps_CarrierConfig" groups="pdk-fs" /> |
| 380 | <project path="packages/apps/CellBroadcastReceiver" name="CyanogenMod/android_packages_apps_CellBroadcastReceiver" groups="pdk-fs" /> |
Michael Bestas | fe7426b | 2016-10-15 21:39:53 +0300 | [diff] [blame] | 381 | <project path="packages/apps/CertInstaller" name="CyanogenMod/android_packages_apps_CertInstaller" groups="pdk-cw-fs,pdk-fs" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 382 | <project path="packages/apps/Contacts" name="CyanogenMod/android_packages_apps_Contacts" groups="pdk-fs" /> |
| 383 | <project path="packages/apps/ContactsCommon" name="CyanogenMod/android_packages_apps_ContactsCommon" groups="pdk-fs" /> |
| 384 | <project path="packages/apps/DeskClock" name="CyanogenMod/android_packages_apps_DeskClock" groups="pdk-fs" /> |
| 385 | <project path="packages/apps/Dialer" name="CyanogenMod/android_packages_apps_Dialer" groups="pdk-fs" /> |
| 386 | <project path="packages/apps/Email" name="CyanogenMod/android_packages_apps_Email" groups="pdk-fs" /> |
Michael Bestas | fe7426b | 2016-10-15 21:39:53 +0300 | [diff] [blame] | 387 | <project path="packages/apps/EmergencyInfo" name="CyanogenMod/android_packages_apps_EmergencyInfo" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 388 | <project path="packages/apps/ExactCalculator" name="CyanogenMod/android_packages_apps_ExactCalculator" groups="pdk-fs" /> |
| 389 | <project path="packages/apps/Gallery2" name="CyanogenMod/android_packages_apps_Gallery2" groups="pdk-fs" /> |
Michael Bestas | fe7426b | 2016-10-15 21:39:53 +0300 | [diff] [blame] | 390 | <project path="packages/apps/HTMLViewer" name="CyanogenMod/android_packages_apps_HTMLViewer" groups="pdk-fs" /> |
| 391 | <project path="packages/apps/KeyChain" name="CyanogenMod/android_packages_apps_KeyChain" groups="pdk-fs" /> |
Michael Bestas | fe7426b | 2016-10-15 21:39:53 +0300 | [diff] [blame] | 392 | <project path="packages/apps/ManagedProvisioning" name="CyanogenMod/android_packages_apps_ManagedProvisioning" groups="pdk-fs" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 393 | <project path="packages/apps/Messaging" name="CyanogenMod/android_packages_apps_Messaging" groups="pdk-fs" /> |
| 394 | <project path="packages/apps/Nfc" name="CyanogenMod/android_packages_apps_Nfc" groups="apps_nfc,pdk-fs" /> |
| 395 | <project path="packages/apps/OneTimeInitializer" name="platform/packages/apps/OneTimeInitializer" groups="pdk-fs" remote="aosp" /> |
Michael Bestas | fe7426b | 2016-10-15 21:39:53 +0300 | [diff] [blame] | 396 | <project path="packages/apps/PackageInstaller" name="CyanogenMod/android_packages_apps_PackageInstaller" groups="pdk-fs" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 397 | <project path="packages/apps/PhoneCommon" name="CyanogenMod/android_packages_apps_PhoneCommon" groups="pdk-cw-fs,pdk-fs" /> |
| 398 | <project path="packages/apps/Provision" name="platform/packages/apps/Provision" groups="pdk-fs" remote="aosp" /> |
Michael Bestas | 1aa7144 | 2016-10-26 22:06:21 +0300 | [diff] [blame] | 399 | <project path="packages/apps/SafetyRegulatoryInfo" name="CyanogenMod/android_packages_apps_SafetyRegulatoryInfo" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 400 | <project path="packages/apps/Settings" name="CyanogenMod/android_packages_apps_Settings" groups="pdk-fs" /> |
| 401 | <project path="packages/apps/SoundRecorder" name="CyanogenMod/android_packages_apps_SoundRecorder" groups="pdk-fs" /> |
| 402 | <project path="packages/apps/Stk" name="CyanogenMod/android_packages_apps_Stk" groups="apps_stk,pdk-fs" /> |
Michael Bestas | 1aa7144 | 2016-10-26 22:06:21 +0300 | [diff] [blame] | 403 | <project path="packages/apps/StorageManager" name="CyanogenMod/android_packages_apps_StorageManager" /> |
Michael Bestas | fe7426b | 2016-10-15 21:39:53 +0300 | [diff] [blame] | 404 | <project path="packages/apps/Tag" name="CyanogenMod/android_packages_apps_Tag" groups="pdk-fs" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 405 | <project path="packages/apps/Terminal" name="CyanogenMod/android_packages_apps_Terminal" groups="pdk-fs" /> |
| 406 | <project path="packages/apps/Test/connectivity" name="platform/packages/apps/Test/connectivity" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 407 | <project path="packages/apps/TvSettings" name="CyanogenMod/android_packages_apps_TvSettings" groups="generic_fs" /> |
Michael Bestas | 6566f12 | 2016-10-15 21:28:19 +0300 | [diff] [blame] | 408 | <project path="packages/apps/TV" name="CyanogenMod/android_packages_apps_TV" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 409 | <project path="packages/apps/UnifiedEmail" name="CyanogenMod/android_packages_apps_UnifiedEmail" groups="pdk-fs" /> |
Dan Pasanen | 102862e | 2016-12-05 23:40:06 -0600 | [diff] [blame] | 410 | <project path="packages/apps/WallpaperPicker" name="CyanogenMod/android_packages_apps_WallpaperPicker" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 411 | <project path="packages/experimental" name="platform/packages/experimental" remote="aosp" /> |
| 412 | <project path="packages/inputmethods/LatinIME" name="CyanogenMod/android_packages_inputmethods_LatinIME" groups="pdk-fs" /> |
Michael Bestas | fe7426b | 2016-10-15 21:39:53 +0300 | [diff] [blame] | 413 | <project path="packages/providers/BlockedNumberProvider" name="CyanogenMod/android_packages_providers_BlockedNumberProvider" groups="pdk-fs" /> |
| 414 | <project path="packages/providers/BookmarkProvider" name="CyanogenMod/android_packages_providers_BookmarkProvider" groups="pdk-fs" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 415 | <project path="packages/providers/CalendarProvider" name="CyanogenMod/android_packages_providers_CalendarProvider" groups="pdk-cw-fs,pdk-fs" /> |
| 416 | <project path="packages/providers/CallLogProvider" name="CyanogenMod/android_packages_providers_CallLogProvider" groups="pdk-fs" /> |
| 417 | <project path="packages/providers/ContactsProvider" name="CyanogenMod/android_packages_providers_ContactsProvider" groups="pdk-cw-fs,pdk-fs" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 418 | <project path="packages/providers/DownloadProvider" name="CyanogenMod/android_packages_providers_DownloadProvider" groups="pdk-cw-fs,pdk-fs" /> |
| 419 | <project path="packages/providers/MediaProvider" name="CyanogenMod/android_packages_providers_MediaProvider" groups="pdk-cw-fs,pdk-fs" /> |
Michael Bestas | fe7426b | 2016-10-15 21:39:53 +0300 | [diff] [blame] | 420 | <project path="packages/providers/PartnerBookmarksProvider" name="CyanogenMod/android_packages_providers_PartnerBookmarksProvider" groups="pdk-fs" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 421 | <project path="packages/providers/TelephonyProvider" name="CyanogenMod/android_packages_providers_TelephonyProvider" groups="pdk-cw-fs,pdk-fs" /> |
Michael Bestas | fe7426b | 2016-10-15 21:39:53 +0300 | [diff] [blame] | 422 | <project path="packages/providers/TvProvider" name="CyanogenMod/android_packages_providers_TvProvider" groups="pdk-fs" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 423 | <project path="packages/providers/UserDictionaryProvider" name="CyanogenMod/android_packages_providers_UserDictionaryProvider" groups="pdk-cw-fs,pdk-fs" /> |
| 424 | <project path="packages/screensavers/Basic" name="CyanogenMod/android_packages_screensavers_Basic" groups="pdk-fs" /> |
| 425 | <project path="packages/screensavers/PhotoTable" name="CyanogenMod/android_packages_screensavers_PhotoTable" groups="pdk-fs" /> |
| 426 | <project path="packages/screensavers/WebView" name="CyanogenMod/android_packages_screensavers_WebView" groups="pdk-fs" /> |
Michael Bestas | fe7426b | 2016-10-15 21:39:53 +0300 | [diff] [blame] | 427 | <project path="packages/services/Car" name="CyanogenMod/android_packages_services_Car" groups="adp8064,pdk-cw-fs,pdk-fs" /> |
| 428 | <project path="packages/services/Mms" name="CyanogenMod/android_packages_services_Mms" groups="pdk-cw-fs,pdk-fs" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 429 | <project path="packages/services/Telecomm" name="CyanogenMod/android_packages_services_Telecomm" groups="pdk-cw-fs,pdk-fs" /> |
| 430 | <project path="packages/services/Telephony" name="CyanogenMod/android_packages_services_Telephony" groups="pdk-cw-fs,pdk-fs" /> |
| 431 | <project path="packages/wallpapers/LivePicker" name="CyanogenMod/android_packages_wallpapers_LivePicker" groups="pdk-fs" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 432 | <project path="pdk" name="platform/pdk" groups="pdk" remote="aosp" /> |
| 433 | <project path="platform_testing" name="platform/platform_testing" remote="aosp" /> |
| 434 | <project path="prebuilts/android-emulator" name="platform/prebuilts/android-emulator" groups="pdk-fs" clone-depth="1" remote="aosp" /> |
Xin Li | 4e462bf | 2015-12-21 11:33:56 -0800 | [diff] [blame] | 435 | <project path="prebuilts/clang/darwin-x86/host/3.6" name="platform/prebuilts/clang/darwin-x86/host/3.6" groups="pdk,darwin" clone-depth="1" remote="aosp" /> |
| 436 | <project path="prebuilts/clang/linux-x86/host/3.6" name="platform/prebuilts/clang/linux-x86/host/3.6" groups="pdk,linux" clone-depth="1" remote="aosp" /> |
| 437 | <project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="pdk,darwin" clone-depth="1" remote="aosp" /> |
| 438 | <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" groups="pdk" clone-depth="1" remote="aosp" /> |
| 439 | <project path="prebuilts/deqp" name="platform/prebuilts/deqp" groups="pdk-fs" clone-depth="1" remote="aosp" /> |
| 440 | <project path="prebuilts/devtools" name="platform/prebuilts/devtools" groups="pdk-fs" clone-depth="1" remote="aosp" /> |
| 441 | <project path="prebuilts/eclipse" name="platform/prebuilts/eclipse" groups="pdk" clone-depth="1" remote="aosp" /> |
| 442 | <project path="prebuilts/eclipse-build-deps" name="platform/prebuilts/eclipse-build-deps" groups="notdefault,eclipse" clone-depth="1" remote="aosp" /> |
| 443 | <project path="prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" name="CyanogenMod/android_prebuilts_gcc_darwin-x86_aarch64_aarch64-linux-android-4.9" groups="pdk,darwin,arm" clone-depth="1" /> |
Michael Bestas | 1aa7144 | 2016-10-26 22:06:21 +0300 | [diff] [blame] | 444 | <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" clone-depth="1" remote="aosp" /> |
Xin Li | 4e462bf | 2015-12-21 11:33:56 -0800 | [diff] [blame] | 445 | <project path="prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" name="CyanogenMod/android_prebuilts_gcc_darwin-x86_arm_arm-linux-androideabi-4.9" groups="pdk,darwin,arm" clone-depth="1" /> |
| 446 | <project path="prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" name="platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" groups="pdk,darwin" clone-depth="1" remote="aosp" /> |
Xin Li | 4e462bf | 2015-12-21 11:33:56 -0800 | [diff] [blame] | 447 | <project path="prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9" name="CyanogenMod/android_prebuilts_gcc_darwin-x86_x86_x86_64-linux-android-4.9" groups="pdk,darwin,x86" clone-depth="1" /> |
| 448 | <project path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" name="CyanogenMod/android_prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-4.9" groups="pdk,linux,arm" clone-depth="1" /> |
Michael Bestas | 1aa7144 | 2016-10-26 22:06:21 +0300 | [diff] [blame] | 449 | <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" clone-depth="1" remote="aosp" /> |
Xin Li | 4e462bf | 2015-12-21 11:33:56 -0800 | [diff] [blame] | 450 | <project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" name="CyanogenMod/android_prebuilts_gcc_linux-x86_arm_arm-linux-androideabi-4.9" groups="pdk,linux,arm" clone-depth="1" /> |
| 451 | <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" clone-depth="1" remote="aosp" /> |
| 452 | <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" clone-depth="1" remote="aosp" /> |
| 453 | <project path="prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" groups="pdk-fs" clone-depth="1" remote="aosp" /> |
Xin Li | 4e462bf | 2015-12-21 11:33:56 -0800 | [diff] [blame] | 454 | <project path="prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" name="CyanogenMod/android_prebuilts_gcc_linux-x86_x86_x86_64-linux-android-4.9" groups="pdk,linux,x86" clone-depth="1" /> |
| 455 | <project path="prebuilts/gdb/darwin-x86" name="platform/prebuilts/gdb/darwin-x86" groups="darwin" clone-depth="1" remote="aosp" /> |
| 456 | <project path="prebuilts/gdb/linux-x86" name="platform/prebuilts/gdb/linux-x86" groups="linux" clone-depth="1" remote="aosp" /> |
| 457 | <project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" groups="darwin,tradefed" clone-depth="1" remote="aosp" /> |
| 458 | <project path="prebuilts/go/linux-x86" name="platform/prebuilts/go/linux-x86" groups="linux,tradefed" clone-depth="1" remote="aosp" /> |
| 459 | <project path="prebuilts/gradle-plugin" name="platform/prebuilts/gradle-plugin" groups="pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" /> |
| 460 | <project path="prebuilts/libs/libedit" name="platform/prebuilts/libs/libedit" groups="pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" /> |
| 461 | <project path="prebuilts/maven_repo/android" name="platform/prebuilts/maven_repo/android" groups="pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" /> |
| 462 | <project path="prebuilts/misc" name="platform/prebuilts/misc" groups="pdk" clone-depth="1" remote="aosp" /> |
| 463 | <project path="prebuilts/ndk" name="platform/prebuilts/ndk" groups="pdk" clone-depth="1" remote="aosp" /> |
| 464 | <project path="prebuilts/ninja/darwin-x86" name="platform/prebuilts/ninja/darwin-x86" groups="darwin,pdk,tradefed" clone-depth="1" remote="aosp" /> |
| 465 | <project path="prebuilts/ninja/linux-x86" name="platform/prebuilts/ninja/linux-x86" groups="linux,pdk,tradefed" clone-depth="1" remote="aosp" /> |
| 466 | <project path="prebuilts/python/darwin-x86/2.7.5" name="platform/prebuilts/python/darwin-x86/2.7.5" groups="darwin,pdk,pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" /> |
| 467 | <project path="prebuilts/python/linux-x86/2.7.5" name="platform/prebuilts/python/linux-x86/2.7.5" groups="linux,pdk,pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 468 | <project path="prebuilts/qemu-kernel" name="platform/prebuilts/qemu-kernel" groups="pdk" clone-depth="1" remote="aosp" /> |
Xin Li | 4e462bf | 2015-12-21 11:33:56 -0800 | [diff] [blame] | 469 | <project path="prebuilts/sdk" name="platform/prebuilts/sdk" groups="pdk" clone-depth="1" remote="aosp" /> |
| 470 | <project path="prebuilts/tools" name="platform/prebuilts/tools" groups="pdk,tools" clone-depth="1" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 471 | <project path="sdk" name="platform/sdk" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 472 | <project path="system/bt" name="CyanogenMod/android_system_bt" groups="pdk" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 473 | <project path="system/ca-certificates" name="platform/system/ca-certificates" groups="pdk" remote="aosp" /> |
| 474 | <project path="system/connectivity/apmanager" name="platform/system/connectivity/apmanager" remote="aosp" /> |
| 475 | <project path="system/connectivity/dhcp_client" name="platform/system/connectivity/dhcp_client" remote="aosp" /> |
| 476 | <project path="system/connectivity/shill" name="platform/system/connectivity/shill" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 477 | <project path="system/core" name="CyanogenMod/android_system_core" groups="pdk" /> |
| 478 | <project path="system/extras" name="CyanogenMod/android_system_extras" groups="pdk" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 479 | <project path="system/firewalld" name="platform/system/firewalld" remote="aosp" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 480 | <project path="system/gatekeeper" name="platform/system/gatekeeper" groups="pdk" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 481 | <project path="system/keymaster" name="CyanogenMod/android_system_keymaster" groups="pdk" /> |
| 482 | <project path="system/media" name="CyanogenMod/android_system_media" groups="pdk" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 483 | <project path="system/nativepower" name="platform/system/nativepower" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 484 | <project path="system/netd" name="CyanogenMod/android_system_netd" groups="pdk" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 485 | <project path="system/nvram" name="platform/system/nvram" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 486 | <project path="system/security" name="CyanogenMod/android_system_security" groups="pdk" /> |
| 487 | <project path="system/sepolicy" name="CyanogenMod/android_system_sepolicy" groups="pdk" /> |
Sam Mortimer | 169d4bd | 2016-10-08 21:46:05 -0700 | [diff] [blame] | 488 | <project path="system/tools/aidl" name="CyanogenMod/android_system_tools_aidl" groups="pdk-cw-fs,pdk-fs" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 489 | <project path="system/tpm" name="platform/system/tpm" remote="aosp" /> |
Luca Stefani | f61ccf6 | 2016-08-27 02:48:44 -0700 | [diff] [blame] | 490 | <project path="system/update_engine" name="platform/system/update_engine" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 491 | <project path="system/vold" name="CyanogenMod/android_system_vold" groups="pdk" /> |
Rashed Abdel-Tawab | cecbc8d | 2016-08-24 20:38:33 -0400 | [diff] [blame] | 492 | <project path="system/weaved" name="platform/system/weaved" remote="aosp" /> |
| 493 | <project path="system/webservd" name="platform/system/webservd" remote="aosp" /> |
| 494 | <project path="toolchain/binutils" name="toolchain/binutils" remote="aosp" /> |
Steve Kondik | 4f78f79 | 2016-08-29 17:22:33 -0700 | [diff] [blame] | 495 | <project path="tools/adt/idea" name="platform/tools/adt/idea" groups="notdefault,tools" remote="aosp" /> |
| 496 | <project path="tools/base" name="platform/tools/base" groups="notdefault,tools" remote="aosp" /> |
| 497 | <project path="tools/build" name="platform/tools/build" groups="notdefault,tools" remote="aosp" /> |
| 498 | <project path="tools/external/fat32lib" name="platform/tools/external/fat32lib" groups="tools" remote="aosp" /> |
| 499 | <project path="tools/external/gradle" name="platform/tools/external/gradle" groups="tools" remote="aosp" /> |
| 500 | <project path="tools/idea" name="platform/tools/idea" groups="notdefault,tools" remote="aosp" /> |
| 501 | <project path="tools/loganalysis" name="platform/tools/loganalysis" groups="notdefault,tradefed" remote="aosp" /> |
| 502 | <project path="tools/motodev" name="platform/tools/motodev" groups="notdefault,motodev" remote="aosp" /> |
| 503 | <project path="tools/studio/cloud" name="platform/tools/studio/cloud" groups="notdefault,tools" remote="aosp" /> |
| 504 | <project path="tools/swt" name="platform/tools/swt" groups="notdefault,tools" remote="aosp" /> |
| 505 | <project path="tools/test/connectivity" name="platform/tools/test/connectivity" remote="aosp" /> |
| 506 | <project path="tools/tradefederation" name="platform/tools/tradefederation" groups="notdefault,tradefed" remote="aosp" /> |
| 507 | |
Michael Bestas | 1aa7144 | 2016-10-26 22:06:21 +0300 | [diff] [blame] | 508 | <include name="snippets/cm.xml" /> |
Adnan Begovic | 78f08d5 | 2015-10-06 02:41:41 -0700 | [diff] [blame] | 509 | |
The Android Open Source Project | 6cf16a5 | 2011-09-16 09:30:17 -0700 | [diff] [blame] | 510 | </manifest> |