Hi, I didn't have time to push yet but:
Reviewed-by: Joonas Kylmälä <[email protected]> Denis 'GNUtoo' Carikli: > Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> > --- > default.xml | 387 ++++++++++++++++++++++++++-------------------------- > 1 file changed, 193 insertions(+), 194 deletions(-) > > diff --git a/default.xml b/default.xml > index 2ceda12..19ded51 100644 > --- a/default.xml > +++ b/default.xml > @@ -2,8 +2,7 @@ > <manifest> > > <remote name="aosp" > - fetch="https://android.googlesource.com" > - review="android-review.googlesource.com" > + fetch=".." > revision="refs/tags/android-6.0.1_r81" /> > > <remote name="lineage-mirror" > @@ -34,7 +33,7 @@ > <project path="art" name="LineageOS-mirror/android_art.git" groups="pdk" /> > <project path="bionic" name="LineageOS-mirror/android_bionic.git" > groups="pdk" /> > <project path="bootable/recovery" name="replicant/bootable_recovery.git" > remote="replicant" groups="pdk" /> > - <project path="cts" name="platform/cts" groups="cts,pdk-cw-fs,pdk-fs" > revision="marshmallow-cts-release" remote="aosp" /> > + <project path="cts" name="AOSP-mirror/platform_cts" > groups="cts,pdk-cw-fs,pdk-fs" revision="marshmallow-cts-release" > remote="aosp" /> > <project path="dalvik" name="LineageOS-mirror/android_dalvik.git" > groups="pdk-cw-fs,pdk-fs" /> > <project path="development" > name="LineageOS-mirror/android_development.git" groups="pdk-cw-fs,pdk-fs" /> > <project path="device/common" > name="LineageOS-mirror/android_device_common.git" groups="pdk-cw-fs,pdk-fs" /> > @@ -221,7 +220,7 @@ > <project path="packages/apps/Exchange" > name="LineageOS-mirror/android_packages_apps_Exchange.git" groups="pdk-fs" /> > <project path="packages/apps/FDroidPrivilegedExtension" > name="privileged-extension.git" remote="fdroid" /> > <project path="packages/apps/FMRadio" > name="LineageOS-mirror/android_packages_apps_FMRadio.git" groups="pdk-fs" /> > - <project path="packages/apps/Gallery" > name="platform/packages/apps/Gallery.git" groups="pdk-fs" remote="aosp" /> > + <project path="packages/apps/Gallery" > name="AOSP-mirror/platform_packages_apps_Gallery.git" groups="pdk-fs" > remote="aosp" /> > <project path="packages/apps/Gallery2" > name="LineageOS-mirror/android_packages_apps_Gallery2.git" groups="pdk-fs" /> > <project path="packages/apps/Gello" > name="LineageOS-mirror/android_packages_apps_Gello.git" /> > <project path="packages/apps/HTMLViewer" > name="LineageOS-mirror/android_packages_apps_HTMLViewer.git" groups="pdk-fs" > /> > @@ -305,207 +304,207 @@ > <!-- END LINEAGEOS --> > > <!-- BEGIN AOSP --> > - <project path="developers/build" name="platform/developers/build" > remote="aosp" /> > - <project path="developers/samples/android" > name="platform/developers/samples/android" remote="aosp" /> > - <project path="device/generic/mini-emulator-arm64" > name="device/generic/mini-emulator-arm64" groups="pdk" remote="aosp" /> > - <project path="device/generic/mini-emulator-armv7-a-neon" > name="device/generic/mini-emulator-armv7-a-neon" groups="pdk" remote="aosp" /> > - <project path="device/generic/mini-emulator-mips" > name="device/generic/mini-emulator-mips" groups="pdk" remote="aosp" /> > - <project path="device/generic/mini-emulator-x86" > name="device/generic/mini-emulator-x86" groups="pdk" remote="aosp" /> > - <project path="device/generic/mini-emulator-x86_64" > name="device/generic/mini-emulator-x86_64" groups="pdk" remote="aosp" /> > - <project path="device/generic/qemu" name="device/generic/qemu" > remote="aosp" /> > - <project path="device/generic/x86" name="device/generic/x86" groups="pdk" > remote="aosp" /> > - <project path="device/generic/x86_64" name="device/generic/x86_64" > groups="pdk" remote="aosp" /> > - <project path="device/google/accessory/arduino" > name="device/google/accessory/arduino" groups="device" remote="aosp" /> > - <project path="device/google/accessory/demokit" > name="device/google/accessory/demokit" groups="device" remote="aosp" /> > - <project path="device/sample" name="device/sample" groups="pdk" > remote="aosp" /> > - <project path="docs/source.android.com" > name="platform/docs/source.android.com" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="developers/build" > name="AOSP-mirror/platform_developers_build" remote="aosp" /> > + <project path="developers/samples/android" > name="AOSP-mirror/platform_developers_samples_android" remote="aosp" /> > + <project path="device/generic/mini-emulator-arm64" > name="AOSP-mirror/device_generic_mini-emulator-arm64" groups="pdk" > remote="aosp" /> > + <project path="device/generic/mini-emulator-armv7-a-neon" > name="AOSP-mirror/device_generic_mini-emulator-armv7-a-neon" groups="pdk" > remote="aosp" /> > + <project path="device/generic/mini-emulator-mips" > name="AOSP-mirror/device_generic_mini-emulator-mips" groups="pdk" > remote="aosp" /> > + <project path="device/generic/mini-emulator-x86" > name="AOSP-mirror/device_generic_mini-emulator-x86" groups="pdk" > remote="aosp" /> > + <project path="device/generic/mini-emulator-x86_64" > name="AOSP-mirror/device_generic_mini-emulator-x86_64" groups="pdk" > remote="aosp" /> > + <project path="device/generic/qemu" name="AOSP-mirror/device_generic_qemu" > remote="aosp" /> > + <project path="device/generic/x86" name="AOSP-mirror/device_generic_x86" > groups="pdk" remote="aosp" /> > + <project path="device/generic/x86_64" > name="AOSP-mirror/device_generic_x86_64" groups="pdk" remote="aosp" /> > + <project path="device/google/accessory/arduino" > name="AOSP-mirror/device_google_accessory_arduino" groups="device" > remote="aosp" /> > + <project path="device/google/accessory/demokit" > name="AOSP-mirror/device_google_accessory_demokit" groups="device" > remote="aosp" /> > + <project path="device/sample" name="AOSP-mirror/device_sample" > groups="pdk" remote="aosp" /> > + <project path="docs/source.android.com" > name="AOSP-mirror/platform_docs_source.android.com" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > <project path="external/aac" > name="LineageOS-mirror/android_external_aac.git" groups="pdk" > remote="lineage-mirror" /> > - <project path="external/androidplot" name="platform/external/androidplot" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/antlr" name="platform/external/antlr" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/apache-commons-math" > name="platform/external/apache-commons-math" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > - <project path="external/apache-harmony" > name="platform/external/apache-harmony" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > - <project path="external/apache-xml" name="platform/external/apache-xml" > groups="pdk" remote="aosp" /> > - <project path="external/bison" name="platform/external/bison" groups="pdk" > remote="aosp" /> > - <project path="external/blktrace" name="platform/external/blktrace" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/bsdiff" name="platform/external/bsdiff" > groups="pdk" remote="aosp" /> > - <project path="external/cblas" name="platform/external/cblas" groups="pdk" > remote="aosp" /> > - <project path="external/ceres-solver" > name="platform/external/ceres-solver" groups="pdk-cw-fs,pdk-fs" remote="aosp" > /> > - <project path="external/chromium-libpac" > name="platform/external/chromium-libpac" groups="pdk-fs" remote="aosp" /> > - <project path="external/chromium-trace" > name="platform/external/chromium-trace" groups="pdk" remote="aosp" /> > + <project path="external/androidplot" > name="AOSP-mirror/platform_external_androidplot" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/antlr" name="AOSP-mirror/platform_external_antlr" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/apache-commons-math" > name="AOSP-mirror/platform_external_apache-commons-math" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/apache-harmony" > name="AOSP-mirror/platform_external_apache-harmony" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/apache-xml" > name="AOSP-mirror/platform_external_apache-xml" groups="pdk" remote="aosp" /> > + <project path="external/bison" name="AOSP-mirror/platform_external_bison" > groups="pdk" remote="aosp" /> > + <project path="external/blktrace" > name="AOSP-mirror/platform_external_blktrace" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/bsdiff" > name="AOSP-mirror/platform_external_bsdiff" groups="pdk" remote="aosp" /> > + <project path="external/cblas" name="AOSP-mirror/platform_external_cblas" > groups="pdk" remote="aosp" /> > + <project path="external/ceres-solver" > name="AOSP-mirror/platform_external_ceres-solver" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/chromium-libpac" > name="AOSP-mirror/platform_external_chromium-libpac" groups="pdk-fs" > remote="aosp" /> > + <project path="external/chromium-trace" > name="AOSP-mirror/platform_external_chromium-trace" groups="pdk" > remote="aosp" /> > <project path="external/chromium-webview" > name="replicant/external_chromium-webview.git" groups="pdk" clone-depth="1" > remote="replicant" /> > - <project path="external/clang" name="platform/external/clang" groups="pdk" > remote="aosp" /> > - <project path="external/cmockery" name="platform/external/cmockery" > groups="pdk-fs" remote="aosp" /> > - <project path="external/compiler-rt" name="platform/external/compiler-rt" > groups="pdk" remote="aosp" /> > - <project path="external/conscrypt" name="platform/external/conscrypt" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/crcalc" name="platform/external/crcalc" > groups="pdk-fs" remote="aosp" /> > - <project path="external/deqp" name="platform/external/deqp" > groups="pdk-fs" remote="aosp" /> > - <project path="external/dexmaker" name="platform/external/dexmaker" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/donuts" name="platform/external/donuts" > groups="pdk-fs" remote="aosp" /> > + <project path="external/clang" name="AOSP-mirror/platform_external_clang" > groups="pdk" remote="aosp" /> > + <project path="external/cmockery" > name="AOSP-mirror/platform_external_cmockery" groups="pdk-fs" remote="aosp" /> > + <project path="external/compiler-rt" > name="AOSP-mirror/platform_external_compiler-rt" groups="pdk" remote="aosp" /> > + <project path="external/conscrypt" > name="AOSP-mirror/platform_external_conscrypt" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/crcalc" > name="AOSP-mirror/platform_external_crcalc" groups="pdk-fs" remote="aosp" /> > + <project path="external/deqp" name="AOSP-mirror/platform_external_deqp" > groups="pdk-fs" remote="aosp" /> > + <project path="external/dexmaker" > name="AOSP-mirror/platform_external_dexmaker" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/donuts" > name="AOSP-mirror/platform_external_donuts" groups="pdk-fs" remote="aosp" /> > <project path="external/drm_gralloc" > name="replicant/external_drm_gralloc.git" groups="drm_gralloc" > remote="replicant" /> > - <project path="external/drm_hwcomposer" > name="platform/external/drm_hwcomposer" groups="drm_hwcomposer" remote="aosp" > /> > - <project path="external/droiddriver" name="platform/external/droiddriver" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/easymock" name="platform/external/easymock" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/eclipse-windowbuilder" > name="platform/external/eclipse-windowbuilder" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > - <project path="external/eigen" name="platform/external/eigen" groups="pdk" > remote="aosp" /> > - <project path="external/embunit" name="platform/external/embunit" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/emma" name="platform/external/emma" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/esd" name="platform/external/esd" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/expat" name="platform/external/expat" groups="pdk" > remote="aosp" /> > - <project path="external/eyes-free" name="platform/external/eyes-free" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/fdlibm" name="platform/external/fdlibm" > groups="pdk" remote="aosp" /> > - <project path="external/fio" name="platform/external/fio" groups="pdk-fs" > remote="aosp" /> > - <project path="external/fonttools" name="platform/external/fonttools" > groups="pdk-fs" remote="aosp" /> > - <project path="external/freetype" name="platform/external/freetype" > groups="pdk" remote="aosp" /> > - <project path="external/giflib" name="platform/external/giflib" > groups="pdk,qcom_msm8x26" remote="aosp" /> > - <project path="external/glide" name="platform/external/glide" > groups="pdk-fs" remote="aosp" /> > - <project path="external/google-breakpad" > name="platform/external/google-breakpad" groups="dragon" remote="aosp" /> > - <project path="external/google-fonts/carrois-gothic-sc" > name="platform/external/google-fonts/carrois-gothic-sc" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/google-fonts/coming-soon" > name="platform/external/google-fonts/coming-soon" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > - <project path="external/google-fonts/cutive-mono" > name="platform/external/google-fonts/cutive-mono" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > - <project path="external/google-fonts/dancing-script" > name="platform/external/google-fonts/dancing-script" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/google-tv-pairing-protocol" > name="platform/external/google-tv-pairing-protocol" groups="pdk-fs" > remote="aosp" /> > - <project path="external/gtest" name="platform/external/gtest" groups="pdk" > remote="aosp" /> > - <project path="external/hamcrest" name="platform/external/hamcrest" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/harfbuzz_ng" name="platform/external/harfbuzz_ng" > groups="pdk,qcom_msm8x26" remote="aosp" /> > - <project path="external/hyphenation-patterns" > name="platform/external/hyphenation-patterns" groups="pdk-fs" remote="aosp" /> > - <project path="external/ipsec-tools" name="platform/external/ipsec-tools" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/iputils" name="platform/external/iputils" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/javasqlite" name="platform/external/javasqlite" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/javassist" name="platform/external/javassist" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/jdiff" name="platform/external/jdiff" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/jemalloc" name="platform/external/jemalloc" > groups="pdk" remote="aosp" /> > - <project path="external/jetty" name="platform/external/jetty" > groups="pdk-fs" remote="aosp" /> > - <project path="external/jhead" name="platform/external/jhead" groups="pdk" > remote="aosp" /> > - <project path="external/jline" name="platform/external/jline" > groups="notdefault,tradefed" remote="aosp" /> > - <project path="external/jmdns" name="platform/external/jmdns" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/jmonkeyengine" > name="platform/external/jmonkeyengine" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > - <project path="external/jsilver" name="platform/external/jsilver" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/jsmn" name="platform/external/jsmn" groups="pdk" > remote="aosp" /> > - <project path="external/jsoncpp" name="platform/external/jsoncpp" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/junit" name="platform/external/junit" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/kernel-headers" > name="platform/external/kernel-headers" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > - <project path="external/ksoap2" name="platform/external/ksoap2" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/libcap-ng" name="platform/external/libcap-ng" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/libcxx" name="platform/external/libcxx" > groups="pdk" remote="aosp" /> > - <project path="external/libcxxabi" name="platform/external/libcxxabi" > groups="pdk" remote="aosp" /> > - <project path="external/libdrm" name="platform/external/libdrm" > groups="pdk" remote="aosp" /> > - <project path="external/libedit" name="platform/external/libedit" > groups="pdk-fs" remote="aosp" /> > - <project path="external/libexif" name="platform/external/libexif" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/libgsm" name="platform/external/libgsm" > groups="pdk" remote="aosp" /> > - <project path="external/liblzf" name="platform/external/liblzf" > groups="pdk" remote="aosp" /> > - <project path="external/libmtp" name="platform/external/libmtp" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/libogg" name="platform/external/libogg" > groups="pdk" remote="aosp" /> > - <project path="external/libopus" name="platform/external/libopus" > groups="pdk" remote="aosp" /> > - <project path="external/libpcap" name="platform/external/libpcap" > groups="pdk,pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/libpng" name="platform/external/libpng" > groups="pdk" remote="aosp" /> > - <project path="external/libphonenumber" > name="platform/external/libphonenumber" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > - <project path="external/libunwind" name="platform/external/libunwind" > groups="pdk" remote="aosp" /> > - <project path="external/libusb-compat" > name="platform/external/libusb-compat" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > - <project path="external/libutf" name="platform/external/libutf" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/libvncserver" > name="platform/external/libvncserver" groups="pdk-cw-fs,pdk-fs" remote="aosp" > /> > + <project path="external/drm_hwcomposer" > name="AOSP-mirror/platform_external_drm_hwcomposer" groups="drm_hwcomposer" > remote="aosp" /> > + <project path="external/droiddriver" > name="AOSP-mirror/platform_external_droiddriver" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/easymock" > name="AOSP-mirror/platform_external_easymock" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/eclipse-windowbuilder" > name="AOSP-mirror/platform_external_eclipse-windowbuilder" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/eigen" name="AOSP-mirror/platform_external_eigen" > groups="pdk" remote="aosp" /> > + <project path="external/embunit" > name="AOSP-mirror/platform_external_embunit" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/emma" name="AOSP-mirror/platform_external_emma" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/esd" name="AOSP-mirror/platform_external_esd" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/expat" name="AOSP-mirror/platform_external_expat" > groups="pdk" remote="aosp" /> > + <project path="external/eyes-free" > name="AOSP-mirror/platform_external_eyes-free" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/fdlibm" > name="AOSP-mirror/platform_external_fdlibm" groups="pdk" remote="aosp" /> > + <project path="external/fio" name="AOSP-mirror/platform_external_fio" > groups="pdk-fs" remote="aosp" /> > + <project path="external/fonttools" > name="AOSP-mirror/platform_external_fonttools" groups="pdk-fs" remote="aosp" > /> > + <project path="external/freetype" > name="AOSP-mirror/platform_external_freetype" groups="pdk" remote="aosp" /> > + <project path="external/giflib" > name="AOSP-mirror/platform_external_giflib" groups="pdk,qcom_msm8x26" > remote="aosp" /> > + <project path="external/glide" name="AOSP-mirror/platform_external_glide" > groups="pdk-fs" remote="aosp" /> > + <project path="external/google-breakpad" > name="AOSP-mirror/platform_external_google-breakpad" groups="dragon" > remote="aosp" /> > + <project path="external/google-fonts/carrois-gothic-sc" > name="AOSP-mirror/platform_external_google-fonts_carrois-gothic-sc" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/google-fonts/coming-soon" > name="AOSP-mirror/platform_external_google-fonts_coming-soon" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/google-fonts/cutive-mono" > name="AOSP-mirror/platform_external_google-fonts_cutive-mono" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/google-fonts/dancing-script" > name="AOSP-mirror/platform_external_google-fonts_dancing-script" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/google-tv-pairing-protocol" > name="AOSP-mirror/platform_external_google-tv-pairing-protocol" > groups="pdk-fs" remote="aosp" /> > + <project path="external/gtest" name="AOSP-mirror/platform_external_gtest" > groups="pdk" remote="aosp" /> > + <project path="external/hamcrest" > name="AOSP-mirror/platform_external_hamcrest" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/harfbuzz_ng" > name="AOSP-mirror/platform_external_harfbuzz_ng" groups="pdk,qcom_msm8x26" > remote="aosp" /> > + <project path="external/hyphenation-patterns" > name="AOSP-mirror/platform_external_hyphenation-patterns" groups="pdk-fs" > remote="aosp" /> > + <project path="external/ipsec-tools" > name="AOSP-mirror/platform_external_ipsec-tools" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/iputils" > name="AOSP-mirror/platform_external_iputils" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/javasqlite" > name="AOSP-mirror/platform_external_javasqlite" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/javassist" > name="AOSP-mirror/platform_external_javassist" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/jdiff" name="AOSP-mirror/platform_external_jdiff" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/jemalloc" > name="AOSP-mirror/platform_external_jemalloc" groups="pdk" remote="aosp" /> > + <project path="external/jetty" name="AOSP-mirror/platform_external_jetty" > groups="pdk-fs" remote="aosp" /> > + <project path="external/jhead" name="AOSP-mirror/platform_external_jhead" > groups="pdk" remote="aosp" /> > + <project path="external/jline" name="AOSP-mirror/platform_external_jline" > groups="notdefault,tradefed" remote="aosp" /> > + <project path="external/jmdns" name="AOSP-mirror/platform_external_jmdns" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/jmonkeyengine" > name="AOSP-mirror/platform_external_jmonkeyengine" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/jsilver" > name="AOSP-mirror/platform_external_jsilver" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/jsmn" name="AOSP-mirror/platform_external_jsmn" > groups="pdk" remote="aosp" /> > + <project path="external/jsoncpp" > name="AOSP-mirror/platform_external_jsoncpp" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/junit" name="AOSP-mirror/platform_external_junit" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/kernel-headers" > name="AOSP-mirror/platform_external_kernel-headers" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/ksoap2" > name="AOSP-mirror/platform_external_ksoap2" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/libcap-ng" > name="AOSP-mirror/platform_external_libcap-ng" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/libcxx" > name="AOSP-mirror/platform_external_libcxx" groups="pdk" remote="aosp" /> > + <project path="external/libcxxabi" > name="AOSP-mirror/platform_external_libcxxabi" groups="pdk" remote="aosp" /> > + <project path="external/libdrm" > name="AOSP-mirror/platform_external_libdrm" groups="pdk" remote="aosp" /> > + <project path="external/libedit" > name="AOSP-mirror/platform_external_libedit" groups="pdk-fs" remote="aosp" /> > + <project path="external/libexif" > name="AOSP-mirror/platform_external_libexif" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/libgsm" > name="AOSP-mirror/platform_external_libgsm" groups="pdk" remote="aosp" /> > + <project path="external/liblzf" > name="AOSP-mirror/platform_external_liblzf" groups="pdk" remote="aosp" /> > + <project path="external/libmtp" > name="AOSP-mirror/platform_external_libmtp" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/libogg" > name="AOSP-mirror/platform_external_libogg" groups="pdk" remote="aosp" /> > + <project path="external/libopus" > name="AOSP-mirror/platform_external_libopus" groups="pdk" remote="aosp" /> > + <project path="external/libpcap" > name="AOSP-mirror/platform_external_libpcap" groups="pdk,pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/libpng" > name="AOSP-mirror/platform_external_libpng" groups="pdk" remote="aosp" /> > + <project path="external/libphonenumber" > name="AOSP-mirror/platform_external_libphonenumber" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/libunwind" > name="AOSP-mirror/platform_external_libunwind" groups="pdk" remote="aosp" /> > + <project path="external/libusb-compat" > name="AOSP-mirror/platform_external_libusb-compat" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/libutf" > name="AOSP-mirror/platform_external_libutf" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/libvncserver" > name="AOSP-mirror/platform_external_libvncserver" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > <project path="external/libvorbis" > name="LineageOS-mirror/android_external_libvorbis.git" > groups="pdk-cw-fs,pdk-fs" remote="lineage-mirror" /> > - <project path="external/libyuv" name="platform/external/libyuv" > groups="libyuv,pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/littlemock" name="platform/external/littlemock" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/lld" name="platform/external/lld" groups="pdk-fs" > remote="aosp" /> > - <project path="external/lldb" name="platform/external/lldb" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/libyuv" > name="AOSP-mirror/platform_external_libyuv" groups="libyuv,pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/littlemock" > name="AOSP-mirror/platform_external_littlemock" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/lld" name="AOSP-mirror/platform_external_lld" > groups="pdk-fs" remote="aosp" /> > + <project path="external/lldb" name="AOSP-mirror/platform_external_lldb" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > <project path="external/llvm" name="replicant/external_llvm.git" > groups="pdk" remote="replicant" /> > - <project path="external/ltrace" name="platform/external/ltrace" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/marisa-trie" name="platform/external/marisa-trie" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/markdown" name="platform/external/markdown" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/mdnsresponder" > name="platform/external/mdnsresponder" groups="pdk" remote="aosp" /> > + <project path="external/ltrace" > name="AOSP-mirror/platform_external_ltrace" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/marisa-trie" > name="AOSP-mirror/platform_external_marisa-trie" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/markdown" > name="AOSP-mirror/platform_external_markdown" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/mdnsresponder" > name="AOSP-mirror/platform_external_mdnsresponder" groups="pdk" remote="aosp" > /> > <project path="external/mesa3d" name="replicant/external_mesa3d.git" > groups="pdk-cw-fs,pdk-fs" remote="replicant" /> > - <project path="external/messageformat" > name="platform/external/messageformat" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > - <project path="external/mockftpserver" > name="platform/external/mockftpserver" groups="pdk-fs" remote="aosp" /> > - <project path="external/mockito" name="platform/external/mockito" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/mockwebserver" > name="platform/external/mockwebserver" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > - <project path="external/mp4parser" name="platform/external/mp4parser" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/mtpd" name="platform/external/mtpd" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/nanohttpd" name="platform/external/nanohttpd" > groups="pdk-fs" remote="aosp" /> > - <project path="external/nanopb-c" name="platform/external/nanopb-c" > groups="pdk" remote="aosp" /> > - <project path="external/naver-fonts" name="platform/external/naver-fonts" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/netcat" name="platform/external/netcat" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/netperf" name="platform/external/netperf" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/neven" name="platform/external/neven" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/nfacct" name="platform/external/nfacct" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/nist-pkits" name="platform/external/nist-pkits" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/noto-fonts" name="platform/external/noto-fonts" > groups="pdk" remote="aosp" /> > - <project path="external/oauth" name="platform/external/oauth" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/objenesis" name="platform/external/objenesis" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/opencv" name="platform/external/opencv" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/openfst" name="platform/external/openfst" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/owasp/sanitizer" > name="platform/external/owasp/sanitizer" groups="pdk-fs" remote="aosp" /> > + <project path="external/messageformat" > name="AOSP-mirror/platform_external_messageformat" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/mockftpserver" > name="AOSP-mirror/platform_external_mockftpserver" groups="pdk-fs" > remote="aosp" /> > + <project path="external/mockito" > name="AOSP-mirror/platform_external_mockito" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/mockwebserver" > name="AOSP-mirror/platform_external_mockwebserver" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/mp4parser" > name="AOSP-mirror/platform_external_mp4parser" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/mtpd" name="AOSP-mirror/platform_external_mtpd" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/nanohttpd" > name="AOSP-mirror/platform_external_nanohttpd" groups="pdk-fs" remote="aosp" > /> > + <project path="external/nanopb-c" > name="AOSP-mirror/platform_external_nanopb-c" groups="pdk" remote="aosp" /> > + <project path="external/naver-fonts" > name="AOSP-mirror/platform_external_naver-fonts" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/netcat" > name="AOSP-mirror/platform_external_netcat" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/netperf" > name="AOSP-mirror/platform_external_netperf" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/neven" name="AOSP-mirror/platform_external_neven" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/nfacct" > name="AOSP-mirror/platform_external_nfacct" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/nist-pkits" > name="AOSP-mirror/platform_external_nist-pkits" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/noto-fonts" > name="AOSP-mirror/platform_external_noto-fonts" groups="pdk" remote="aosp" /> > + <project path="external/oauth" name="AOSP-mirror/platform_external_oauth" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/objenesis" > name="AOSP-mirror/platform_external_objenesis" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/opencv" > name="AOSP-mirror/platform_external_opencv" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/openfst" > name="AOSP-mirror/platform_external_openfst" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/owasp/sanitizer" > name="AOSP-mirror/platform_external_owasp_sanitizer" groups="pdk-fs" > remote="aosp" /> > <project path="external/parameter-framework" > name="replicant/external_parameter-framework.git" groups="pdk-fs" > remote="replicant" /> > - <project path="external/ppp" name="platform/external/ppp" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/proguard" name="platform/external/proguard" > groups="pdk" remote="aosp" /> > + <project path="external/ppp" name="AOSP-mirror/platform_external_ppp" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/proguard" > name="AOSP-mirror/platform_external_proguard" groups="pdk" remote="aosp" /> > <project path="external/protobuf" name="replicant/external_protobuf.git" > groups="pdk" remote="replicant" /> > - <project path="external/regex-re2" name="platform/external/regex-re2" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/replicaisland" > name="platform/external/replicaisland" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > - <project path="external/robolectric" name="platform/external/robolectric" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/roboto-fonts" > name="platform/external/roboto-fonts" groups="pdk-cw-fs,pdk-fs" remote="aosp" > /> > - <project path="external/safe-iop" name="platform/external/safe-iop" > groups="pdk" remote="aosp" /> > - <project path="external/scrypt" name="platform/external/scrypt" > groups="pdk" remote="aosp" /> > - <project path="external/selinux" name="platform/external/selinux" > groups="pdk" remote="aosp" /> > - <project path="external/sfntly" name="platform/external/sfntly" > groups="pdk,qcom_msm8x26" remote="aosp" /> > - <project path="external/slf4j" name="platform/external/slf4j" > groups="pdk-fs" remote="aosp" /> > - <project path="external/smali" name="platform/external/smali" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/sonic" name="platform/external/sonic" groups="pdk" > remote="aosp" /> > - <project path="external/sqlite" name="platform/external/sqlite" > groups="pdk" remote="aosp" /> > - <project path="external/squashfs-tools" > name="platform/external/squashfs-tools" groups="pdk" remote="aosp" /> > - <project path="external/srtp" name="platform/external/srtp" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/svox" name="platform/external/svox" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/tagsoup" name="platform/external/tagsoup" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/timezonepicker-support" > name="platform/external/timezonepicker-support" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > - <project path="external/tinyxml" name="platform/external/tinyxml" > groups="pdk" remote="aosp" /> > - <project path="external/tremolo" name="platform/external/tremolo" > groups="pdk" remote="aosp" /> > - <project path="external/v8" name="platform/external/v8" groups="pdk" > remote="aosp" /> > - <project path="external/valgrind" name="platform/external/valgrind" > groups="pdk" remote="aosp" /> > - <project path="external/vboot_reference" > name="platform/external/vboot_reference" groups="vboot" remote="aosp" /> > - <project path="external/vixl" name="platform/external/vixl" groups="pdk" > remote="aosp" /> > - <project path="external/webp" name="platform/external/webp" > groups="pdk,qcom_msm8x26" remote="aosp" /> > - <project path="external/webrtc" name="platform/external/webrtc" > groups="pdk" remote="aosp" /> > - <project path="external/xmlwriter" name="platform/external/xmlwriter" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/xmp_toolkit" name="platform/external/xmp_toolkit" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/zopfli" name="platform/external/zopfli" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="external/zxing" name="platform/external/zxing" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > - <project path="frameworks/opt/inputconnectioncommon" > name="platform/frameworks/opt/inputconnectioncommon" groups="pdk-fs" > remote="aosp" /> > - <project path="frameworks/data-binding" > name="platform/frameworks/data-binding" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > - <project path="hardware/intel/audio_media" > name="platform/hardware/intel/audio_media" groups="intel" remote="aosp" /> > - <project path="hardware/intel/bootstub" > name="platform/hardware/intel/bootstub" groups="intel" remote="aosp" /> > - <project path="hardware/intel/common/bd_prov" > name="platform/hardware/intel/common/bd_prov" groups="intel" remote="aosp" /> > - <project path="hardware/intel/common/libstagefrighthw" > name="platform/hardware/intel/common/libstagefrighthw" groups="intel" > remote="aosp"/> > - <project path="hardware/intel/common/utils" > name="platform/hardware/intel/common/utils" groups="intel" remote="aosp" /> > - <project path="hardware/intel/common/wrs_omxil_core" > name="platform/hardware/intel/common/wrs_omxil_core" groups="intel" > remote="aosp" /> > - <project path="hardware/intel/sensors" > name="platform/hardware/intel/sensors" groups="intel_sensors" remote="aosp" /> > - <project path="hardware/marvell/bt" name="platform/hardware/marvell/bt" > groups="marvell_bt" remote="aosp" /> > - <project path="hardware/qcom/msm8960" > name="platform/hardware/qcom/msm8960" groups="qcom_msm8960" remote="aosp" /> > - <project path="hardware/qcom/msm8994" > name="platform/hardware/qcom/msm8994" groups="qcom_msm8994" remote="aosp" /> > - <project path="hardware/qcom/msm8x26" > name="platform/hardware/qcom/msm8x26" groups="qcom_msm8x26" remote="aosp" /> > - <project path="hardware/qcom/msm8x27" > name="platform/hardware/qcom/msm8x27" groups="qcom_msm8x27" remote="aosp" /> > - <project path="hardware/qcom/msm8x74" > name="platform/hardware/qcom/msm8x74" groups="pdk,qcom_msm8x74" remote="aosp" > /> > - <project path="hardware/qcom/msm8x84" > name="platform/hardware/qcom/msm8x84" groups="qcom_msm8x84" remote="aosp" /> > - <project path="hardware/ti/omap3" name="platform/hardware/ti/omap3" > groups="omap3" remote="aosp" /> > - <project path="hardware/ti/omap4-aah" > name="platform/hardware/ti/omap4-aah" groups="omap4-aah" remote="aosp" /> > - <project path="ndk" name="platform/ndk" groups="generic_fs" remote="aosp" > /> > - <project path="packages/apps/OneTimeInitializer" > name="platform/packages/apps/OneTimeInitializer" remote="aosp" /> > - <project path="pdk" name="platform/pdk" groups="pdk" remote="aosp" /> > - <project path="platform_testing" name="platform/platform_testing" > remote="aosp" /> > - <project path="prebuilts/android-emulator" > name="platform/prebuilts/android-emulator" groups="notdefault,pdk-fs" > clone-depth="1" remote="aosp" /> > - <project path="prebuilts/devtools" name="platform/prebuilts/devtools" > groups="notdefault,pdk-fs" clone-depth="1" remote="aosp" /> > - <project path="prebuilts/eclipse" name="platform/prebuilts/eclipse" > groups="notdefault,pdk" clone-depth="1" remote="aosp" /> > - <project path="prebuilts/eclipse-build-deps" > name="platform/prebuilts/eclipse-build-deps" groups="notdefault,eclipse" > clone-depth="1" remote="aosp" /> > - <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="notdefault,pdk,linux,arm" clone-depth="1" remote="aosp" /> > - <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="notdefault,pdk,linux,mips" clone-depth="1" remote="aosp" /> > - <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="notdefault,pdk,linux,x86" clone-depth="1" remote="aosp" /> > - <project path="prebuilts/gradle-plugin" > name="platform/prebuilts/gradle-plugin" groups="notdefault,pdk-cw-fs,pdk-fs" > clone-depth="1" remote="aosp" /> > - <project path="prebuilts/libs/libedit" > name="platform/prebuilts/libs/libedit" groups="notdefault,pdk-cw-fs,pdk-fs" > clone-depth="1" remote="aosp" /> > - <project path="prebuilts/maven_repo/android" > name="platform/prebuilts/maven_repo/android" > groups="notdefault,pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" /> > - <project path="prebuilts/misc" name="platform/prebuilts/misc" > groups="notdefault,pdk" clone-depth="1" remote="aosp" /> > + <project path="external/regex-re2" > name="AOSP-mirror/platform_external_regex-re2" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/replicaisland" > name="AOSP-mirror/platform_external_replicaisland" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/robolectric" > name="AOSP-mirror/platform_external_robolectric" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/roboto-fonts" > name="AOSP-mirror/platform_external_roboto-fonts" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/safe-iop" > name="AOSP-mirror/platform_external_safe-iop" groups="pdk" remote="aosp" /> > + <project path="external/scrypt" > name="AOSP-mirror/platform_external_scrypt" groups="pdk" remote="aosp" /> > + <project path="external/selinux" > name="AOSP-mirror/platform_external_selinux" groups="pdk" remote="aosp" /> > + <project path="external/sfntly" > name="AOSP-mirror/platform_external_sfntly" groups="pdk,qcom_msm8x26" > remote="aosp" /> > + <project path="external/slf4j" name="AOSP-mirror/platform_external_slf4j" > groups="pdk-fs" remote="aosp" /> > + <project path="external/smali" name="AOSP-mirror/platform_external_smali" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/sonic" name="AOSP-mirror/platform_external_sonic" > groups="pdk" remote="aosp" /> > + <project path="external/sqlite" > name="AOSP-mirror/platform_external_sqlite" groups="pdk" remote="aosp" /> > + <project path="external/squashfs-tools" > name="AOSP-mirror/platform_external_squashfs-tools" groups="pdk" > remote="aosp" /> > + <project path="external/srtp" name="AOSP-mirror/platform_external_srtp" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/svox" name="AOSP-mirror/platform_external_svox" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/tagsoup" > name="AOSP-mirror/platform_external_tagsoup" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/timezonepicker-support" > name="AOSP-mirror/platform_external_timezonepicker-support" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="external/tinyxml" > name="AOSP-mirror/platform_external_tinyxml" groups="pdk" remote="aosp" /> > + <project path="external/tremolo" > name="AOSP-mirror/platform_external_tremolo" groups="pdk" remote="aosp" /> > + <project path="external/v8" name="AOSP-mirror/platform_external_v8" > groups="pdk" remote="aosp" /> > + <project path="external/valgrind" > name="AOSP-mirror/platform_external_valgrind" groups="pdk" remote="aosp" /> > + <project path="external/vboot_reference" > name="AOSP-mirror/platform_external_vboot_reference" groups="vboot" > remote="aosp" /> > + <project path="external/vixl" name="AOSP-mirror/platform_external_vixl" > groups="pdk" remote="aosp" /> > + <project path="external/webp" name="AOSP-mirror/platform_external_webp" > groups="pdk,qcom_msm8x26" remote="aosp" /> > + <project path="external/webrtc" > name="AOSP-mirror/platform_external_webrtc" groups="pdk" remote="aosp" /> > + <project path="external/xmlwriter" > name="AOSP-mirror/platform_external_xmlwriter" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/xmp_toolkit" > name="AOSP-mirror/platform_external_xmp_toolkit" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/zopfli" > name="AOSP-mirror/platform_external_zopfli" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="external/zxing" name="AOSP-mirror/platform_external_zxing" > groups="pdk-cw-fs,pdk-fs" remote="aosp" /> > + <project path="frameworks/opt/inputconnectioncommon" > name="AOSP-mirror/platform_frameworks_opt_inputconnectioncommon" > groups="pdk-fs" remote="aosp" /> > + <project path="frameworks/data-binding" > name="AOSP-mirror/platform_frameworks_data-binding" groups="pdk-cw-fs,pdk-fs" > remote="aosp" /> > + <project path="hardware/intel/audio_media" > name="AOSP-mirror/platform_hardware_intel_audio_media" groups="intel" > remote="aosp" /> > + <project path="hardware/intel/bootstub" > name="AOSP-mirror/platform_hardware_intel_bootstub" groups="intel" > remote="aosp" /> > + <project path="hardware/intel/common/bd_prov" > name="AOSP-mirror/platform_hardware_intel_common_bd_prov" groups="intel" > remote="aosp" /> > + <project path="hardware/intel/common/libstagefrighthw" > name="AOSP-mirror/platform_hardware_intel_common_libstagefrighthw" > groups="intel" remote="aosp"/> > + <project path="hardware/intel/common/utils" > name="AOSP-mirror/platform_hardware_intel_common_utils" groups="intel" > remote="aosp" /> > + <project path="hardware/intel/common/wrs_omxil_core" > name="AOSP-mirror/platform_hardware_intel_common_wrs_omxil_core" > groups="intel" remote="aosp" /> > + <project path="hardware/intel/sensors" > name="AOSP-mirror/platform_hardware_intel_sensors" groups="intel_sensors" > remote="aosp" /> > + <project path="hardware/marvell/bt" > name="AOSP-mirror/platform_hardware_marvell_bt" groups="marvell_bt" > remote="aosp" /> > + <project path="hardware/qcom/msm8960" > name="AOSP-mirror/platform_hardware_qcom_msm8960" groups="qcom_msm8960" > remote="aosp" /> > + <project path="hardware/qcom/msm8994" > name="AOSP-mirror/platform_hardware_qcom_msm8994" groups="qcom_msm8994" > remote="aosp" /> > + <project path="hardware/qcom/msm8x26" > name="AOSP-mirror/platform_hardware_qcom_msm8x26" groups="qcom_msm8x26" > remote="aosp" /> > + <project path="hardware/qcom/msm8x27" > name="AOSP-mirror/platform_hardware_qcom_msm8x27" groups="qcom_msm8x27" > remote="aosp" /> > + <project path="hardware/qcom/msm8x74" > name="AOSP-mirror/platform_hardware_qcom_msm8x74" groups="pdk,qcom_msm8x74" > remote="aosp" /> > + <project path="hardware/qcom/msm8x84" > name="AOSP-mirror/platform_hardware_qcom_msm8x84" groups="qcom_msm8x84" > remote="aosp" /> > + <project path="hardware/ti/omap3" > name="AOSP-mirror/platform_hardware_ti_omap3" groups="omap3" remote="aosp" /> > + <project path="hardware/ti/omap4-aah" > name="AOSP-mirror/platform_hardware_ti_omap4-aah" groups="omap4-aah" > remote="aosp" /> > + <project path="ndk" name="AOSP-mirror/platform_ndk" groups="generic_fs" > remote="aosp" /> > + <project path="packages/apps/OneTimeInitializer" > name="AOSP-mirror/platform_packages_apps_OneTimeInitializer" remote="aosp" /> > + <project path="pdk" name="AOSP-mirror/platform_pdk" groups="pdk" > remote="aosp" /> > + <project path="platform_testing" > name="AOSP-mirror/platform_platform_testing" remote="aosp" /> > + <project path="prebuilts/android-emulator" > name="AOSP-mirror/platform_prebuilts_android-emulator" > groups="notdefault,pdk-fs" clone-depth="1" remote="aosp" /> > + <project path="prebuilts/devtools" > name="AOSP-mirror/platform_prebuilts_devtools" groups="notdefault,pdk-fs" > clone-depth="1" remote="aosp" /> > + <project path="prebuilts/eclipse" > name="AOSP-mirror/platform_prebuilts_eclipse" groups="notdefault,pdk" > clone-depth="1" remote="aosp" /> > + <project path="prebuilts/eclipse-build-deps" > name="AOSP-mirror/platform_prebuilts_eclipse-build-deps" > groups="notdefault,eclipse" clone-depth="1" remote="aosp" /> > + <project path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" > name="AOSP-mirror/platform_prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-4.9" > groups="notdefault,pdk,linux,arm" clone-depth="1" remote="aosp" /> > + <project path="prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9" > name="AOSP-mirror/platform_prebuilts_gcc_linux-x86_mips_mips64el-linux-android-4.9" > groups="notdefault,pdk,linux,mips" clone-depth="1" remote="aosp" /> > + <project path="prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" > name="AOSP-mirror/platform_prebuilts_gcc_linux-x86_x86_x86_64-linux-android-4.9" > groups="notdefault,pdk,linux,x86" clone-depth="1" remote="aosp" /> > + <project path="prebuilts/gradle-plugin" > name="AOSP-mirror/platform_prebuilts_gradle-plugin" > groups="notdefault,pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" /> > + <project path="prebuilts/libs/libedit" > name="AOSP-mirror/platform_prebuilts_libs_libedit" > groups="notdefault,pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" /> > + <project path="prebuilts/maven_repo/android" > name="AOSP-mirror/platform_prebuilts_maven_repo_android" > groups="notdefault,pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" /> > + <project path="prebuilts/misc" name="AOSP-mirror/platform_prebuilts_misc" > groups="notdefault,pdk" clone-depth="1" remote="aosp" /> > <project path="prebuilts/ndk" name="replicant/prebuilts_ndk.git" > groups="pdk" clone-depth="1" remote="replicant" /> > - <project path="prebuilts/qemu-kernel" > name="platform/prebuilts/qemu-kernel" groups="notdefault,pdk" clone-depth="1" > remote="aosp" /> > + <project path="prebuilts/qemu-kernel" > name="AOSP-mirror/platform_prebuilts_qemu-kernel" groups="notdefault,pdk" > clone-depth="1" remote="aosp" /> > <project path="prebuilts/sdk" name="replicant/prebuilts_sdk.git" > groups="pdk" clone-depth="1" remote="replicant" /> > - <project path="prebuilts/tools" name="platform/prebuilts/tools" > groups="notdefault,pdk,tools" clone-depth="1" remote="aosp" /> > + <project path="prebuilts/tools" > name="AOSP-mirror/platform_prebuilts_tools" groups="notdefault,pdk,tools" > clone-depth="1" remote="aosp" /> > <project path="sdk" name="replicant/sdk.git" groups="pdk-cw-fs,pdk-fs" > remote="replicant" /> > - <project path="system/gatekeeper" name="platform/system/gatekeeper" > groups="pdk" remote="aosp" /> > + <project path="system/gatekeeper" > name="AOSP-mirror/platform_system_gatekeeper" groups="pdk" remote="aosp" /> > <!-- END AOSP --> > > <!-- TOOLCHAIN --> >
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
