summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2021-11-04 18:18:48 +0800
committeralk3pInjection <webmaster@raspii.tech>2022-01-11 18:28:32 +0800
commita62c3b526faf073b4493fdb58533b99b668e54a5 (patch)
treee7d36c92db52410918b6cda96b67144501f4d5d4
parent0351f6925bb62bb5bf031663a68fd7575a58d2db (diff)
Initial manifest for Project ICE
Change-Id: Iacf44ae9bfcb15604851282ca25d48dd5c8ccab8
-rw-r--r--GLOBAL-PREUPLOAD.cfg17
-rw-r--r--README.mkdn22
-rw-r--r--default.xml1106
-rw-r--r--snippets/ice.xml10
-rw-r--r--snippets/remove.xml52
-rw-r--r--snippets/system.xml1021
-rw-r--r--snippets/vendor.xml85
7 files changed, 1210 insertions, 1103 deletions
diff --git a/GLOBAL-PREUPLOAD.cfg b/GLOBAL-PREUPLOAD.cfg
deleted file mode 100644
index b98a673..0000000
--- a/GLOBAL-PREUPLOAD.cfg
+++ /dev/null
@@ -1,17 +0,0 @@
-# Settings in here control defaults for `repo upload` checks for all projects
-# listed in the manifest. Do not turn on things here without first consulting
-# the wider Android team, and make sure you send out a PSA before landing.
-
-[Options]
-ignore_merged_commits = true
-
-[Builtin Hooks]
-commit_msg_test_field = true
-
-[Tool Paths]
-clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/clang-format
-git-clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/git-clang-format
-gofmt = ${REPO_ROOT}/prebuilts/go/${BUILD_OS}/bin/gofmt
-google-java-format = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format
-google-java-format-diff = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format-diff.py
-cpplint = ${REPO_ROOT}/external/google-styleguide/cpplint/cpplint.py
diff --git a/README.mkdn b/README.mkdn
new file mode 100644
index 0000000..206a34e
--- /dev/null
+++ b/README.mkdn
@@ -0,0 +1,22 @@
+Project-ICE
+===========
+
+Getting started
+---------------
+
+To initialize, run the following commands:
+
+```
+repo init -u https://github.com/Project-1CE/manifest -b sugisawa
+repo sync -c -j$(nproc --all) --force-sync --fail-fast --no-clone-bundle --no-tags
+```
+
+Submitting patches
+------------------
+
+Currently we're using [Gerrit](https://review.project-ice.org/) as our code review platform.
+
+To upload changes, we do recommend connecting via SSH with any Git client tool as you like:
+```
+git push ssh://{user_name}@gerrit.project-ice.org:29418/Project-1CE/{repo_name} HEAD:refs/for/sugisawa
+```
diff --git a/default.xml b/default.xml
index 898f423..55a08b4 100644
--- a/default.xml
+++ b/default.xml
@@ -1,1095 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
- <remote name="aosp"
+ <remote name="github"
fetch=".."
- review="https://android-review.googlesource.com/" />
- <default revision="android12-dev"
- remote="aosp"
- sync-j="4" />
+ review="review.project-ice.org" />
+
+ <remote name="gitlab"
+ fetch="https://gitlab.com" />
- <superproject name="platform/superproject" remote="aosp"/>
- <contactinfo bugurl="go/repo-bug" />
+ <remote name="codeaurora_system"
+ fetch="https://oregon.source.codeaurora.org/quic/la"
+ revision="refs/tags/LA.QSSI.12.0.r1-05600-qssi.0" />
- <project path="build/make" name="platform/build" groups="pdk" >
- <copyfile src="core/root.mk" dest="Makefile" />
- <linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
- <linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" />
- <linkfile src="core" dest="build/core" />
- <linkfile src="envsetup.sh" dest="build/envsetup.sh" />
- <linkfile src="target" dest="build/target" />
- <linkfile src="tools" dest="build/tools" />
- </project>
- <project path="build/bazel" name="platform/build/bazel" groups="pdk" >
- <linkfile src="bazel.WORKSPACE" dest="WORKSPACE" />
- <linkfile src="bazel.sh" dest="tools/bazel" />
- <linkfile src="bazel.BUILD" dest="BUILD" />
- </project>
- <project path="build/blueprint" name="platform/build/blueprint" groups="pdk,tradefed" />
- <project path="build/pesto" name="platform/build/pesto" groups="pdk" />
- <project path="build/soong" name="platform/build/soong" groups="pdk,tradefed" >
- <linkfile src="root.bp" dest="Android.bp" />
- <linkfile src="bootstrap.bash" dest="bootstrap.bash" />
- </project>
- <project path="art" name="platform/art" groups="pdk" />
- <project path="bionic" name="platform/bionic" groups="pdk" />
- <project path="bootable/recovery" name="platform/bootable/recovery" groups="pdk" />
- <project path="bootable/libbootloader" name="platform/bootable/libbootloader" groups="vts,pdk" />
- <project path="compatibility/cdd" name="platform/compatibility/cdd" groups="pdk" />
- <project path="cts" name="platform/cts" groups="cts,pdk-cw-fs,pdk-fs" />
- <project path="dalvik" name="platform/dalvik" groups="pdk-cw-fs,pdk-fs" />
- <project path="developers/build" name="platform/developers/build" groups="developers,pdk" />
- <project path="developers/demos" name="platform/developers/demos" groups="developers" />
- <project path="developers/samples/android" name="platform/developers/samples/android" groups="developers" />
- <project path="development" name="platform/development" groups="developers,pdk-cw-fs,pdk-fs" />
- <project path="device/amlogic/yukawa" name="device/amlogic/yukawa" groups="device,yukawa,pdk" />
- <project path="device/amlogic/yukawa-kernel" name="device/amlogic/yukawa-kernel" groups="device,yukawa,pdk" clone-depth="2" />
- <project path="device/common" name="device/common" groups="pdk-cw-fs,pdk" />
- <project path="device/generic/arm64" name="device/generic/arm64" groups="pdk" />
- <project path="device/generic/armv7-a-neon" name="device/generic/armv7-a-neon" groups="pdk" />
- <project path="device/generic/art" name="device/generic/art" groups="pdk" />
- <project path="device/generic/car" name="device/generic/car" groups="pdk" />
- <project path="device/generic/common" name="device/generic/common" groups="pdk" />
- <project path="device/generic/goldfish" name="device/generic/goldfish" groups="pdk" />
- <project path="device/generic/goldfish-opengl" name="device/generic/goldfish-opengl" groups="pdk" />
- <project path="device/generic/mini-emulator-arm64" name="device/generic/mini-emulator-arm64" groups="pdk" />
- <project path="device/generic/mini-emulator-armv7-a-neon" name="device/generic/mini-emulator-armv7-a-neon" groups="pdk" />
- <project path="device/generic/mini-emulator-x86" name="device/generic/mini-emulator-x86" groups="pdk" />
- <project path="device/generic/mini-emulator-x86_64" name="device/generic/mini-emulator-x86_64" groups="pdk" />
- <project path="device/generic/opengl-transport" name="device/generic/opengl-transport" groups="pdk" />
- <project path="device/generic/qemu" name="device/generic/qemu" groups="pdk" />
- <project path="device/generic/trusty" name="device/generic/trusty" groups="pdk" />
- <project path="device/generic/uml" name="device/generic/uml" groups="device,pdk" />
- <project path="device/generic/x86" name="device/generic/x86" groups="pdk" />
- <project path="device/generic/x86_64" name="device/generic/x86_64" groups="pdk" />
- <project path="device/generic/vulkan-cereal" name="device/generic/vulkan-cereal" groups="pdk" />
- <project path="device/google/atv" name="device/google/atv" groups="device,broadcom_pdk,generic_fs,pdk" />
- <project path="device/google/barbet" name="device/google/barbet" groups="device,barbet" />
- <project path="device/google/barbet-kernel" name="device/google/barbet-kernel" groups="device,barbet" clone-depth="1" />
- <project path="device/google/barbet-sepolicy" name="device/google/barbet-sepolicy" groups="device,barbet" />
- <project path="device/google/bonito" name="device/google/bonito" groups="device,bonito" />
- <project path="device/google/bonito-kernel" name="device/google/bonito-kernel" groups="device,bonito" clone-depth="1" />
- <project path="device/google/bonito-sepolicy" name="device/google/bonito-sepolicy" groups="device,bonito" />
- <project path="device/google/bramble" name="device/google/bramble" groups="device,bramble" />
- <project path="device/google/bramble-sepolicy" name="device/google/bramble-sepolicy" groups="device,bramble" />
- <project path="device/google/contexthub" name="device/google/contexthub" groups="device,pdk" />
- <project path="device/google/coral" name="device/google/coral" groups="device,coral,generic_fs" />
- <project path="device/google/coral-kernel" name="device/google/coral-kernel" groups="device,coral,generic_fs" clone-depth="1" />
- <project path="device/google/coral-sepolicy" name="device/google/coral-sepolicy" groups="device,coral,generic_fs" />
- <project path="device/google/redbull" name="device/google/redbull" groups="device,redbull" />
- <project path="device/google/redbull-kernel" name="device/google/redbull-kernel" groups="device,bramble,redfin" clone-depth="1" />
- <project path="device/google/redbull-sepolicy" name="device/google/redbull-sepolicy" groups="device,redbull" />
- <project path="device/google/redfin" name="device/google/redfin" groups="device,redfin" />
- <project path="device/google/redfin-sepolicy" name="device/google/redfin-sepolicy" groups="device,redfin" />
- <project path="device/google/sunfish" name="device/google/sunfish" groups="device,sunfish" />
- <project path="device/google/sunfish-kernel" name="device/google/sunfish-kernel" groups="device,sunfish" clone-depth="1" />
- <project path="device/google/sunfish-sepolicy" name="device/google/sunfish-sepolicy" groups="device,sunfish" />
- <project path="device/google/crosshatch" name="device/google/crosshatch" groups="device,crosshatch,generic_fs" />
- <project path="device/google/crosshatch-kernel" name="device/google/crosshatch-kernel" groups="device,crosshatch,generic_fs" clone-depth="1" />
- <project path="device/google/crosshatch-sepolicy" name="device/google/crosshatch-sepolicy" groups="device,crosshatch,generic_fs" />
- <project path="device/google/cuttlefish" name="device/google/cuttlefish" groups="device,pdk" />
- <project path="device/google/cuttlefish_prebuilts" name="device/google/cuttlefish_prebuilts" groups="device,pdk" clone-depth="1" />
- <project path="device/google/fuchsia" name="device/google/fuchsia" groups="device" />
- <project path="device/google/trout" name="device/google/trout" groups="device,trout,gull,pdk" />
- <project path="device/google/vrservices" name="device/google/vrservices" groups="pdk" />
- <project path="device/google_car" name="device/google_car" groups="pdk" />
- <project path="device/linaro/dragonboard" name="device/linaro/dragonboard" groups="device,dragonboard,pdk" />
- <project path="device/linaro/dragonboard-kernel" name="device/linaro/dragonboard-kernel" groups="device,dragonboard,pdk" clone-depth="1" />
- <project path="device/linaro/hikey" name="device/linaro/hikey" groups="device,hikey,pdk" />
- <project path="device/linaro/hikey-kernel" name="device/linaro/hikey-kernel" groups="device,hikey,pdk" clone-depth="1" />
- <project path="device/linaro/poplar" name="device/linaro/poplar" groups="device,poplar,pdk" />
- <project path="device/linaro/poplar-kernel" name="device/linaro/poplar-kernel" groups="device,poplar,pdk" clone-depth="1" />
- <project name="device/mediatek/wembley-sepolicy" path="device/mediatek/wembley-sepolicy" groups="device"/>
- <project path="device/sample" name="device/sample" groups="pdk" />
- <project path="device/ti/beagle_x15" name="device/ti/beagle-x15" groups="device,beagle_x15,pdk" />
- <project path="device/ti/beagle_x15-kernel" name="device/ti/beagle-x15-kernel" groups="device,beagle_x15,pdk" clone-depth="1" />
- <project path="external/aac" name="platform/external/aac" groups="pdk" />
- <project path="external/abseil-cpp" name="platform/external/abseil-cpp" groups="pdk" />
- <project path="external/adhd" name="platform/external/adhd" groups="pdk" />
- <project path="external/adt-infra" name="platform/external/adt-infra" groups="adt-infra,notdefault,pdk-fs" />
- <project path="external/android-clat" name="platform/external/android-clat" groups="pdk" />
- <project path="external/androidplot" name="platform/external/androidplot" groups="pdk" />
- <project path="external/angle" name="platform/external/angle" groups="pdk" />
- <project path="external/ant-glob" name="platform/external/ant-glob" groups="pdk" />
- <project path="external/antlr" name="platform/external/antlr" groups="pdk" />
- <project path="external/apache-commons-bcel" name="platform/external/apache-commons-bcel" groups="pdk" />
- <project path="external/apache-commons-compress" name="platform/external/apache-commons-compress" groups="pdk" />
- <project path="external/apache-commons-math" name="platform/external/apache-commons-math" groups="pdk" />
- <project path="external/apache-harmony" name="platform/external/apache-harmony" groups="pdk" />
- <project path="external/apache-http" name="platform/external/apache-http" groups="pdk" />
- <project path="external/apache-xml" name="platform/external/apache-xml" groups="pdk" />
- <project path="external/arm-neon-tests" name="platform/external/arm-neon-tests" groups="vendor" />
- <project path="external/arm-optimized-routines" name="platform/external/arm-optimized-routines" groups="pdk" />
- <project path="external/arm-trusted-firmware" name="platform/external/arm-trusted-firmware" groups="pdk" />
- <project path="external/auto" name="platform/external/auto" groups="pdk" />
- <project path="external/autotest" name="platform/external/autotest" groups="pdk-fs" />
- <project path="external/avb" name="platform/external/avb" groups="pdk" />
- <project path="external/bazelbuild-rules_android" name="platform/external/bazelbuild-rules_android" groups="pdk" />
- <project path="external/bc" name="platform/external/bc" groups="pdk" />
- <project path="external/bcc" name="platform/external/bcc" groups="pdk" />
- <project path="external/blktrace" name="platform/external/blktrace" groups="pdk" />
- <project path="external/boringssl" name="platform/external/boringssl" groups="pdk" />
- <project path="external/bouncycastle" name="platform/external/bouncycastle" groups="pdk" />
- <project path="external/brotli" name="platform/external/brotli" groups="pdk" />
- <project path="external/bsdiff" name="platform/external/bsdiff" groups="pdk" />
- <project path="external/bzip2" name="platform/external/bzip2" groups="pdk" />
- <project path="external/caliper" name="platform/external/caliper" groups="pdk" />
- <project path="external/capstone" name="platform/external/capstone" groups="pdk" />
- <project path="external/catch2" name="platform/external/catch2" groups="pdk" />
- <project path="external/cblas" name="platform/external/cblas" groups="pdk" />
- <project path="external/cbor-java" name="platform/external/cbor-java" groups="pdk" />
- <project path="external/chromium-trace" name="platform/external/chromium-trace" groups="pdk" />
- <project path="external/chromium-webview" name="platform/external/chromium-webview" groups="pdk" clone-depth="1" />
- <project path="external/clang" name="platform/external/clang" groups="pdk" />
- <project path="external/cldr" name="platform/external/cldr" groups="pdk" />
- <project path="external/cn-cbor" name="platform/external/cn-cbor" groups="pdk" />
- <project path="external/compiler-rt" name="platform/external/compiler-rt" groups="pdk" />
- <project path="external/connectedappssdk" name="platform/external/connectedappssdk" groups="pdk" />
- <project path="external/conscrypt" name="platform/external/conscrypt" groups="pdk" />
- <project path="external/cpu_features" name="platform/external/cpu_features" groups="pdk" />
- <project path="external/cpuinfo" name="platform/external/cpuinfo" groups="pdk" />
- <project path="external/crcalc" name="platform/external/crcalc" groups="pdk" />
- <project path="external/cros/system_api" name="platform/external/cros/system_api" groups="pdk" />
- <project path="external/crosvm" name="platform/external/crosvm" groups="pdk" />
- <project path="external/curl" name="platform/external/curl" groups="pdk" />
- <project path="external/dagger2" name="platform/external/dagger2" groups="pdk" />
- <project path="external/deqp" name="platform/external/deqp" groups="pdk-fs" />
- <project path="external/deqp-deps/SPIRV-Headers" name="platform/external/deqp-deps/SPIRV-Headers" groups="pdk-fs" />
- <project path="external/deqp-deps/SPIRV-Tools" name="platform/external/deqp-deps/SPIRV-Tools" groups="pdk-fs" />
- <project path="external/deqp-deps/glslang" name="platform/external/deqp-deps/glslang" groups="pdk-fs" />
- <project path="external/deqp-deps/amber" name="platform/external/deqp-deps/amber" groups="pdk-fs" />
- <project path="external/desugar" name="platform/external/desugar" groups="pdk" />
- <project path="external/dexmaker" name="platform/external/dexmaker" groups="pdk" />
- <project path="external/dlmalloc" name="platform/external/dlmalloc" groups="pdk" />
- <project path="external/dng_sdk" name="platform/external/dng_sdk" groups="pdk" />
- <project path="external/dnsmasq" name="platform/external/dnsmasq" groups="pdk" />
- <project path="external/doclava" name="platform/external/doclava" groups="pdk" />
- <project path="external/dokka" name="platform/external/dokka" groups="pdk" />
- <project path="external/downloader" name="platform/external/downloader" groups="pdk" />
- <project path="external/drm_hwcomposer" name="platform/external/drm_hwcomposer" groups="drm_hwcomposer,pdk-fs" />
- <project path="external/drrickorang" name="platform/external/drrickorang" groups="pdk" />
- <project path="external/dtc" name="platform/external/dtc" groups="pdk"/>
- <project path="external/dynamic_depth" name="platform/external/dynamic_depth" groups="pdk" />
- <project path="external/e2fsprogs" name="platform/external/e2fsprogs" groups="pdk" />
- <project path="external/easymock" name="platform/external/easymock" groups="pdk" />
- <project path="external/eigen" name="platform/external/eigen" groups="pdk" />
- <project path="external/elfutils" name="platform/external/elfutils" groups="pdk" />
- <project path="external/emma" name="platform/external/emma" groups="pdk" />
- <project path="external/erofs-utils" name="platform/external/erofs-utils" groups="pdk" />
- <project path="external/error_prone" name="platform/external/error_prone" groups="pdk" />
- <project path="external/escapevelocity" name="platform/external/escapevelocity" groups="pdk" />
- <project path="external/ethtool" name="platform/external/ethtool" groups="pdk" />
- <project path="external/exoplayer" name="platform/external/exoplayer" groups="pdk" />
- <project path="external/expat" name="platform/external/expat" groups="pdk" />
- <project path="external/f2fs-tools" name="platform/external/f2fs-tools" groups="pdk" />
- <project path="external/fastrpc" name="platform/external/fastrpc" groups="pdk" />
- <project path="external/fdlibm" name="platform/external/fdlibm" groups="pdk" />
- <project path="external/fec" name="platform/external/fec" groups="pdk" />
- <project path="external/fft2d" name="platform/external/fft2d" groups="pdk" />
- <project path="external/firebase-messaging" name="platform/external/firebase-messaging" groups="pdk"/>
- <project path="external/flac" name="platform/external/flac" groups="pdk" />
- <project path="external/flatbuffers" name="platform/external/flatbuffers" groups="pdk" />
- <project path="external/fonttools" name="platform/external/fonttools" groups="pdk" />
- <project path="external/fmtlib" name="platform/external/fmtlib" groups="pdk" />
- <project path="external/freetype" name="platform/external/freetype" groups="pdk" />
- <project path="external/fsck_msdos" name="platform/external/fsck_msdos" groups="pdk" />
- <project path="external/fsverity-utils" name="platform/external/fsverity-utils" groups="pdk" />
- <project path="external/FP16" name="platform/external/FP16" groups="pdk" />
- <project path="external/FXdiv" name="platform/external/FXdiv" groups="pdk" />
- <project path="external/gemmlowp" name="platform/external/gemmlowp" groups="pdk" />
- <project path="external/geojson-jackson" name="platform/external/geojson-jackson" groups="pdk" />
- <project path="external/geonames" name="platform/external/geonames" groups="pdk" />
- <project path="external/gflags" name="platform/external/gflags" groups="pdk" />
- <project path="external/giflib" name="platform/external/giflib" groups="pdk,qcom_msm8x26" />
- <project path="external/glide" name="platform/external/glide" groups="pdk" />
- <project path="external/golang-protobuf" name="platform/external/golang-protobuf" groups="pdk" />
- <project path="external/google-benchmark" name="platform/external/google-benchmark" groups="pdk" />
- <project path="external/google-breakpad" name="platform/external/google-breakpad" groups="pdk-fs" />
- <project path="external/google-fonts/arbutus-slab" name="platform/external/google-fonts/arbutus-slab" groups="pdk" />
- <project path="external/google-fonts/barlow" name="platform/external/google-fonts/barlow" groups="pdk" />
- <project path="external/google-fonts/karla" name="platform/external/google-fonts/karla" groups="pdk" />
- <project path="external/google-fonts/lustria" name="platform/external/google-fonts/lustria" groups="pdk" />
- <project path="external/google-fonts/fraunces" name="platform/external/google-fonts/fraunces" groups="pdk" />
- <project path="external/google-fonts/big-shoulders-text" name="platform/external/google-fonts/big-shoulders-text" groups="pdk" />
- <project path="external/google-fonts/arvo" name="platform/external/google-fonts/arvo" groups="pdk" />
- <project path="external/google-fonts/carrois-gothic-sc" name="platform/external/google-fonts/carrois-gothic-sc" groups="pdk" />
- <project path="external/google-fonts/coming-soon" name="platform/external/google-fonts/coming-soon" groups="pdk" />
- <project path="external/google-fonts/cutive-mono" name="platform/external/google-fonts/cutive-mono" groups="pdk" />
- <project path="external/google-fonts/dancing-script" name="platform/external/google-fonts/dancing-script" groups="pdk" />
- <project path="external/google-fonts/lato" name="platform/external/google-fonts/lato" groups="pdk" />
- <project path="external/google-fonts/source-sans-pro" name="platform/external/google-fonts/source-sans-pro" groups="pdk" />
- <project path="external/google-fonts/rubik" name="platform/external/google-fonts/rubik" groups="pdk" />
- <project path="external/google-fonts/zilla-slab" name="platform/external/google-fonts/zilla-slab" groups="pdk" />
- <project path="external/google-fruit" name="platform/external/google-fruit" groups="pdk" />
- <project path="external/google-java-format" name="platform/external/google-java-format" groups="pdk" />
- <project path="external/google-styleguide" name="platform/external/google-styleguide" groups="pdk" />
- <project path="external/googletest" name="platform/external/googletest" groups="pdk" />
- <project path="external/gptfdisk" name="platform/external/gptfdisk" groups="pdk" />
- <project path="external/grpc-grpc" name="platform/external/grpc-grpc" groups="pdk,tradefed" />
- <project path="external/grpc-grpc-java" name="platform/external/grpc-grpc-java" groups="pdk,tradefed" />
- <project path="external/guava" name="platform/external/guava" groups="pdk" />
- <project path="external/guice" name="platform/external/guice" groups="pdk" />
- <project path="external/gwp_asan" name="platform/external/gwp_asan" groups="pdk" />
- <project path="external/hamcrest" name="platform/external/hamcrest" groups="pdk" />
- <project path="external/harfbuzz_ng" name="platform/external/harfbuzz_ng" groups="pdk,qcom_msm8x26" />
- <project path="external/hyphenation-patterns" name="platform/external/hyphenation-patterns" groups="pdk" />
- <project path="external/icing" name="platform/external/icing" groups="pdk" />
- <project path="external/icu" name="platform/external/icu" groups="pdk" />
- <project path="external/igt-gpu-tools" name="platform/external/igt-gpu-tools" groups="pdk" />
- <project path="external/ImageMagick" name="platform/external/ImageMagick" groups="pdk" />
- <project path="external/image_io" name="platform/external/image_io" groups="pdk" />
- <project path="external/ims" name="platform/external/ims" groups="pdk" />
- <project path="external/iperf3" name="platform/external/iperf3" groups="pdk" />
- <project path="external/iproute2" name="platform/external/iproute2" groups="pdk" />
- <project path="external/ipsec-tools" name="platform/external/ipsec-tools" groups="pdk" />
- <project path="external/iptables" name="platform/external/iptables" groups="pdk" />
- <project path="external/iputils" name="platform/external/iputils" groups="pdk" />
- <project path="external/iw" name="platform/external/iw" groups="pdk" />
- <project path="external/jacoco" name="platform/external/jacoco" groups="pdk" />
- <project path="external/jackson-annotations" name="platform/external/jackson-annotations" groups="pdk" />
- <project path="external/jackson-core" name="platform/external/jackson-core" groups="pdk" />
- <project path="external/jackson-databind" name="platform/external/jackson-databind" groups="pdk" />
- <project path="external/jarjar" name="platform/external/jarjar" groups="pdk" />
- <project path="external/javaparser" name="platform/external/javaparser" groups="pdk" />
- <project path="external/javapoet" name="platform/external/javapoet" groups="pdk" />
- <project path="external/javasqlite" name="platform/external/javasqlite" groups="pdk" />
- <project path="external/javassist" name="platform/external/javassist" groups="pdk" />
- <project path="external/jcommander" name="platform/external/jcommander" groups="pdk" />
- <project path="external/jdiff" name="platform/external/jdiff" groups="pdk" />
- <project path="external/jemalloc_new" name="platform/external/jemalloc_new" groups="pdk" />
- <project path="external/jimfs" name="platform/external/jimfs" groups="pdk" />
- <project path="external/jline" name="platform/external/jline" groups="pdk,tradefed,pdk-fs" />
- <project path="external/jsilver" name="platform/external/jsilver" groups="pdk" />
- <project path="external/jsmn" name="platform/external/jsmn" groups="pdk" />
- <project path="external/jsoncpp" name="platform/external/jsoncpp" groups="pdk" />
- <project path="external/jsr305" name="platform/external/jsr305" groups="pdk" />
- <project path="external/jsr330" name="platform/external/jsr330" groups="pdk" />
- <project path="external/junit" name="platform/external/junit" groups="pdk" />
- <project path="external/junit-params" name="platform/external/junit-params" groups="pdk" />
- <project path="external/kernel-headers" name="platform/external/kernel-headers" groups="pdk" />
- <project path="external/kmod" name="platform/external/kmod" groups="pdk" />
- <project path="external/kotlinc" name="platform/external/kotlinc" groups="pdk" />
- <project path="external/kotlinx.atomicfu" name="platform/external/kotlinx.atomicfu" groups="pdk" />
- <project path="external/kotlinx.coroutines" name="platform/external/kotlinx.coroutines" groups="pdk" />
- <project path="external/kotlinx.metadata" name="platform/external/kotlinx.metadata" groups="pdk" />
- <project path="external/ksoap2" name="platform/external/ksoap2" groups="pdk" />
- <project path="external/libabigail" name="platform/external/libabigail" groups="pdk" />
- <project path="external/libaom" name="platform/external/libaom" groups="pdk" />
- <project path="external/libavc" name="platform/external/libavc" groups="pdk" />
- <project path="external/libbackup" name="platform/external/libbackup" groups="pdk" />
- <project path="external/libbrillo" name="platform/external/libbrillo" groups="pdk" />
- <project path="external/libcap" name="platform/external/libcap" groups="pdk" />
- <project path="external/libcap-ng" name="platform/external/libcap-ng" groups="pdk" />
- <project path="external/libchrome" name="platform/external/libchrome" groups="pdk" />
- <project path="external/libchromeos-rs" name="platform/external/libchromeos-rs" groups="pdk" />
- <project path="external/libcppbor" name="platform/external/libcppbor" groups="pdk" />
- <project path="external/libcups" name="platform/external/libcups" groups="pdk-cw-fs,pdk-fs" />
- <project path="external/libcxx" name="platform/external/libcxx" groups="pdk" />
- <project path="external/libcxxabi" name="platform/external/libcxxabi" groups="pdk" />
- <project path="external/libdivsufsort" name="platform/external/libdivsufsort" groups="pdk" />
- <project path="external/libdrm" name="platform/external/libdrm" groups="pdk" />
- <project path="external/libepoxy" name="platform/external/libepoxy" groups="pdk" />
- <project path="external/libese" name="platform/external/libese" groups="pdk" />
- <project path="external/libevent" name="platform/external/libevent" groups="pdk" />
- <project path="external/libexif" name="platform/external/libexif" groups="pdk" />
- <project path="external/libffi" name="platform/external/libffi" groups="pdk" />
- <project path="external/libgav1" name="platform/external/libgav1" groups="pdk" />
- <project path="external/libfuse" name="platform/external/libfuse" groups="pdk" />
- <project path="external/libgsm" name="platform/external/libgsm" groups="pdk" />
- <project path="external/libhevc" name="platform/external/libhevc" groups="pdk" />
- <project path="external/libiio" name="platform/external/libiio" groups="pdk" />
- <project path="external/libjpeg-turbo" name="platform/external/libjpeg-turbo" groups="pdk" />
- <project path="external/libkmsxx" name="platform/external/libkmsxx" groups="pdk" />
- <project path="external/libldac" name="platform/external/libldac" groups="pdk" />
- <project path="external/libmpeg2" name="platform/external/libmpeg2" groups="pdk" />
- <project path="external/libnetfilter_conntrack" name="platform/external/libnetfilter_conntrack" groups="pdk" />
- <project path="external/libnfnetlink" name="platform/external/libnfnetlink" groups="pdk" />
- <project path="external/libnl" name="platform/external/libnl" groups="pdk" />
- <project path="external/libogg" name="platform/external/libogg" groups="pdk" />
- <project path="external/libopus" name="platform/external/libopus" groups="pdk" />
- <project path="external/libpcap" name="platform/external/libpcap" groups="pdk" />
- <project path="external/libphonenumber" name="platform/external/libphonenumber" groups="pdk" />
- <project path="external/libpng" name="platform/external/libpng" groups="pdk" />
- <project path="external/libprotobuf-mutator" name="platform/external/libprotobuf-mutator" groups="pdk" />
- <project path="external/libsrtp2" name="platform/external/libsrtp2" groups="pdk" />
- <project path="external/libtextclassifier" name="platform/external/libtextclassifier" groups="pdk" />
- <project path="external/libusb" name="platform/external/libusb" groups="pdk" />
- <project path="external/libutf" name="platform/external/libutf" groups="pdk" />
- <project path="external/libvpx" name="platform/external/libvpx" groups="pdk" />
- <project path="external/libwebm" name="platform/external/libwebm" groups="pdk" />
- <project path="external/libwebsockets" name="platform/external/libwebsockets" groups="pdk" />
- <project path="external/libxaac" name="platform/external/libxaac" groups="pdk" />
- <project path="external/libxkbcommon" name="platform/external/libxkbcommon" groups="pdk" />
- <project path="external/libxml2" name="platform/external/libxml2" groups="pdk,libxml2" />
- <project path="external/libyuv" name="platform/external/libyuv" groups="pdk,libyuv" />
- <project path="external/linux-kselftest" name="platform/external/linux-kselftest" groups="vts,pdk" clone-depth="1" />
- <project path="external/llvm" name="platform/external/llvm" groups="pdk" />
- <project path="external/lmfit" name="platform/external/lmfit" groups="pdk" />
- <project path="external/lottie" name="platform/external/lottie" groups="pdk" />
- <project path="external/lua" name="platform/external/lua" groups="pdk" />
- <project path="external/ltp" name="platform/external/ltp" groups="vts,pdk" />
- <project path="external/lz4" name="platform/external/lz4" groups="pdk" />
- <project path="external/llvm-project" name="toolchain/llvm-project" groups="pdk" />
- <project path="external/lzma" name="platform/external/lzma" groups="pdk" />
- <project path="external/marisa-trie" name="platform/external/marisa-trie" groups="pdk" />
- <project path="external/markdown" name="platform/external/markdown" groups="pdk" />
- <project path="external/mdnsresponder" name="platform/external/mdnsresponder" groups="pdk" />
- <project path="external/mesa3d" name="platform/external/mesa3d" groups="pdk-cw-fs,pdk-fs" />
- <project path="external/mime-support" name="platform/external/mime-support" groups="pdk" />
- <project path="external/minigbm" name="platform/external/minigbm" groups="pdk" />
- <project path="external/minijail" name="platform/external/minijail" groups="pdk" />
- <project path="external/mksh" name="platform/external/mksh" groups="pdk" />
- <project path="external/mockftpserver" name="platform/external/mockftpserver" groups="pdk" />
- <project path="external/mockito" name="platform/external/mockito" groups="pdk" />
- <project path="external/mockwebserver" name="platform/external/mockwebserver" groups="pdk" />
- <project path="external/modp_b64" name="platform/external/modp_b64" groups="pdk" />
- <project path="external/mp4parser" name="platform/external/mp4parser" groups="pdk" />
- <project path="external/ms-tpm-20-ref" name="platform/external/ms-tpm-20-ref" groups="pdk" />
- <project path="external/mtools" name="platform/external/mtools" groups="pdk" />
- <project path="external/mtpd" name="platform/external/mtpd" groups="pdk" />
- <project path="external/nanohttpd" name="platform/external/nanohttpd" groups="pdk" />
- <project path="external/nanopb-c" name="platform/external/nanopb-c" groups="pdk" />
- <project path="external/naver-fonts" name="platform/external/naver-fonts" groups="pdk" />
- <project path="external/neon_2_sse" name="platform/external/neon_2_sse" groups="pdk" />
- <project path="external/neven" name="platform/external/neven" groups="pdk" />
- <project path="external/newfs_msdos" name="platform/external/newfs_msdos" groups="pdk" />
- <project path="external/nist-pkits" name="platform/external/nist-pkits" groups="pdk" />
- <project path="external/nist-sip" name="platform/external/nist-sip" groups="pdk" />
- <project path="external/nos/host/generic" name="platform/external/nos/host/generic" groups="pdk" />
- <project path="external/noto-fonts" name="platform/external/noto-fonts" groups="pdk" />
- <project path="external/oauth" name="platform/external/oauth" groups="pdk" />
- <project path="external/objenesis" name="platform/external/objenesis" groups="pdk" />
- <project path="external/oboe" name="platform/external/oboe" groups="pdk" />
- <project path="external/oj-libjdwp" name="platform/external/oj-libjdwp" groups="pdk" />
- <project path="external/okhttp" name="platform/external/okhttp" groups="pdk" />
- <project path="external/okhttp4" name="platform/external/okhttp4" groups="pdk" />
- <project path="external/okio" name="platform/external/okio" groups="pdk" />
- <project path="external/one-true-awk" name="platform/external/one-true-awk" groups="pdk" />
- <project path="external/opencensus-java" name="platform/external/opencensus-java" groups="pdk,tradefed" />
- <project path="external/OpenCL-CTS" name="platform/external/OpenCL-CTS" />
- <project path="external/OpenCSD" name="platform/external/OpenCSD" groups="pdk" />
- <project path="external/openscreen" name="platform/external/openscreen" groups="pdk" />
- <project path="external/openssh" name="platform/external/openssh" groups="pdk" />
- <project path="external/oss-fuzz" name="platform/external/oss-fuzz" groups="pdk" />
- <project path="external/owasp/sanitizer" name="platform/external/owasp/sanitizer" groups="pdk" />
- <project path="external/pffft" name="platform/external/pffft" groups="pdk" />
- <project path="external/parameter-framework" name="platform/external/parameter-framework" groups="pdk" />
- <project path="external/pcre" name="platform/external/pcre" groups="pdk" />
- <project path="external/pdfium" name="platform/external/pdfium" groups="pdk" />
- <project path="external/perfetto" name="platform/external/perfetto" groups="pdk" />
- <project path="external/piex" name="platform/external/piex" groups="pdk" />
- <project path="external/pigweed" name="platform/external/pigweed" groups="pdk" />
- <project path="external/ply" name="platform/external/ply" groups="pdk" />
- <project path="external/ppp" name="platform/external/ppp" groups="pdk" />
- <project path="external/proguard" name="platform/external/proguard" groups="pdk" />
- <project path="external/protobuf" name="platform/external/protobuf" groups="pdk" />
- <project path="external/psimd" name="platform/external/psimd" groups="pdk" />
- <project path="external/pthreadpool" name="platform/external/pthreadpool" groups="pdk" />
- <project path="external/puffin" name="platform/external/puffin" groups="pdk" />
- <project path="external/python/apitools" name="platform/external/python/apitools" groups="pdk" />
- <project path="external/python/asn1crypto" name="platform/external/python/asn1crypto" groups="pdk" />
- <project path="external/python/cffi" name="platform/external/python/cffi" groups="pdk" />
- <project path="external/python/cpython2" name="platform/external/python/cpython2" groups="pdk" />
- <project path="external/python/cpython3" name="platform/external/python/cpython3" groups="pdk" />
- <project path="external/python/cryptography" name="platform/external/python/cryptography" groups="pdk" />
- <project path="external/python/dateutil" name="platform/external/python/dateutil" groups="pdk" />
- <project path="external/python/enum34" name="platform/external/python/enum34" groups="vts,pdk" />
- <project path="external/python/funcsigs" name="platform/external/python/funcsigs" groups="pdk" />
- <project path="external/python/futures" name="platform/external/python/futures" groups="vts,pdk" />
- <project path="external/python/google-api-python-client" name="platform/external/python/google-api-python-client" groups="vts,pdk" />
- <project path="external/python/httplib2" name="platform/external/python/httplib2" groups="vts,pdk" />
- <project path="external/python/ipaddress" name="platform/external/python/ipaddress" groups="pdk" />
- <project path="external/python/jinja" name="platform/external/python/jinja" groups="pdk" />
- <project path="external/python/markupsafe" name="platform/external/python/markupsafe" groups="pdk" />
- <project path="external/python/mock" name="platform/external/python/mock" groups="pdk" />
- <project path="external/python/oauth2client" name="platform/external/python/oauth2client" groups="vts,pdk" />
- <project path="external/python/parse_type" name="platform/external/python/parse_type" groups="vts,pdk" />
- <project path="external/python/pyasn1" name="platform/external/python/pyasn1" groups="vts,pdk" />
- <project path="external/python/pyasn1-modules" name="platform/external/python/pyasn1-modules" groups="vts,pdk" />
- <project path="external/python/pybind11" name="platform/external/python/pybind11" groups="pdk" />
- <project path="external/python/pycparser" name="platform/external/python/pycparser" groups="pdk" />
- <project path="external/python/pyfakefs" name="platform/external/python/pyfakefs" groups="pdk" />
- <project path="external/python/pyopenssl" name="platform/external/python/pyopenssl" groups="pdk" />
- <project path="external/python/rsa" name="platform/external/python/rsa" groups="vts,pdk" />
- <project path="external/python/setuptools" name="platform/external/python/setuptools" groups="vts,pdk" />
- <project path="external/python/six" name="platform/external/python/six" groups="vts,pdk" />
- <project path="external/python/uritemplates" name="platform/external/python/uritemplates" groups="vts,pdk" />
- <project path="external/rappor" name="platform/external/rappor" groups="pdk" />
- <project path="external/replicaisland" name="platform/external/replicaisland" groups="pdk" />
- <project path="external/rmi4utils" name="platform/external/rmi4utils" groups="pdk" />
- <project path="external/robolectric-shadows" name="platform/external/robolectric-shadows" groups="pdk-cw-fs,pdk-fs" />
- <project path="external/roboto-fonts" name="platform/external/roboto-fonts" groups="pdk" />
- <project path="external/rootdev" name="platform/external/rootdev" groups="pdk" />
- <project path="external/Reactive-Extensions/RxCpp" name="platform/external/Reactive-Extensions/RxCpp" groups="pdk" />
- <project path="external/rnnoise" name="platform/external/rnnoise" groups="pdk" />
- <project path="external/rust/crates/ahash" name="platform/external/rust/crates/ahash" groups="pdk" />
- <project path="external/rust/crates/aho-corasick" name="platform/external/rust/crates/aho-corasick" groups="pdk" />
- <project path="external/rust/crates/android_logger" name="platform/external/rust/crates/android_logger" groups="pdk" />
- <project path="external/rust/crates/android_log-sys" name="platform/external/rust/crates/android_log-sys" groups="pdk" />
- <project path="external/rust/crates/anyhow" name="platform/external/rust/crates/anyhow" groups="pdk" />
- <project path="external/rust/crates/arbitrary" name="platform/external/rust/crates/arbitrary" groups="pdk" />
- <project path="external/rust/crates/async-stream" name="platform/external/rust/crates/async-stream" groups="pdk" />
- <project path="external/rust/crates/async-stream-impl" name="platform/external/rust/crates/async-stream-impl" groups="pdk" />
- <project path="external/rust/crates/async-task" name="platform/external/rust/crates/async-task" groups="pdk" />
- <project path="external/rust/crates/async-trait" name="platform/external/rust/crates/async-trait" groups="pdk" />
- <project path="external/rust/crates/atty" name="platform/external/rust/crates/atty" groups="pdk" />
- <project path="external/rust/crates/bencher" name="platform/external/rust/crates/bencher" groups="pdk" />
- <project path="external/rust/crates/bindgen" name="platform/external/rust/crates/bindgen" groups="pdk" />
- <project path="external/rust/crates/bitflags" name="platform/external/rust/crates/bitflags" groups="pdk" />
- <project path="external/rust/crates/bstr" name="platform/external/rust/crates/bstr" groups="pdk" />
- <project path="external/rust/crates/byteorder" name="platform/external/rust/crates/byteorder" groups="pdk" />
- <project path="external/rust/crates/bytes" name="platform/external/rust/crates/bytes" groups="pdk" />
- <project path="external/rust/crates/cast" name="platform/external/rust/crates/cast" groups="pdk" />
- <project path="external/rust/crates/cexpr" name="platform/external/rust/crates/cexpr" groups="pdk" />
- <project path="external/rust/crates/cfg-if" name="platform/external/rust/crates/cfg-if" groups="pdk" />
- <project path="external/rust/crates/chrono" name="platform/external/rust/crates/chrono" groups="pdk" />
- <project path="external/rust/crates/clang-sys" name="platform/external/rust/crates/clang-sys" groups="pdk" />
- <project path="external/rust/crates/clap" name="platform/external/rust/crates/clap" groups="pdk" />
- <project path="external/rust/crates/crc32fast" name="platform/external/rust/crates/crc32fast" groups="pdk" />
- <project path="external/rust/crates/codespan-reporting" name="platform/external/rust/crates/codespan-reporting" groups="pdk" />
- <project path="external/rust/crates/criterion" name="platform/external/rust/crates/criterion" groups="pdk" />
- <project path="external/rust/crates/criterion-plot" name="platform/external/rust/crates/criterion-plot" groups="pdk" />
- <project path="external/rust/crates/crossbeam-channel" name="platform/external/rust/crates/crossbeam-channel" groups="pdk" />
- <project path="external/rust/crates/crossbeam-deque" name="platform/external/rust/crates/crossbeam-deque" groups="pdk" />
- <project path="external/rust/crates/crossbeam-epoch" name="platform/external/rust/crates/crossbeam-epoch" groups="pdk" />
- <project path="external/rust/crates/crossbeam-utils" name="platform/external/rust/crates/crossbeam-utils" groups="pdk" />
- <project path="external/rust/crates/csv" name="platform/external/rust/crates/csv" groups="pdk" />
- <project path="external/rust/crates/csv-core" name="platform/external/rust/crates/csv-core" groups="pdk" />
- <project path="external/rust/crates/derive_arbitrary" name="platform/external/rust/crates/derive_arbitrary" groups="pdk" />
- <project path="external/rust/crates/downcast-rs" name="platform/external/rust/crates/downcast-rs" groups="pdk" />
- <project path="external/rust/crates/either" name="platform/external/rust/crates/either" groups="pdk" />
- <project path="external/rust/crates/env_logger" name="platform/external/rust/crates/env_logger" groups="pdk" />
- <project path="external/rust/crates/fallible-iterator" name="platform/external/rust/crates/fallible-iterator" groups="pdk" />
- <project path="external/rust/crates/fallible-streaming-iterator" name="platform/external/rust/crates/fallible-streaming-iterator" groups="pdk" />
- <project path="external/rust/crates/flate2" name="platform/external/rust/crates/flate2" groups="pdk" />
- <project path="external/rust/crates/fnv" name="platform/external/rust/crates/fnv" groups="pdk" />
- <project path="external/rust/crates/form_urlencoded" name="platform/external/rust/crates/form_urlencoded" groups="pdk" />
- <project path="external/rust/crates/futures" name="platform/external/rust/crates/futures" groups="pdk" />
- <project path="external/rust/crates/futures-channel" name="platform/external/rust/crates/futures-channel" groups="pdk" />
- <project path="external/rust/crates/futures-core" name="platform/external/rust/crates/futures-core" groups="pdk" />
- <project path="external/rust/crates/futures-executor" name="platform/external/rust/crates/futures-executor" groups="pdk" />
- <project path="external/rust/crates/futures-io" name="platform/external/rust/crates/futures-io" groups="pdk" />
- <project path="external/rust/crates/futures-macro" name="platform/external/rust/crates/futures-macro" groups="pdk" />
- <project path="external/rust/crates/futures-sink" name="platform/external/rust/crates/futures-sink" groups="pdk" />
- <project path="external/rust/crates/futures-task" name="platform/external/rust/crates/futures-task" groups="pdk" />
- <project path="external/rust/crates/futures-util" name="platform/external/rust/crates/futures-util" groups="pdk" />
- <project path="external/rust/crates/gdbstub" name="platform/external/rust/crates/gdbstub" groups="pdk" />
- <project path="external/rust/crates/getrandom" name="platform/external/rust/crates/getrandom" groups="pdk" />
- <project path="external/rust/crates/glob" name="platform/external/rust/crates/glob" groups="pdk" />
- <project path="external/rust/crates/grpcio" name="platform/external/rust/crates/grpcio" groups="pdk" />
- <project path="external/rust/crates/grpcio-compiler" name="platform/external/rust/crates/grpcio-compiler" groups="pdk" />
- <project path="external/rust/crates/grpcio-sys" name="platform/external/rust/crates/grpcio-sys" groups="pdk" />
- <project path="external/rust/crates/half" name="platform/external/rust/crates/half" groups="pdk" />
- <project path="external/rust/crates/hashbrown" name="platform/external/rust/crates/hashbrown" groups="pdk" />
- <project path="external/rust/crates/hashlink" name="platform/external/rust/crates/hashlink" groups="pdk" />
- <project path="external/rust/crates/heck" name="platform/external/rust/crates/heck" groups="pdk" />
- <project path="external/rust/crates/idna" name="platform/external/rust/crates/idna" groups="pdk" />
- <project path="external/rust/crates/instant" name="platform/external/rust/crates/instant" groups="pdk" />
- <project path="external/rust/crates/intrusive-collections" name="platform/external/rust/crates/intrusive-collections" groups="pdk" />
- <project path="external/rust/crates/itertools" name="platform/external/rust/crates/itertools" groups="pdk" />
- <project path="external/rust/crates/itoa" name="platform/external/rust/crates/itoa" groups="pdk" />
- <project path="external/rust/crates/lazy_static" name="platform/external/rust/crates/lazy_static" groups="pdk" />
- <project path="external/rust/crates/lazycell" name="platform/external/rust/crates/lazycell" groups="pdk" />
- <project path="external/rust/crates/libc" name="platform/external/rust/crates/libc" groups="pdk" />
- <project path="external/rust/crates/libfuzzer-sys" name="platform/external/rust/crates/libfuzzer-sys" groups="pdk" />
- <project path="external/rust/crates/libloading" name="platform/external/rust/crates/libloading" groups="pdk" />
- <project path="external/rust/crates/libm" name="platform/external/rust/crates/libm" groups="pdk" />
- <project path="external/rust/crates/libsqlite3-sys" name="platform/external/rust/crates/libsqlite3-sys" groups="pdk" />
- <project path="external/rust/crates/libz-sys" name="platform/external/rust/crates/libz-sys" groups="pdk" />
- <project path="external/rust/crates/linked-hash-map" name="platform/external/rust/crates/linked-hash-map" groups="pdk" />
- <project path="external/rust/crates/lock_api" name="platform/external/rust/crates/lock_api" groups="pdk" />
- <project path="external/rust/crates/log" name="platform/external/rust/crates/log" groups="pdk" />
- <project path="external/rust/crates/lru-cache" name="platform/external/rust/crates/lru-cache" groups="pdk" />
- <project path="external/rust/crates/macaddr" name="platform/external/rust/crates/macaddr" groups="pdk" />
- <project path="external/rust/crates/managed" name="platform/external/rust/crates/managed" groups="pdk" />
- <project path="external/rust/crates/matches" name="platform/external/rust/crates/matches" groups="pdk" />
- <project path="external/rust/crates/memchr" name="platform/external/rust/crates/memchr" groups="pdk" />
- <project path="external/rust/crates/memoffset" name="platform/external/rust/crates/memoffset" groups="pdk" />
- <project path="external/rust/crates/mio" name="platform/external/rust/crates/mio" groups="pdk" />
- <project path="external/rust/crates/nix" name="platform/external/rust/crates/nix" groups="pdk" />
- <project path="external/rust/crates/no-panic" name="platform/external/rust/crates/no-panic" groups="pdk" />
- <project path="external/rust/crates/nom" name="platform/external/rust/crates/nom" groups="pdk" />
- <project path="external/rust/crates/num-derive" name="platform/external/rust/crates/num-derive" groups="pdk" />
- <project path="external/rust/crates/num-integer" name="platform/external/rust/crates/num-integer" groups="pdk" />
- <project path="external/rust/crates/num-traits" name="platform/external/rust/crates/num-traits" groups="pdk" />
- <project path="external/rust/crates/num_cpus" name="platform/external/rust/crates/num_cpus" groups="pdk" />
- <project path="external/rust/crates/once_cell" name="platform/external/rust/crates/once_cell" groups="pdk" />
- <project path="external/rust/crates/oorandom" name="platform/external/rust/crates/oorandom" groups="pdk" />
- <project path="external/rust/crates/parking_lot" name="platform/external/rust/crates/parking_lot" groups="pdk" />
- <project path="external/rust/crates/parking_lot_core" name="platform/external/rust/crates/parking_lot_core" groups="pdk" />
- <project path="external/rust/crates/paste" name="platform/external/rust/crates/paste" groups="pdk" />
- <project path="external/rust/crates/peeking_take_while" name="platform/external/rust/crates/peeking_take_while" groups="pdk" />
- <project path="external/rust/crates/percent-encoding" name="platform/external/rust/crates/percent-encoding" groups="pdk" />
- <project path="external/rust/crates/pin-project" name="platform/external/rust/crates/pin-project" groups="pdk" />
- <project path="external/rust/crates/pin-project-internal" name="platform/external/rust/crates/pin-project-internal" groups="pdk" />
- <project path="external/rust/crates/pin-project-lite" name="platform/external/rust/crates/pin-project-lite" groups="pdk" />
- <project path="external/rust/crates/pin-utils" name="platform/external/rust/crates/pin-utils" groups="pdk" />
- <project path="external/rust/crates/plotters" name="platform/external/rust/crates/plotters" groups="pdk" />
- <project path="external/rust/crates/plotters-backend" name="platform/external/rust/crates/plotters-backend" groups="pdk" />
- <project path="external/rust/crates/plotters-svg" name="platform/external/rust/crates/plotters-svg" groups="pdk" />
- <project path="external/rust/crates/ppv-lite86" name="platform/external/rust/crates/ppv-lite86" groups="pdk" />
- <project path="external/rust/crates/proc-macro-error" name="platform/external/rust/crates/proc-macro-error" groups="pdk" />
- <project path="external/rust/crates/proc-macro-error-attr" name="platform/external/rust/crates/proc-macro-error-attr" groups="pdk" />
- <project path="external/rust/crates/proc-macro-hack" name="platform/external/rust/crates/proc-macro-hack" groups="pdk" />
- <project path="external/rust/crates/proc-macro-nested" name="platform/external/rust/crates/proc-macro-nested" groups="pdk" />
- <project path="external/rust/crates/proc-macro2" name="platform/external/rust/crates/proc-macro2" groups="pdk" />
- <project path="external/rust/crates/protobuf" name="platform/external/rust/crates/protobuf" groups="pdk" />
- <project path="external/rust/crates/protobuf-codegen" name="platform/external/rust/crates/protobuf-codegen" groups="pdk" />
- <project path="external/rust/crates/quiche" name="platform/external/rust/crates/quiche" groups="pdk" />
- <project path="external/rust/crates/quote" name="platform/external/rust/crates/quote" groups="pdk" />
- <project path="external/rust/crates/rand" name="platform/external/rust/crates/rand" groups="pdk" />
- <project path="external/rust/crates/rand_chacha" name="platform/external/rust/crates/rand_chacha" groups="pdk" />
- <project path="external/rust/crates/rand_core" name="platform/external/rust/crates/rand_core" groups="pdk" />
- <project path="external/rust/crates/rand_xorshift" name="platform/external/rust/crates/rand_xorshift" groups="pdk" />
- <project path="external/rust/crates/rayon" name="platform/external/rust/crates/rayon" groups="pdk" />
- <project path="external/rust/crates/rayon-core" name="platform/external/rust/crates/rayon-core" groups="pdk" />
- <project path="external/rust/crates/regex" name="platform/external/rust/crates/regex" groups="pdk" />
- <project path="external/rust/crates/regex-automata" name="platform/external/rust/crates/regex-automata" groups="pdk" />
- <project path="external/rust/crates/regex-syntax" name="platform/external/rust/crates/regex-syntax" groups="pdk" />
- <project path="external/rust/crates/remain" name="platform/external/rust/crates/remain" groups="pdk" />
- <project path="external/rust/crates/ring" name="platform/external/rust/crates/ring" groups="pdk" />
- <project path="external/rust/crates/rusqlite" name="platform/external/rust/crates/rusqlite" groups="pdk" />
- <project path="external/rust/crates/rustc-hash" name="platform/external/rust/crates/rustc-hash" groups="pdk" />
- <project path="external/rust/crates/rustversion" name="platform/external/rust/crates/rustversion" groups="pdk" />
- <project path="external/rust/crates/ryu" name="platform/external/rust/crates/ryu" groups="pdk" />
- <project path="external/rust/crates/same-file" name="platform/external/rust/crates/same-file" groups="pdk" />
- <project path="external/rust/crates/scopeguard" name="platform/external/rust/crates/scopeguard" groups="pdk" />
- <project path="external/rust/crates/serde" name="platform/external/rust/crates/serde" groups="pdk" />
- <project path="external/rust/crates/serde_cbor" name="platform/external/rust/crates/serde_cbor" groups="pdk" />
- <project path="external/rust/crates/serde_derive" name="platform/external/rust/crates/serde_derive" groups="pdk" />
- <project path="external/rust/crates/serde_json" name="platform/external/rust/crates/serde_json" groups="pdk" />
- <project path="external/rust/crates/serde_test" name="platform/external/rust/crates/serde_test" groups="pdk" />
- <project path="external/rust/crates/shared_child" name="platform/external/rust/crates/shared_child" groups="pdk" />
- <project path="external/rust/crates/shlex" name="platform/external/rust/crates/shlex" groups="pdk" />
- <project path="external/rust/crates/slab" name="platform/external/rust/crates/slab" groups="pdk" />
- <project path="external/rust/crates/smallvec" name="platform/external/rust/crates/smallvec" groups="pdk" />
- <project path="external/rust/crates/spin" name="platform/external/rust/crates/spin" groups="pdk" />
- <project path="external/rust/crates/structopt" name="platform/external/rust/crates/structopt" groups="pdk" />
- <project path="external/rust/crates/structopt-derive" name="platform/external/rust/crates/structopt-derive" groups="pdk" />
- <project path="external/rust/crates/syn" name="platform/external/rust/crates/syn" groups="pdk" />
- <project path="external/rust/crates/syn-mid" name="platform/external/rust/crates/syn-mid" groups="pdk" />
- <project path="external/rust/crates/termcolor" name="platform/external/rust/crates/termcolor" groups="pdk" />
- <project path="external/rust/crates/textwrap" name="platform/external/rust/crates/textwrap" groups="pdk" />
- <project path="external/rust/crates/thiserror" name="platform/external/rust/crates/thiserror" groups="pdk" />
- <project path="external/rust/crates/thiserror-impl" name="platform/external/rust/crates/thiserror-impl" groups="pdk" />
- <project path="external/rust/crates/thread_local" name="platform/external/rust/crates/thread_local" groups="pdk" />
- <project path="external/rust/crates/tinytemplate" name="platform/external/rust/crates/tinytemplate" groups="pdk" />
- <project path="external/rust/crates/tinyvec" name="platform/external/rust/crates/tinyvec" groups="pdk" />
- <project path="external/rust/crates/tinyvec_macros" name="platform/external/rust/crates/tinyvec_macros" groups="pdk" />
- <project path="external/rust/crates/tokio" name="platform/external/rust/crates/tokio" groups="pdk" />
- <project path="external/rust/crates/tokio-macros" name="platform/external/rust/crates/tokio-macros" groups="pdk" />
- <project path="external/rust/crates/tokio-stream" name="platform/external/rust/crates/tokio-stream" groups="pdk" />
- <project path="external/rust/crates/tokio-test" name="platform/external/rust/crates/tokio-test" groups="pdk" />
- <project path="external/rust/crates/unicode-bidi" name="platform/external/rust/crates/unicode-bidi" groups="pdk" />
- <project path="external/rust/crates/unicode-normalization" name="platform/external/rust/crates/unicode-normalization" groups="pdk" />
- <project path="external/rust/crates/unicode-segmentation" name="platform/external/rust/crates/unicode-segmentation" groups="pdk" />
- <project path="external/rust/crates/unicode-width" name="platform/external/rust/crates/unicode-width" groups="pdk" />
- <project path="external/rust/crates/unicode-xid" name="platform/external/rust/crates/unicode-xid" groups="pdk" />
- <project path="external/rust/crates/untrusted" name="platform/external/rust/crates/untrusted" groups="pdk" />
- <project path="external/rust/crates/url" name="platform/external/rust/crates/url" groups="pdk" />
- <project path="external/rust/crates/uuid" name="platform/external/rust/crates/uuid" groups="pdk" />
- <project path="external/rust/crates/vmm_vhost" name="platform/external/rust/crates/vmm_vhost" groups="pdk" />
- <project path="external/rust/crates/vsock" name="platform/external/rust/crates/vsock" groups="pdk" />
- <project path="external/rust/crates/walkdir" name="platform/external/rust/crates/walkdir" groups="pdk" />
- <project path="external/rust/crates/weak-table" name="platform/external/rust/crates/weak-table" groups="pdk" />
- <project path="external/rust/crates/which" name="platform/external/rust/crates/which" groups="pdk" />
- <project path="external/rust/crates/zip" name="platform/external/rust/crates/zip" groups="pdk" />
- <project path="external/rust/cxx" name="platform/external/rust/cxx" groups="pdk" />
- <project path="external/ruy" name="platform/external/ruy" groups="pdk" />
- <project path="external/s2-geometry-library-java" name="platform/external/s2-geometry-library-java" groups="pdk" />
- <project path="external/scapy" name="platform/external/scapy" groups="pdk-fs" />
- <project path="external/scrypt" name="platform/external/scrypt" groups="pdk" />
- <project path="external/scudo" name="platform/external/scudo" groups="pdk" />
- <project path="external/seccomp-tests" name="platform/external/seccomp-tests" groups="pdk" />
- <project path="external/selinux" name="platform/external/selinux" groups="pdk" />
- <project path="external/setupcompat" name="platform/external/setupcompat" groups="pdk" />
- <project path="external/setupdesign" name="platform/external/setupdesign" groups="pdk" />
- <project path="external/sfntly" name="platform/external/sfntly" groups="pdk,qcom_msm8x26" />
- <project path="external/shaderc/spirv-headers" name="platform/external/shaderc/spirv-headers" groups="pdk" />
- <project path="external/shflags" name="platform/external/shflags" groups="pdk" />
- <project path="external/skia" name="platform/external/skia" groups="pdk,qcom_msm8x26" />
- <project path="external/skqp" name="platform/external/skqp" groups="cts,pdk" clone-depth="1" />
- <project path="external/sl4a" name="platform/external/sl4a" groups="pdk" />
- <project path="external/slf4j" name="platform/external/slf4j" groups="pdk" />
- <project path="external/smali" name="platform/external/smali" groups="pdk" />
- <project path="external/snakeyaml" name="platform/external/snakeyaml" groups="pdk" />
- <project path="external/sonic" name="platform/external/sonic" groups="pdk" />
- <project path="external/sonivox" name="platform/external/sonivox" groups="pdk" />
- <project path="external/speex" name="platform/external/speex" groups="pdk" />
- <project path="external/sqlite" name="platform/external/sqlite" groups="pdk" />
- <project path="external/squashfs-tools" name="platform/external/squashfs-tools" groups="pdk" />
- <project path="external/starlark-go" name="platform/external/starlark-go" groups="pdk" />
- <project path="external/strace" name="platform/external/strace" groups="pdk" />
- <project path="external/stressapptest" name="platform/external/stressapptest" groups="pdk" />
- <project path="external/subsampling-scale-image-view" name="platform/external/subsampling-scale-image-view" groups="pdk" clone-depth="1" />
- <project path="external/swiftshader" name="platform/external/swiftshader" groups="pdk" />
- <project path="external/tagsoup" name="platform/external/tagsoup" groups="pdk" />
- <project path="external/tcpdump" name="platform/external/tcpdump" groups="pdk" />
- <project path="external/tensorflow" name="platform/external/tensorflow" groups="pdk" />
- <project path="external/testng" name="platform/external/testng" groups="pdk" />
- <project path="external/tflite-support" name="platform/external/tflite-support" groups="pdk" />
- <project path="external/timezone-boundary-builder" name="platform/external/timezone-boundary-builder" groups="pdk" clone-depth="2" />
- <project path="external/tinyalsa" name="platform/external/tinyalsa" groups="pdk" />
- <project path="external/tinyalsa_new" name="platform/external/tinyalsa_new" groups="pdk" />
- <project path="external/tinycompress" name="platform/external/tinycompress" groups="pdk" />
- <project path="external/tinyxml2" name="platform/external/tinyxml2" groups="pdk" />
- <project path="external/toolchain-utils" name="platform/external/toolchain-utils" />
- <project path="external/toybox" name="platform/external/toybox" groups="pdk" />
- <project path="external/tpm2-tss" name="platform/external/tpm2-tss" groups="pdk" />
- <project path="external/tremolo" name="platform/external/tremolo" groups="pdk" />
- <project path="external/turbine" name="platform/external/turbine" groups="pdk" />
- <project path="external/unicode" name="platform/external/unicode" groups="pdk" />
- <project path="external/universal-tween-engine" name="platform/external/universal-tween-engine" />
- <project path="external/ukey2" name="platform/external/ukey2" groups="pdk" />
- <project path="external/usrsctp" name="platform/external/usrsctp" groups="pdk" />
- <project path="external/v4l2_codec2" name="platform/external/v4l2_codec2" groups="pdk" />
- <project path="external/vboot_reference" name="platform/external/vboot_reference" groups="vboot,pdk-fs" />
- <project path="external/virglrenderer" name="platform/external/virglrenderer" groups="pdk" />
- <project path="external/vixl" name="platform/external/vixl" groups="pdk" />
- <project path="external/vm_tools/p9" name="platform/external/vm_tools/p9" groups="pdk" />
- <project path="external/vogar" name="platform/external/vogar" groups="pdk" />
- <project path="external/volley" name="platform/external/volley" groups="pdk" />
- <project path="external/vulkan-headers" name="platform/external/vulkan-headers" groups="pdk" />
- <project path="external/vulkan-validation-layers" name="platform/external/vulkan-validation-layers" groups="pdk" />
- <project path="external/walt" name="platform/external/walt" groups="pdk" />
- <project path="external/wayland" name="platform/external/wayland" groups="pdk" />
- <project path="external/wayland-protocols" name="platform/external/wayland-protocols" groups="pdk" />
- <project path="external/webp" name="platform/external/webp" groups="pdk,qcom_msm8x26" />
- <project path="external/webrtc" name="platform/external/webrtc" groups="pdk" />
- <project path="external/wpa_supplicant_8" name="platform/external/wpa_supplicant_8" groups="pdk" />
- <project path="external/wycheproof" name="platform/external/wycheproof" groups="pdk" />
- <project path="external/xmp_toolkit" name="platform/external/xmp_toolkit" groups="pdk" />
- <project path="external/xz-embedded" name="platform/external/xz-embedded" groups="pdk" />
- <project path="external/xz-java" name="platform/external/xz-java" groups="pdk" />
- <project path="external/XNNPACK" name="platform/external/XNNPACK" groups="pdk" />
- <project path="external/yapf" name="platform/external/yapf" groups="vts,projectarch,pdk" />
- <project path="external/zlib" name="platform/external/zlib" groups="pdk" />
- <project path="external/zopfli" name="platform/external/zopfli" groups="pdk" />
- <project path="external/zstd" name="platform/external/zstd" groups="pdk" />
- <project path="external/zxing" name="platform/external/zxing" groups="pdk" />
- <project path="frameworks/av" name="platform/frameworks/av" groups="pdk" />
- <project path="frameworks/base" name="platform/frameworks/base" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/compile/libbcc" name="platform/frameworks/compile/libbcc" groups="pdk" />
- <project path="frameworks/compile/mclinker" name="platform/frameworks/compile/mclinker" groups="pdk" />
- <project path="frameworks/compile/slang" name="platform/frameworks/compile/slang" groups="pdk" />
- <project path="frameworks/ex" name="platform/frameworks/ex" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/hardware/interfaces" name="platform/frameworks/hardware/interfaces" groups="pdk" />
- <project path="frameworks/layoutlib" name="platform/frameworks/layoutlib" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/libs/systemui" name="platform/frameworks/libs/systemui" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/libs/modules-utils" name="platform/frameworks/libs/modules-utils" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/libs/net" name="platform/frameworks/libs/net" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/libs/native_bridge_support" name="platform/frameworks/libs/native_bridge_support" groups="pdk" />
- <project path="frameworks/libs/service_entitlement" name="platform/frameworks/libs/service_entitlement" groups="pdk" />
- <project path="frameworks/minikin" name="platform/frameworks/minikin" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/multidex" name="platform/frameworks/multidex" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/native" name="platform/frameworks/native" groups="pdk" />
- <project path="frameworks/opt/bitmap" name="platform/frameworks/opt/bitmap" groups="pdk-fs" />
- <project path="frameworks/opt/calendar" name="platform/frameworks/opt/calendar" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/opt/car/services" name="platform/frameworks/opt/car/services" groups="pdk-fs" />
- <project path="frameworks/opt/car/setupwizard" name="platform/frameworks/opt/car/setupwizard" groups="pdk" />
- <project path="frameworks/opt/chips" name="platform/frameworks/opt/chips" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/opt/colorpicker" name="platform/frameworks/opt/colorpicker" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/opt/localepicker" name="platform/frameworks/opt/localepicker" />
- <project path="frameworks/opt/net/ethernet" name="platform/frameworks/opt/net/ethernet" groups="pdk-fs" />
- <project path="frameworks/opt/net/ims" name="platform/frameworks/opt/net/ims" groups="frameworks_ims,pdk-cw-fs,pdk-fs" />
- <project path="frameworks/opt/net/voip" name="platform/frameworks/opt/net/voip" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/opt/net/wifi" name="platform/frameworks/opt/net/wifi" groups="pdk" />
- <project path="frameworks/opt/photoviewer" name="platform/frameworks/opt/photoviewer" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/opt/setupwizard" name="platform/frameworks/opt/setupwizard" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/opt/telephony" name="platform/frameworks/opt/telephony" groups="pdk" />
- <project path="frameworks/opt/timezonepicker" name="platform/frameworks/opt/timezonepicker" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/opt/tv/tvsystem" name="platform/frameworks/opt/tv/tvsystem" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/opt/vcard" name="platform/frameworks/opt/vcard" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/proto_logging" name="platform/frameworks/proto_logging" groups="pdk-cw-fs,pdk-fs" />
- <project path="frameworks/rs" name="platform/frameworks/rs" groups="pdk" />
- <project path="frameworks/wilhelm" name="platform/frameworks/wilhelm" groups="pdk-cw-fs,pdk-fs" />
- <project path="hardware/broadcom/libbt" name="platform/hardware/broadcom/libbt" groups="pdk" />
- <project path="hardware/broadcom/wlan" name="platform/hardware/broadcom/wlan" groups="pdk,broadcom_wlan" />
- <project path="hardware/google/apf" name="platform/hardware/google/apf" groups="pdk" />
- <project path="hardware/google/av" name="platform/hardware/google/av" groups="pdk" />
- <project path="hardware/google/camera" name="platform/hardware/google/camera" groups="pdk" />
- <project path="hardware/google/easel" name="platform/hardware/google/easel" groups="pdk,easel" />
- <project path="hardware/google/interfaces" name="platform/hardware/google/interfaces" groups="pdk" />
- <project path="hardware/google/pixel" name="platform/hardware/google/pixel" groups="generic_fs,pixel" />
- <project path="hardware/google/pixel-sepolicy" name="platform/hardware/google/pixel-sepolicy" groups="generic_fs,pixel" />
- <project path="hardware/interfaces" name="platform/hardware/interfaces" groups="pdk" />
- <project path="hardware/invensense" name="platform/hardware/invensense" groups="invensense,pdk" />
- <project path="hardware/knowles/athletico/sound_trigger_hal" name="platform/hardware/knowles/athletico/sound_trigger_hal" groups="coral,generic_fs" />
- <project path="hardware/libhardware" name="platform/hardware/libhardware" groups="pdk" />
- <project path="hardware/libhardware_legacy" name="platform/hardware/libhardware_legacy" groups="pdk" />
- <project path="hardware/nxp/nfc" name="platform/hardware/nxp/nfc" groups="pdk" />
- <project path="hardware/nxp/secure_element" name="platform/hardware/nxp/secure_element" groups="pdk" />
- <project path="hardware/qcom/audio" name="platform/hardware/qcom/audio" groups="qcom,qcom_audio,pdk-qcom" />
- <project path="hardware/qcom/bootctrl" name="platform/hardware/qcom/bootctrl" groups="pdk-qcom" />
- <project path="hardware/qcom/bt" name="platform/hardware/qcom/bt" groups="qcom,pdk-qcom" />
- <project path="hardware/qcom/camera" name="platform/hardware/qcom/camera" groups="qcom_camera,pdk-qcom" />
- <project path="hardware/qcom/data/ipacfg-mgr" name="platform/hardware/qcom/data/ipacfg-mgr" groups="qcom,pdk-qcom" />
- <project path="hardware/qcom/display" name="platform/hardware/qcom/display" groups="pdk-qcom,qcom,qcom_display" />
- <project path="hardware/qcom/gps" name="platform/hardware/qcom/gps" groups="qcom,qcom_gps,pdk-qcom" />
- <project path="hardware/qcom/keymaster" name="platform/hardware/qcom/keymaster" groups="qcom,qcom_keymaster,pdk-qcom" />
- <project path="hardware/qcom/media" name="platform/hardware/qcom/media" groups="qcom,pdk-qcom" />
- <project path="hardware/qcom/msm8960" name="platform/hardware/qcom/msm8960" groups="qcom_msm8960,pdk-qcom" />
- <project path="hardware/qcom/msm8994" name="platform/hardware/qcom/msm8994" groups="qcom_msm8994,pdk-qcom" />
- <project path="hardware/qcom/msm8996" name="platform/hardware/qcom/msm8996" groups="qcom_msm8996,pdk-qcom" />
- <project path="hardware/qcom/msm8x09" name="platform/hardware/qcom/msm8x09" groups="qcom_msm8x09" />
- <project path="hardware/qcom/msm8x26" name="platform/hardware/qcom/msm8x26" groups="qcom_msm8x26,pdk-qcom" />
- <project path="hardware/qcom/msm8x27" name="platform/hardware/qcom/msm8x27" groups="qcom_msm8x27,pdk-qcom" />
- <project path="hardware/qcom/msm8x84" name="platform/hardware/qcom/msm8x84" groups="qcom_msm8x84,pdk-qcom" />
- <project path="hardware/qcom/power" name="platform/hardware/qcom/power" groups="qcom,pdk-qcom" />
- <project path="hardware/qcom/sdm845/bt" name="platform/hardware/qcom/sdm845/bt" groups="generic_fs,qcom_sdm845" />
- <project path="hardware/qcom/sdm845/data/ipacfg-mgr" name="platform/hardware/qcom/sdm845/data/ipacfg-mgr" groups="generic_fs,vendor,qcom_sdm845" >
- <linkfile src="os_pickup.mk" dest="hardware/qcom/sdm845/Android.mk" />
- <linkfile src="os_pickup.bp" dest="hardware/qcom/sdm845/Android.bp" />
- </project>
- <project path="hardware/qcom/sdm845/display" name="platform/hardware/qcom/sdm845/display" groups="generic_fs,qcom_sdm845" />
- <project path="hardware/qcom/sdm845/gps" name="platform/hardware/qcom/sdm845/gps" groups="generic_fs,qcom_sdm845" />
- <project path="hardware/qcom/sdm845/media" name="platform/hardware/qcom/sdm845/media" groups="generic_fs,qcom_sdm845" />
- <project path="hardware/qcom/sdm845/thermal" name="platform/hardware/qcom/sdm845/thermal" groups="generic_fs,qcom_sdm845" />
- <project path="hardware/qcom/sdm845/vr" name="platform/hardware/qcom/sdm845/vr" groups="generic_fs,qcom_sdm845" />
- <project path="hardware/qcom/sm7150/gps" name="platform/hardware/qcom/sm7150/gps" groups="qcom_sm7150" >
- <linkfile src="os_pickup.mk" dest="hardware/qcom/sm7150/Android.mk" />
- <linkfile src="os_pickup.bp" dest="hardware/qcom/sm7150/Android.bp" />
- </project>
- <project path="hardware/qcom/sm7250/display" name="platform/hardware/qcom/sm7250/display" groups="qcom_sm7250" />
- <project path="hardware/qcom/sm7250/gps" name="platform/hardware/qcom/sm7250/gps" groups="qcom_sm7250" >
- <linkfile src="os_pickup.mk" dest="hardware/qcom/sm7250/Android.mk" />
- <linkfile src="os_pickup.bp" dest="hardware/qcom/sm7250/Android.bp" />
- </project>
- <project path="hardware/qcom/sm7250/media" name="platform/hardware/qcom/sm7250/media" groups="qcom_sm7250" />
- <project path="hardware/qcom/sm8150/data/ipacfg-mgr" name="platform/hardware/qcom/sm8150/data/ipacfg-mgr" groups="qcom_sm8150" >
- <linkfile src="os_pickup.mk" dest="hardware/qcom/sm8150/Android.mk" />
- <linkfile src="os_pickup.bp" dest="hardware/qcom/sm8150/Android.bp" />
- </project>
- <project path="hardware/qcom/sm8150/display" name="platform/hardware/qcom/sm8150/display" groups="qcom_sm8150" />
- <project path="hardware/qcom/sm8150/gps" name="platform/hardware/qcom/sm8150/gps" groups="qcom_sm8150" />
- <project path="hardware/qcom/sm8150/media" name="platform/hardware/qcom/sm8150/media" groups="qcom_sm8150" />
- <project path="hardware/qcom/sm8150/thermal" name="platform/hardware/qcom/sm8150/thermal" groups="qcom_sm8150" />
- <project path="hardware/qcom/sm8150/vr" name="platform/hardware/qcom/sm8150/vr" groups="qcom_sm8150" />
- <project path="hardware/qcom/sm8150p/gps" name="platform/hardware/qcom/sm8150p/gps" groups="qcom_sm8150p" >
- <linkfile src="os_pickup.mk" dest="hardware/qcom/sm8150p/Android.mk" />
- <linkfile src="os_pickup.bp" dest="hardware/qcom/sm8150p/Android.bp" />
- </project>
- <project path="hardware/qcom/wlan" name="platform/hardware/qcom/wlan" groups="qcom_wlan,pdk-qcom" />
- <project path="hardware/ril" name="platform/hardware/ril" groups="pdk" />
- <project path="hardware/st/nfc" name="platform/hardware/st/nfc" groups="pdk" />
- <project path="hardware/st/secure_element" name="platform/hardware/st/secure_element" groups="pdk" />
- <project path="hardware/st/secure_element2" name="platform/hardware/st/secure_element2" groups="pdk" />
- <project path="hardware/samsung/nfc" name="platform/hardware/samsung/nfc" groups="pdk" />
- <project path="hardware/ti/am57x" name="platform/hardware/ti/am57x" groups="pdk" />
- <project path="kernel/configs" name="kernel/configs" groups="vts,pdk" />
- <project path="kernel/prebuilts/4.19/arm64" name="kernel/prebuilts/4.19/arm64" groups="pdk" clone-depth="1" />
- <project path="kernel/prebuilts/5.4/arm64" name="kernel/prebuilts/5.4/arm64" groups="pdk" clone-depth="1" />
- <project path="kernel/prebuilts/5.4/x86_64" name="kernel/prebuilts/5.4/x86-64" groups="pdk" clone-depth="1" />
- <project path="kernel/prebuilts/5.10/arm64" name="kernel/prebuilts/5.10/arm64" groups="pdk" clone-depth="1" />
- <project path="kernel/prebuilts/5.10/x86_64" name="kernel/prebuilts/5.10/x86-64" groups="pdk" clone-depth="1" />
- <project path="kernel/prebuilts/mainline/arm64" name="kernel/prebuilts/mainline/arm64" groups="pdk" clone-depth="1" />
- <project path="kernel/prebuilts/common-modules/virtual-device/4.19/arm64" name="kernel/prebuilts/common-modules/virtual-device/4.19/arm64" groups="pdk" clone-depth="1" />
- <project path="kernel/prebuilts/common-modules/virtual-device/4.19/x86-64" name="kernel/prebuilts/common-modules/virtual-device/4.19/x86-64" groups="pdk" clone-depth="1" />
- <project path="kernel/prebuilts/common-modules/virtual-device/5.10/arm64" name="kernel/prebuilts/common-modules/virtual-device/5.10/arm64" groups="pdk" clone-depth="1" />
- <project path="kernel/prebuilts/common-modules/virtual-device/5.10/x86-64" name="kernel/prebuilts/common-modules/virtual-device/5.10/x86-64" groups="pdk" clone-depth="1" />
- <project path="kernel/prebuilts/common-modules/virtual-device/5.4/arm64" name="kernel/prebuilts/common-modules/virtual-device/5.4/arm64" groups="pdk" clone-depth="1" />
- <project path="kernel/prebuilts/common-modules/virtual-device/5.4/x86-64" name="kernel/prebuilts/common-modules/virtual-device/5.4/x86-64" groups="pdk" clone-depth="1" />
- <project path="kernel/prebuilts/common-modules/virtual-device/mainline/arm64" name="kernel/prebuilts/common-modules/virtual-device/mainline/arm64" groups="pdk" clone-depth="1" />
- <project path="kernel/prebuilts/common-modules/virtual-device/mainline/x86-64" name="kernel/prebuilts/common-modules/virtual-device/mainline/x86-64" groups="pdk" clone-depth="1" />
- <project path="kernel/tests" name="kernel/tests" groups="vts,pdk" />
- <project path="libcore" name="platform/libcore" groups="pdk" />
- <project path="libnativehelper" name="platform/libnativehelper" groups="pdk" />
- <project path="packages/apps/BasicSmsReceiver" name="platform/packages/apps/BasicSmsReceiver" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/apps/Bluetooth" name="platform/packages/apps/Bluetooth" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/apps/Browser2" name="platform/packages/apps/Browser2" groups="pdk-fs" />
- <project path="packages/apps/Calendar" name="platform/packages/apps/Calendar" groups="pdk-fs" />
- <project path="packages/apps/Camera2" name="platform/packages/apps/Camera2" groups="pdk-fs" />
- <project path="packages/apps/Car/Calendar" name="platform/packages/apps/Car/Calendar" groups="pdk-fs" />
- <project path="packages/apps/Car/SystemUI" name="platform/packages/apps/Car/SystemUI" groups="pdk-fs" />
- <project path="packages/apps/Car/Cluster" name="platform/packages/apps/Car/Cluster" groups="pdk-fs" />
- <project path="packages/apps/Car/DebuggingRestrictionController" name="platform/packages/apps/Car/DebuggingRestrictionController" groups="pdk-fs" />
- <project path="packages/apps/Car/Dialer" name="platform/packages/apps/Car/Dialer" groups="pdk-fs" />
- <project path="packages/apps/Car/Hvac" name="platform/packages/apps/Car/Hvac" groups="pdk-fs" />
- <project path="packages/apps/Car/LatinIME" name="platform/packages/apps/Car/LatinIME" groups="pdk-fs" />
- <project path="packages/apps/Car/Launcher" name="platform/packages/apps/Car/Launcher" groups="pdk-fs" />
- <project path="packages/apps/Car/LinkViewer" name="platform/packages/apps/Car/LinkViewer" groups="pdk-fs" />
- <project path="packages/apps/Car/LocalMediaPlayer" name="platform/packages/apps/Car/LocalMediaPlayer" groups="pdk-fs" />
- <project path="packages/apps/Car/Media" name="platform/packages/apps/Car/Media" groups="pdk-fs" />
- <project path="packages/apps/Car/Messenger" name="platform/packages/apps/Car/Messenger" groups="pdk-fs" />
- <project path="packages/apps/Car/Notification" name="platform/packages/apps/Car/Notification" groups="pdk-fs" />
- <project path="packages/apps/Car/Provision" name="platform/packages/apps/Car/Provision" groups="pdk-fs" />
- <project path="packages/apps/Car/Radio" name="platform/packages/apps/Car/Radio" groups="pdk-fs" />
- <project path="packages/apps/Car/RotaryController" name="platform/packages/apps/Car/RotaryController" groups="pdk-fs" />
- <project path="packages/apps/Car/Settings" name="platform/packages/apps/Car/Settings" groups="pdk-fs" />
- <project path="packages/apps/Car/SettingsIntelligence" name="platform/packages/apps/Car/SettingsIntelligence" groups="pdk-fs" />
- <project path="packages/apps/Car/SystemUpdater" name="platform/packages/apps/Car/SystemUpdater" groups="pdk-fs" />
- <project path="packages/apps/Car/libs" name="platform/packages/apps/Car/libs" groups="pdk-fs" />
- <project path="packages/apps/Car/tests" name="platform/packages/apps/Car/tests" groups="pdk-fs" />
- <project path="packages/apps/CarrierConfig" name="platform/packages/apps/CarrierConfig" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/apps/CellBroadcastReceiver" name="platform/packages/apps/CellBroadcastReceiver" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/apps/CertInstaller" name="platform/packages/apps/CertInstaller" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/apps/Contacts" name="platform/packages/apps/Contacts" groups="pdk-fs" />
- <project path="packages/apps/DeskClock" name="platform/packages/apps/DeskClock" groups="pdk-fs" />
- <project path="packages/apps/DevCamera" name="platform/packages/apps/DevCamera" groups="pdk" />
- <project path="packages/apps/Dialer" name="platform/packages/apps/Dialer" groups="pdk-fs" />
- <project path="packages/apps/DocumentsUI" name="platform/packages/apps/DocumentsUI" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/apps/EmergencyInfo" name="platform/packages/apps/EmergencyInfo" groups="pdk-fs" />
- <project path="packages/apps/Gallery" name="platform/packages/apps/Gallery" groups="pdk-fs" />
- <project path="packages/apps/Gallery2" name="platform/packages/apps/Gallery2" groups="pdk-fs" />
- <project path="packages/apps/HTMLViewer" name="platform/packages/apps/HTMLViewer" groups="pdk-fs" />
- <project path="packages/apps/ImsServiceEntitlement" name="platform/packages/apps/ImsServiceEntitlement" groups="pdk-fs" />
- <project path="packages/apps/KeyChain" name="platform/packages/apps/KeyChain" groups="pdk-fs" />
- <project path="packages/apps/Launcher3" name="platform/packages/apps/Launcher3" groups="pdk-fs" />
- <project path="packages/apps/LegacyCamera" name="platform/packages/apps/LegacyCamera" groups="pdk-fs" />
- <project path="packages/apps/ManagedProvisioning" name="platform/packages/apps/ManagedProvisioning" groups="pdk-fs" />
- <project path="packages/apps/Messaging" name="platform/packages/apps/Messaging" groups="pdk-fs" />
- <project path="packages/apps/Music" name="platform/packages/apps/Music" groups="pdk-fs" />
- <project path="packages/apps/MusicFX" name="platform/packages/apps/MusicFX" groups="pdk-fs" />
- <project path="packages/apps/Nfc" name="platform/packages/apps/Nfc" groups="apps_nfc,pdk-fs" />
- <project path="packages/apps/OnDeviceAppPrediction" name="platform/packages/apps/OnDeviceAppPrediction" groups="pdk-fs" />
- <project path="packages/apps/OneTimeInitializer" name="platform/packages/apps/OneTimeInitializer" groups="pdk-fs" />
- <project path="packages/apps/PhoneCommon" name="platform/packages/apps/PhoneCommon" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/apps/Protips" name="platform/packages/apps/Protips" groups="pdk-fs" />
- <project path="packages/apps/Provision" name="platform/packages/apps/Provision" groups="pdk-fs" />
- <project path="packages/apps/QuickSearchBox" name="platform/packages/apps/QuickSearchBox" groups="pdk-fs" />
- <project path="packages/apps/QuickAccessWallet" name="platform/packages/apps/QuickAccessWallet" groups="pdk-fs" />
- <project path="packages/apps/RemoteProvisioner" name="platform/packages/apps/RemoteProvisioner" groups="pdk-fs" />
- <project path="packages/apps/SafetyRegulatoryInfo" name="platform/packages/apps/SafetyRegulatoryInfo" groups="pdk-fs" />
- <project path="packages/apps/SampleLocationAttribution" name="platform/packages/apps/SampleLocationAttribution" groups="pdk-fs" />
- <project path="packages/apps/SecureElement" name="platform/packages/apps/SecureElement" groups="apps_se,pdk-fs" />
- <project path="packages/apps/Settings" name="platform/packages/apps/Settings" groups="pdk-fs" />
- <project path="packages/apps/SettingsIntelligence" name="platform/packages/apps/SettingsIntelligence" groups="pdk-fs" />
- <project path="packages/apps/SpareParts" name="platform/packages/apps/SpareParts" groups="pdk-fs" />
- <project path="packages/apps/Stk" name="platform/packages/apps/Stk" groups="apps_stk,pdk-fs" />
- <project path="packages/apps/StorageManager" name="platform/packages/apps/StorageManager" groups="pdk-fs" />
- <project path="packages/apps/Tag" name="platform/packages/apps/Tag" groups="pdk-fs" />
- <project path="packages/apps/Test/connectivity" name="platform/packages/apps/Test/connectivity" groups="pdk" />
- <project path="packages/apps/TimeZoneData" name="platform/packages/apps/TimeZoneData" groups="pdk" />
- <project path="packages/apps/TimeZoneUpdater" name="platform/packages/apps/TimeZoneUpdater" groups="pdk" />
- <project path="packages/apps/ThemePicker" name="platform/packages/apps/ThemePicker" groups="pdk-fs" />
- <project path="packages/apps/Traceur" name="platform/packages/apps/Traceur" groups="pdk-fs" />
- <project path="packages/apps/TvSettings" name="platform/packages/apps/TvSettings" groups="pdk-fs" />
- <project path="packages/apps/TV" name="platform/packages/apps/TV" groups="pdk" />
- <project path="packages/apps/UniversalMediaPlayer" name="platform/packages/apps/UniversalMediaPlayer" />
- <project path="packages/apps/WallpaperPicker" name="platform/packages/apps/WallpaperPicker" groups="pdk-fs" />
- <project path="packages/apps/WallpaperPicker2" name="platform/packages/apps/WallpaperPicker2" groups="pdk-fs" />
- <project path="packages/inputmethods/LatinIME" name="platform/packages/inputmethods/LatinIME" groups="pdk-fs" />
- <project path="packages/inputmethods/LeanbackIME" name="platform/packages/inputmethods/LeanbackIME" groups="pdk-fs" />
- <project path="packages/modules/adb" name="platform/packages/modules/adb" groups="pdk" />
- <project path="packages/modules/ArtPrebuilt" name="platform/packages/modules/ArtPrebuilt" groups="pdk" clone-depth="1" />
- <project path="packages/modules/BootPrebuilt/5.4/arm64" name="platform/packages/modules/BootPrebuilt/5.4/arm64" groups="pdk" clone-depth="1" />
- <project path="packages/modules/BootPrebuilt/5.10/arm64" name="platform/packages/modules/BootPrebuilt/5.10/arm64" groups="pdk" clone-depth="1" />
- <project path="packages/modules/CaptivePortalLogin" name="platform/packages/modules/CaptivePortalLogin" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/modules/CellBroadcastService" name="platform/packages/modules/CellBroadcastService" groups="pdk" />
- <project path="packages/modules/common" name="platform/packages/modules/common" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/modules/Connectivity" name="platform/packages/modules/Connectivity" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/modules/Cronet" name="platform/packages/modules/Cronet" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/modules/ExtServices" name="platform/packages/modules/ExtServices" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/modules/GeoTZ" name="platform/packages/modules/GeoTZ" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/modules/Gki" name="platform/packages/modules/Gki" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/modules/IPsec" name="platform/packages/modules/IPsec" groups="pdk" />
- <project path="packages/modules/DnsResolver" name="platform/packages/modules/DnsResolver" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/modules/ModuleMetadata" name="platform/packages/modules/ModuleMetadata" groups="pdk" />
- <project path="packages/modules/NetworkPermissionConfig" name="platform/packages/modules/NetworkPermissionConfig" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/modules/NetworkStack" name="platform/packages/modules/NetworkStack" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/modules/NeuralNetworks" name="platform/packages/modules/NeuralNetworks" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/modules/Permission" name="platform/packages/modules/Permission" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/modules/RuntimeI18n" name="platform/packages/modules/RuntimeI18n" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/modules/Scheduling" name="platform/packages/modules/Scheduling" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/modules/SdkExtensions" name="platform/packages/modules/SdkExtensions" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/modules/StatsD" name="platform/packages/modules/StatsD" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/modules/TestModule" name="platform/packages/modules/TestModule" />
- <project path="packages/modules/Virtualization" name="platform/packages/modules/Virtualization" groups="pdk" />
- <project path="packages/modules/vndk" name="platform/packages/modules/vndk" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/modules/Wifi" name="platform/packages/modules/Wifi" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/providers/BlockedNumberProvider" name="platform/packages/providers/BlockedNumberProvider" groups="pdk-fs" />
- <project path="packages/providers/BookmarkProvider" name="platform/packages/providers/BookmarkProvider" groups="pdk-fs" />
- <project path="packages/providers/CalendarProvider" name="platform/packages/providers/CalendarProvider" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/providers/CallLogProvider" name="platform/packages/providers/CallLogProvider" groups="pdk-fs" />
- <project path="packages/providers/ContactsProvider" name="platform/packages/providers/ContactsProvider" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/providers/DownloadProvider" name="platform/packages/providers/DownloadProvider" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/providers/MediaProvider" name="platform/packages/providers/MediaProvider" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/providers/PartnerBookmarksProvider" name="platform/packages/providers/PartnerBookmarksProvider" groups="pdk-fs" />
- <project path="packages/providers/TelephonyProvider" name="platform/packages/providers/TelephonyProvider" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/providers/TvProvider" name="platform/packages/providers/TvProvider" groups="pdk-fs" />
- <project path="packages/providers/UserDictionaryProvider" name="platform/packages/providers/UserDictionaryProvider" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/screensavers/Basic" name="platform/packages/screensavers/Basic" groups="pdk-fs" />
- <project path="packages/screensavers/PhotoTable" name="platform/packages/screensavers/PhotoTable" groups="pdk-fs" />
- <project path="packages/services/BuiltInPrintService" name="platform/packages/services/BuiltInPrintService" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/services/AlternativeNetworkAccess" name="platform/packages/services/AlternativeNetworkAccess" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/services/Car" name="platform/packages/services/Car" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/services/Iwlan" name="platform/packages/services/Iwlan" groups="pdk-cw-fs,pdk-fs"/>
- <project path="packages/services/Mms" name="platform/packages/services/Mms" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/services/Mtp" name="platform/packages/services/Mtp" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/services/Telecomm" name="platform/packages/services/Telecomm" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/services/Telephony" name="platform/packages/services/Telephony" groups="pdk-cw-fs,pdk-fs" />
- <project path="packages/wallpapers/ImageWallpaper" name="platform/packages/wallpapers/ImageWallpaper" groups="pdk-fs" />
- <project path="packages/wallpapers/LivePicker" name="platform/packages/wallpapers/LivePicker" groups="pdk-fs" />
- <project path="pdk" name="platform/pdk" groups="pdk" />
- <project path="platform_testing" name="platform/platform_testing" groups="pdk-fs,pdk-cw-fs,cts" />
- <project path="prebuilts/abi-dumps/ndk" name="platform/prebuilts/abi-dumps/ndk" groups="pdk-fs" clone-depth="1" />
- <project path="prebuilts/abi-dumps/platform" name="platform/prebuilts/abi-dumps/platform" groups="pdk-fs" clone-depth="1" />
- <project path="prebuilts/abi-dumps/vndk" name="platform/prebuilts/abi-dumps/vndk" groups="pdk-fs" clone-depth="1" />
- <project path="prebuilts/android-emulator" name="platform/prebuilts/android-emulator" groups="pdk-fs" clone-depth="1" />
- <project path="prebuilts/asuite" name="platform/prebuilts/asuite" groups="pdk" clone-depth="1" />
- <project path="prebuilts/bazel/darwin-x86_64" name="platform/prebuilts/bazel/darwin-x86_64" groups="darwin,pdk" clone-depth="1" />
- <project path="prebuilts/bazel/linux-x86_64" name="platform/prebuilts/bazel/linux-x86_64" groups="linux,pdk" clone-depth="1" />
- <project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" groups="pdk" clone-depth="1" />
- <project path="prebuilts/bundletool" name="platform/prebuilts/bundletool" groups="pdk" clone-depth="1" />
- <project path="prebuilts/checkcolor" name="platform/prebuilts/checkcolor" groups="pdk" clone-depth="1" />
- <project path="prebuilts/checkstyle" name="platform/prebuilts/checkstyle" groups="pdk" clone-depth="1" />
- <project path="prebuilts/clang-tools" name="platform/prebuilts/clang-tools" groups="pdk" clone-depth="1" />
- <project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="pdk,darwin" clone-depth="1" />
- <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" groups="pdk" clone-depth="1" />
- <project path="prebuilts/cmdline-tools" name="platform/prebuilts/cmdline-tools" groups="pdk-fs" clone-depth="1" />
- <project path="prebuilts/devtools" name="platform/prebuilts/devtools" groups="pdk-fs" clone-depth="1" />
- <project path="prebuilts/fuchsia_sdk" name="platform/prebuilts/fuchsia_sdk" groups="pdk-fs" clone-depth="1" />
- <project path="prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" groups="pdk,darwin,arm" clone-depth="1" />
- <project path="prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" name="platform/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" groups="pdk,darwin,arm" clone-depth="1" />
- <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" />
- <project path="prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9" groups="pdk,darwin,x86" clone-depth="1" />
- <project path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" groups="pdk,linux,arm" clone-depth="1" />
- <project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" groups="pdk,linux,arm" clone-depth="1" />
- <project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" groups="pdk,linux" clone-depth="1" />
- <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" />
- <project path="prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" groups="pdk,linux,x86" clone-depth="1" />
- <project path="prebuilts/gdb/darwin-x86" name="platform/prebuilts/gdb/darwin-x86" groups="darwin,pdk" clone-depth="1" />
- <project path="prebuilts/gdb/linux-x86" name="platform/prebuilts/gdb/linux-x86" groups="linux,pdk" clone-depth="1" />
- <project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" groups="darwin,pdk,tradefed" clone-depth="1" />
- <project path="prebuilts/go/linux-x86" name="platform/prebuilts/go/linux-x86" groups="linux,pdk,tradefed" clone-depth="1" />
- <project path="prebuilts/gradle-plugin" name="platform/prebuilts/gradle-plugin" groups="pdk,pdk-cw-fs,pdk-fs" clone-depth="1" />
- <project path="prebuilts/jdk/jdk11" name="platform/prebuilts/jdk/jdk11" groups="pdk" clone-depth="1" />
- <project path="prebuilts/jdk/jdk8" name="platform/prebuilts/jdk/jdk8" groups="pdk" clone-depth="1" />
- <project path="prebuilts/jdk/jdk9" name="platform/prebuilts/jdk/jdk9" groups="pdk" clone-depth="1" />
- <project path="prebuilts/manifest-merger" name="platform/prebuilts/manifest-merger" groups="pdk" clone-depth="1" />
- <project path="prebuilts/maven_repo/android" name="platform/prebuilts/maven_repo/android" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
- <project path="prebuilts/maven_repo/bumptech" name="platform/prebuilts/maven_repo/bumptech" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
- <project path="prebuilts/misc" name="platform/prebuilts/misc" groups="pdk" clone-depth="1" />
- <project path="prebuilts/module_sdk/art" name="platform/prebuilts/module_sdk/art" groups="pdk" clone-depth="1" />
- <project path="prebuilts/module_sdk/conscrypt" name="platform/prebuilts/module_sdk/conscrypt" groups="pdk" clone-depth="1" />
- <project path="prebuilts/module_sdk/Connectivity" name="platform/prebuilts/module_sdk/Connectivity" groups="pdk" clone-depth="1" />
- <project path="prebuilts/module_sdk/IPsec" name="platform/prebuilts/module_sdk/IPsec" groups="pdk" clone-depth="1" />
- <project path="prebuilts/module_sdk/Media" name="platform/prebuilts/module_sdk/Media" groups="pdk" clone-depth="1" />
- <project path="prebuilts/module_sdk/MediaProvider" name="platform/prebuilts/module_sdk/MediaProvider" groups="pdk" clone-depth="1" />
- <project path="prebuilts/module_sdk/Permission" name="platform/prebuilts/module_sdk/Permission" groups="pdk" clone-depth="1" />
- <project path="prebuilts/module_sdk/Scheduling" name="platform/prebuilts/module_sdk/Scheduling" groups="pdk" clone-depth="1" />
- <project path="prebuilts/module_sdk/SdkExtensions" name="platform/prebuilts/module_sdk/SdkExtensions" groups="pdk" clone-depth="1" />
- <project path="prebuilts/module_sdk/StatsD" name="platform/prebuilts/module_sdk/StatsD" groups="pdk" clone-depth="1" />
- <project path="prebuilts/module_sdk/Wifi" name="platform/prebuilts/module_sdk/Wifi" groups="pdk" clone-depth="1" />
- <project path="prebuilts/ndk" name="platform/prebuilts/ndk" groups="pdk" clone-depth="1" />
- <project path="prebuilts/ktlint" name="platform/prebuilts/ktlint" groups="pdk" clone-depth="1" />
- <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" />
- <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" />
- <project path="prebuilts/qemu-kernel" name="platform/prebuilts/qemu-kernel" groups="pdk" clone-depth="1" />
- <project path="prebuilts/remoteexecution-client" name="platform/prebuilts/remoteexecution-client" groups="pdk" clone-depth="1" />
- <project path="prebuilts/runtime" name="platform/prebuilts/runtime" groups="pdk" clone-depth="1" />
- <project path="prebuilts/rust" name="platform/prebuilts/rust" groups="pdk" clone-depth="1" />
- <project path="prebuilts/r8" name="platform/prebuilts/r8" groups="pdk" clone-depth="1" />
- <project path="prebuilts/sdk" name="platform/prebuilts/sdk" groups="pdk" clone-depth="1" />
- <project path="prebuilts/tools" name="platform/prebuilts/tools" groups="pdk,tools" clone-depth="1" />
- <project path="prebuilts/vndk/v28" name="platform/prebuilts/vndk/v28" groups="pdk" clone-depth="1" />
- <project path="prebuilts/vndk/v29" name="platform/prebuilts/vndk/v29" groups="pdk" clone-depth="1" />
- <project path="prebuilts/vndk/v30" name="platform/prebuilts/vndk/v30" groups="pdk" clone-depth="1" />
- <project path="sdk" name="platform/sdk" groups="pdk-cw-fs,pdk-fs" />
- <project path="system/apex" name="platform/system/apex" groups="pdk" />
- <project path="system/bt" name="platform/system/bt" groups="pdk" />
- <project path="system/bpf" name="platform/system/bpf" groups="pdk" />
- <project path="system/bpfprogs" name="platform/system/bpfprogs" groups="pdk" />
- <project path="system/ca-certificates" name="platform/system/ca-certificates" groups="pdk" />
- <project path="system/chre" name="platform/system/chre" groups="pdk" />
- <project path="system/connectivity/wificond" name="platform/system/connectivity/wificond" groups="pdk" />
- <project path="system/core" name="platform/system/core" groups="pdk" />
- <project path="system/extras" name="platform/system/extras" groups="pdk" />
- <project path="system/gatekeeper" name="platform/system/gatekeeper" groups="pdk" />
- <project path="system/gsid" name="platform/system/gsid" groups="pdk" />
- <project path="system/hardware/interfaces" name="platform/system/hardware/interfaces" groups="pdk" />
- <project path="system/hwservicemanager" name="platform/system/hwservicemanager" groups="pdk" />
- <project path="system/incremental_delivery" name="platform/system/incremental_delivery" groups="pdk" />
- <project path="system/iorap" name="platform/system/iorap" groups="pdk" />
- <project path="system/keymaster" name="platform/system/keymaster" groups="pdk" />
- <project path="system/libartpalette" name="platform/system/libartpalette" groups="pdk" />
- <project path="system/libbase" name="platform/system/libbase" groups="pdk" />
- <project path="system/libfmq" name="platform/system/libfmq" groups="pdk" />
- <project path="system/libhidl" name="platform/system/libhidl" groups="pdk" />
- <project path="system/libhwbinder" name="platform/system/libhwbinder" groups="pdk" />
- <project path="system/libprocinfo" name="platform/system/libprocinfo" groups="pdk" />
- <project path="system/libsysprop" name="platform/system/libsysprop" groups="pdk" />
- <project path="system/libufdt" name="platform/system/libufdt" groups="pdk" />
- <project path="system/libvintf" name="platform/system/libvintf" groups="pdk" />
- <project path="system/libziparchive" name="platform/system/libziparchive" groups="pdk" />
- <project path="system/linkerconfig" name="platform/system/linkerconfig" groups="pdk" />
- <project path="system/logging" name="platform/system/logging" groups="pdk" />
- <project path="system/media" name="platform/system/media" groups="pdk" />
- <project path="system/memory/libion" name="platform/system/memory/libion" groups="pdk" />
- <project path="system/memory/libdmabufheap" name="platform/system/memory/libdmabufheap" groups="pdk" />
- <project path="system/memory/libmeminfo" name="platform/system/memory/libmeminfo" groups="pdk" />
- <project path="system/memory/libmemtrack" name="platform/system/memory/libmemtrack" groups="pdk" />
- <project path="system/memory/libmemunreachable" name="platform/system/memory/libmemunreachable" groups="pdk" />
- <project path="system/memory/lmkd" name="platform/system/memory/lmkd" groups="pdk" />
- <project path="system/netd" name="platform/system/netd" groups="pdk" />
- <project path="system/nfc" name="platform/system/nfc" groups="pdk" />
- <project path="system/nvram" name="platform/system/nvram" groups="pdk" />
- <project path="system/security" name="platform/system/security" groups="pdk" />
- <project path="system/sepolicy" name="platform/system/sepolicy" groups="pdk" />
- <project path="system/server_configurable_flags" name="platform/system/server_configurable_flags" groups="pdk"/>
- <project path="system/teeui" name="platform/system/teeui" groups="pdk" />
- <project path="system/testing/gtest_extras" name="platform/system/testing/gtest_extras" groups="pdk" />
- <project path="system/timezone" name="platform/system/timezone" groups="pdk" />
- <project path="system/tools/aidl" name="platform/system/tools/aidl" groups="pdk" />
- <project path="system/tools/hidl" name="platform/system/tools/hidl" groups="pdk" />
- <project path="system/tools/mkbootimg" name="platform/system/tools/mkbootimg" groups="pdk" />
- <project path="system/tools/sysprop" name="platform/system/tools/sysprop" groups="pdk" />
- <project path="system/tools/xsdc" name="platform/system/tools/xsdc" groups="pdk" />
- <project path="system/unwinding" name="platform/system/unwinding" groups="pdk" />
- <project path="system/update_engine" name="platform/system/update_engine" groups="pdk" />
- <project path="system/vold" name="platform/system/vold" groups="pdk" />
- <project path="test/framework" name="platform/test/framework" groups="vts,projectarch,pdk" />
- <project path="test/mlts/benchmark" name="platform/test/mlts/benchmark" groups="pdk" />
- <project path="test/mlts/models" name="platform/test/mlts/models" groups="pdk" />
- <project path="test/app_compat/csuite" name="platform/test/app_compat/csuite" />
- <project path="test/cts-root" name="platform/test/cts-root" />
- <project path="test/mts" name="platform/test/mts" />
- <project path="test/vti/dashboard" name="platform/test/vti/dashboard" groups="vts,projectarch,pdk" />
- <project path="test/vti/fuzz_test_serving" name="platform/test/vti/fuzz_test_serving" groups="vts,projectarch,pdk" />
- <project path="test/vti/test_serving" name="platform/test/vti/test_serving" groups="vts,projectarch,pdk" />
- <project path="test/vts" name="platform/test/vts" groups="vts,pdk" />
- <project path="test/vts-testcase/fuzz" name="platform/test/vts-testcase/fuzz" groups="vts,projectarch,pdk" />
- <project path="test/vts-testcase/hal" name="platform/test/vts-testcase/hal" groups="vts,pdk" />
- <project path="test/vts-testcase/hal-trace" name="platform/test/vts-testcase/hal-trace" groups="vts,pdk" />
- <project path="test/vts-testcase/kernel" name="platform/test/vts-testcase/kernel" groups="vts,pdk" />
- <project path="test/vts-testcase/nbu" name="platform/test/vts-testcase/nbu" groups="vts,projectarch,pdk" />
- <project path="test/vts-testcase/performance" name="platform/test/vts-testcase/performance" groups="vts,projectarch,pdk" />
- <project path="test/vts-testcase/security" name="platform/test/vts-testcase/security" groups="vts,projectarch,pdk" />
- <project path="test/vts-testcase/vndk" name="platform/test/vts-testcase/vndk" groups="vts,pdk" />
- <project path="test/catbox" name="platform/test/catbox" />
- <project path="toolchain/benchmark" name="toolchain/benchmark" />
- <project path="toolchain/pgo-profiles" name="toolchain/pgo-profiles" groups="pdk" />
- <project path="tools/aadevtools" name="platform/tools/aadevtools" groups="pdk" />
- <project path="tools/acloud" name="platform/tools/acloud" groups="tools,vts,projectarch,pdk,tradefed" />
- <project path="tools/adt/idea" name="platform/tools/adt/idea" groups="notdefault,tools" />
- <project path="tools/apifinder" name="platform/tools/apifinder" groups="pdk,tools" />
- <project path="tools/apksig" name="platform/tools/apksig" groups="pdk,tradefed" />
- <project path="tools/apkzlib" name="platform/tools/apkzlib" groups="pdk,tradefed" />
- <project path="tools/asuite" name="platform/tools/asuite" groups="pdk" />
- <project path="tools/base" name="platform/tools/base" groups="notdefault,tools" />
- <project path="tools/build" name="platform/tools/build" groups="notdefault,tools" />
- <project path="tools/carrier_settings" name="platform/tools/carrier_settings" groups="tools" />
- <project path="tools/currysrc" name="platform/tools/currysrc" groups="pdk" />
- <project path="tools/dexter" name="platform/tools/dexter" groups="tools,pdk-fs" />
- <project path="tools/doc_generation" name="platform/tools/doc_generation" groups="tools,pdk" />
- <project path="tools/external_updater" name="platform/tools/external_updater" groups="tools" />
- <project path="tools/external/fat32lib" name="platform/tools/external/fat32lib" groups="tools" />
- <project path="tools/idea" name="platform/tools/idea" groups="notdefault,tools" />
- <project path="tools/metalava" name="platform/tools/metalava" groups="pdk,tools" />
- <project path="tools/motodev" name="platform/tools/motodev" groups="notdefault,motodev" />
- <project path="tools/platform-compat" name="tools/platform-compat" groups="pdk-cw-fs,pdk-fs,pdk" />
- <project path="tools/ndkports" name="platform/tools/ndkports" groups="pdk" />
- <project path="tools/repohooks" name="platform/tools/repohooks" groups="adt-infra,cts,developers,motodev,pdk,tools,tradefed" />
- <project path="tools/security" name="platform/tools/security" groups="pdk,tools" />
- <project path="tools/studio/cloud" name="platform/tools/studio/cloud" groups="notdefault,tools" />
- <project path="tools/swt" name="platform/tools/swt" groups="notdefault,tools" />
- <project path="tools/test/connectivity" name="platform/tools/test/connectivity" groups="pdk" />
- <project path="tools/test/graphicsbenchmark" name="platform/tools/test/graphicsbenchmark" groups="pdk" />
- <project path="tools/test/openhst" name="platform/tools/test/openhst" groups="tools" />
- <project path="tools/tradefederation/prebuilts" name="platform/tools/tradefederation/prebuilts" groups="pdk,tradefed" />
- <project path="tools/treble" name="platform/tools/treble" groups="tools,pdk" />
- <project path="tools/trebuchet" name="platform/tools/trebuchet" groups="tools,cts,pdk,pdk-cw-fs,pdk-fs" />
+ <remote name="codeaurora_vendor"
+ fetch="https://oregon.source.codeaurora.org/quic/la"
+ revision="refs/tags/LA.UM.9.14.r1-18600.02-LAHAINA.QSSI12.0" />
+
+ <default revision="refs/heads/sugisawa"
+ remote="github"
+ sync-c="true"
+ sync-j="4" />
- <repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload" />
+ <include name="snippets/system.xml" />
+ <include name="snippets/vendor.xml" />
+ <include name="snippets/remove.xml" />
+ <include name="snippets/ice.xml" />
</manifest>
diff --git a/snippets/ice.xml b/snippets/ice.xml
new file mode 100644
index 0000000..6199b82
--- /dev/null
+++ b/snippets/ice.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- Replace existing repos -->
+
+ <!-- Add new repos -->
+
+ <!-- External repos -->
+
+</manifest>
diff --git a/snippets/remove.xml b/snippets/remove.xml
new file mode 100644
index 0000000..bcbc87c
--- /dev/null
+++ b/snippets/remove.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- System -->
+ <remove-project name="device/amlogic/yukawa" />
+ <remove-project name="device/amlogic/yukawa-kernel" />
+ <remove-project name="device/common" />
+ <remove-project name="device/generic/arm64" />
+ <remove-project name="device/generic/armv7-a-neon" />
+ <remove-project name="device/generic/art" />
+ <remove-project name="device/generic/car" />
+ <remove-project name="device/generic/common" />
+ <remove-project name="device/generic/goldfish" />
+ <remove-project name="device/generic/goldfish-opengl" />
+ <remove-project name="device/generic/mini-emulator-arm64" />
+ <remove-project name="device/generic/mini-emulator-armv7-a-neon" />
+ <remove-project name="device/generic/mini-emulator-x86" />
+ <remove-project name="device/generic/mini-emulator-x86_64" />
+ <remove-project name="device/generic/opengl-transport" />
+ <remove-project name="device/generic/qemu" />
+ <remove-project name="device/generic/trusty" />
+ <remove-project name="device/generic/uml" />
+ <remove-project name="device/generic/x86" />
+ <remove-project name="device/generic/x86_64" />
+ <remove-project name="device/google_car" />
+ <remove-project name="device/google/atv" />
+ <remove-project name="device/google/trout" />
+ <remove-project name="device/google/vrservices" />
+ <remove-project name="device/sample" />
+
+ <remove-project name="platform/packages/apps/Mms" />
+ <remove-project name="platform/packages/apps/SnapdragonCamera" />
+ <remove-project name="platform/packages/apps/SnapdragonMusic" />
+ <remove-project name="platform/vendor/codeaurora/packages/apps/SoundRecorder" />
+
+ <!-- Vendor -->
+ <remove-project name="kernel/msm-5.4" />
+ <remove-project name="platform/vendor/opensource/audio-kernel" />
+ <remove-project name="platform/vendor/opensource/camera-kernel" />
+ <remove-project name="platform/vendor/opensource/dataipa" />
+ <remove-project name="platform/vendor/opensource/display-drivers" />
+ <remove-project name="platform/vendor/opensource/video-driver" />
+ <remove-project name="platform/vendor/qcom/opensource/datarmnet" />
+ <remove-project name="platform/vendor/qcom/opensource/datarmnet-ext" />
+ <remove-project name="platform/vendor/qcom-opensource/location" />
+ <remove-project name="platform/vendor/qcom-opensource/wlan/fw-api" />
+ <remove-project name="platform/vendor/qcom-opensource/wlan/qca-wifi-host-cmn" />
+ <remove-project name="platform/vendor/qcom-opensource/wlan/qcacld-3.0" />
+
+ <!-- Ice -->
+
+</manifest>
diff --git a/snippets/system.xml b/snippets/system.xml
new file mode 100644
index 0000000..e35ffb6
--- /dev/null
+++ b/snippets/system.xml
@@ -0,0 +1,1021 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <project name="device/amlogic/yukawa" remote="codeaurora_system" />
+ <project clone-depth="2" name="device/amlogic/yukawa-kernel" remote="codeaurora_system" />
+ <project name="device/common" remote="codeaurora_system" />
+ <project name="device/generic/arm64" remote="codeaurora_system" />
+ <project name="device/generic/armv7-a-neon" remote="codeaurora_system" />
+ <project name="device/generic/art" remote="codeaurora_system" />
+ <project name="device/generic/car" remote="codeaurora_system" />
+ <project name="device/generic/common" remote="codeaurora_system" />
+ <project name="device/generic/goldfish" remote="codeaurora_system" />
+ <project name="device/generic/goldfish-opengl" remote="codeaurora_system" />
+ <project name="device/generic/mini-emulator-arm64" remote="codeaurora_system" />
+ <project name="device/generic/mini-emulator-armv7-a-neon" remote="codeaurora_system" />
+ <project name="device/generic/mini-emulator-x86" remote="codeaurora_system" />
+ <project name="device/generic/mini-emulator-x86_64" remote="codeaurora_system" />
+ <project name="device/generic/opengl-transport" remote="codeaurora_system" />
+ <project name="device/generic/qemu" remote="codeaurora_system" />
+ <project name="device/generic/trusty" remote="codeaurora_system" />
+ <project name="device/generic/uml" remote="codeaurora_system" />
+ <project name="device/generic/vulkan-cereal" remote="codeaurora_system" />
+ <project name="device/generic/x86" remote="codeaurora_system" />
+ <project name="device/generic/x86_64" remote="codeaurora_system" />
+ <project name="device/google/atv" remote="codeaurora_system" />
+ <project name="device/google/contexthub" remote="codeaurora_system" />
+ <project name="device/google/cuttlefish" remote="codeaurora_system" />
+ <project name="device/google/cuttlefish_prebuilts" remote="codeaurora_system" />
+ <project name="device/google/trout" remote="codeaurora_system" />
+ <project name="device/google/vrservices" remote="codeaurora_system" />
+ <project name="device/google_car" remote="codeaurora_system" />
+ <project name="device/linaro/dragonboard" remote="codeaurora_system" />
+ <project name="device/linaro/dragonboard-kernel" remote="codeaurora_system" />
+ <project name="device/linaro/poplar" remote="codeaurora_system" />
+ <project name="device/linaro/poplar-kernel" remote="codeaurora_system" />
+ <project name="device/qcom/qssi" remote="codeaurora_system" />
+ <project name="device/qcom/qssi_32" remote="codeaurora_system" />
+ <project name="device/qcom/qssi_32go" remote="codeaurora_system" />
+ <project name="device/qcom/sepolicy" remote="codeaurora_system" />
+ <project name="device/sample" remote="codeaurora_system" />
+ <project name="kernel/configs" remote="codeaurora_system" />
+ <project name="kernel/prebuilts/4.19/arm64" remote="codeaurora_system" />
+ <project name="kernel/prebuilts/5.10/arm64" remote="codeaurora_system" />
+ <project name="kernel/prebuilts/5.10/x86-64" path="kernel/prebuilts/5.10/x86_64" remote="codeaurora_system" />
+ <project name="kernel/prebuilts/5.4/arm64" remote="codeaurora_system" />
+ <project name="kernel/prebuilts/5.4/x86-64" path="kernel/prebuilts/5.4/x86_64" remote="codeaurora_system" />
+ <project name="kernel/prebuilts/common-modules/virtual-device/4.19/arm64" remote="codeaurora_system" />
+ <project name="kernel/prebuilts/common-modules/virtual-device/4.19/x86-64" remote="codeaurora_system" />
+ <project name="kernel/prebuilts/common-modules/virtual-device/5.10/arm64" remote="codeaurora_system" />
+ <project name="kernel/prebuilts/common-modules/virtual-device/5.10/x86-64" remote="codeaurora_system" />
+ <project name="kernel/prebuilts/common-modules/virtual-device/5.4/arm64" remote="codeaurora_system" />
+ <project name="kernel/prebuilts/common-modules/virtual-device/5.4/x86-64" remote="codeaurora_system" />
+ <project name="kernel/prebuilts/common-modules/virtual-device/mainline/arm64" remote="codeaurora_system" />
+ <project name="kernel/prebuilts/common-modules/virtual-device/mainline/x86-64" remote="codeaurora_system" />
+ <project name="kernel/prebuilts/mainline/arm64" remote="codeaurora_system" />
+ <project name="kernel/tests" remote="codeaurora_system" />
+ <project name="platform/art" path="art" remote="codeaurora_system" />
+ <project name="platform/bionic" path="bionic" remote="codeaurora_system" />
+ <project name="platform/bootable/libbootloader" path="bootable/libbootloader" remote="codeaurora_system" />
+ <project name="platform/bootable/recovery" path="bootable/recovery" remote="codeaurora_system" />
+ <project name="platform/build" path="build/make" remote="codeaurora_system">
+ <copyfile dest="Makefile" src="core/root.mk" />
+ <linkfile dest="build/CleanSpec.mk" src="CleanSpec.mk" />
+ <linkfile dest="build/buildspec.mk.default" src="buildspec.mk.default" />
+ <linkfile dest="build/core" src="core" />
+ <linkfile dest="build/envsetup.sh" src="envsetup.sh" />
+ <linkfile dest="build/target" src="target" />
+ <linkfile dest="build/tools" src="tools" />
+ </project>
+ <project name="platform/build/bazel" path="build/bazel" remote="codeaurora_system">
+ <linkfile dest="WORKSPACE" src="bazel.WORKSPACE" />
+ <linkfile dest="tools/bazel" src="bazel.sh" />
+ <linkfile dest="BUILD" src="bazel.BUILD" />
+ </project>
+ <project name="platform/build/blueprint" path="build/blueprint" remote="codeaurora_system" />
+ <project name="platform/build/pesto" path="build/pesto" remote="codeaurora_system" />
+ <project name="platform/build/soong" path="build/soong" remote="codeaurora_system">
+ <linkfile dest="Android.bp" src="root.bp" />
+ <linkfile dest="bootstrap.bash" src="bootstrap.bash" />
+ </project>
+ <project name="platform/compatibility/cdd" path="compatibility/cdd" remote="codeaurora_system" />
+ <project clone-depth="1" name="platform/cts" path="cts" remote="codeaurora_system" />
+ <project name="platform/dalvik" path="dalvik" remote="codeaurora_system" />
+ <project name="platform/developers/build" path="developers/build" remote="codeaurora_system" />
+ <project name="platform/development" path="development" remote="codeaurora_system" />
+ <project name="platform/external/FP16" path="external/FP16" remote="codeaurora_system" />
+ <project name="platform/external/FXdiv" path="external/FXdiv" remote="codeaurora_system" />
+ <project name="platform/external/ImageMagick" path="external/ImageMagick" remote="codeaurora_system" />
+ <project name="platform/external/OpenCSD" path="external/OpenCSD" remote="codeaurora_system" />
+ <project name="platform/external/Reactive-Extensions/RxCpp" path="external/Reactive-Extensions/RxCpp" remote="codeaurora_system" />
+ <project name="platform/external/XNNPACK" path="external/XNNPACK" remote="codeaurora_system" />
+ <project name="platform/external/aac" path="external/aac" remote="codeaurora_system" />
+ <project name="platform/external/abseil-cpp" path="external/abseil-cpp" remote="codeaurora_system" />
+ <project name="platform/external/adhd" path="external/adhd" remote="codeaurora_system" />
+ <project name="platform/external/adt-infra" path="external/adt-infra" remote="codeaurora_system" />
+ <project name="platform/external/android-clat" path="external/android-clat" remote="codeaurora_system" />
+ <project name="platform/external/androidplot" path="external/androidplot" remote="codeaurora_system" />
+ <project name="platform/external/angle" path="external/angle" remote="codeaurora_system" />
+ <project name="platform/external/ant-glob" path="external/ant-glob" remote="codeaurora_system" />
+ <project name="platform/external/ant-wireless/hidl" path="external/ant-wireless/hidl" remote="codeaurora_system" />
+ <project name="platform/external/antlr" path="external/antlr" remote="codeaurora_system" />
+ <project name="platform/external/apache-commons-bcel" path="external/apache-commons-bcel" remote="codeaurora_system" />
+ <project name="platform/external/apache-commons-compress" path="external/apache-commons-compress" remote="codeaurora_system" />
+ <project name="platform/external/apache-commons-math" path="external/apache-commons-math" remote="codeaurora_system" />
+ <project name="platform/external/apache-harmony" path="external/apache-harmony" remote="codeaurora_system" />
+ <project name="platform/external/apache-http" path="external/apache-http" remote="codeaurora_system" />
+ <project name="platform/external/apache-xml" path="external/apache-xml" remote="codeaurora_system" />
+ <project name="platform/external/arm-optimized-routines" path="external/arm-optimized-routines" remote="codeaurora_system" />
+ <project name="platform/external/arm-trusted-firmware" path="external/arm-trusted-firmware" remote="codeaurora_system" />
+ <project name="platform/external/auto" path="external/auto" remote="codeaurora_system" />
+ <project name="platform/external/autotest" path="external/autotest" remote="codeaurora_system" />
+ <project name="platform/external/avb" path="external/avb" remote="codeaurora_system" />
+ <project name="platform/external/bazelbuild-rules_android" path="external/bazelbuild-rules_android" remote="codeaurora_system" />
+ <project name="platform/external/bc" path="external/bc" remote="codeaurora_system" />
+ <project name="platform/external/bcc" path="external/bcc" remote="codeaurora_system" />
+ <project name="platform/external/blktrace" path="external/blktrace" remote="codeaurora_system" />
+ <project name="platform/external/boringssl" path="external/boringssl" remote="codeaurora_system" />
+ <project name="platform/external/bouncycastle" path="external/bouncycastle" remote="codeaurora_system" />
+ <project name="platform/external/brotli" path="external/brotli" remote="codeaurora_system" />
+ <project name="platform/external/bsdiff" path="external/bsdiff" remote="codeaurora_system" />
+ <project name="platform/external/bzip2" path="external/bzip2" remote="codeaurora_system" />
+ <project name="platform/external/caliper" path="external/caliper" remote="codeaurora_system" />
+ <project name="platform/external/capstone" path="external/capstone" remote="codeaurora_system" />
+ <project name="platform/external/catch2" path="external/catch2" remote="codeaurora_system" />
+ <project name="platform/external/cblas" path="external/cblas" remote="codeaurora_system" />
+ <project name="platform/external/cbor-java" path="external/cbor-java" remote="codeaurora_system" />
+ <project name="platform/external/chromium-trace" path="external/chromium-trace" remote="codeaurora_system" />
+ <project clone-depth="1" name="platform/external/chromium-webview" path="external/chromium-webview" remote="codeaurora_system" />
+ <project name="platform/external/clang" path="external/clang" remote="codeaurora_system" />
+ <project name="platform/external/cldr" path="external/cldr" remote="codeaurora_system" />
+ <project name="platform/external/cn-cbor" path="external/cn-cbor" remote="codeaurora_system" />
+ <project name="platform/external/compiler-rt" path="external/compiler-rt" remote="codeaurora_system" />
+ <project name="platform/external/connectedappssdk" path="external/connectedappssdk" remote="codeaurora_system" />
+ <project name="platform/external/conscrypt" path="external/conscrypt" remote="codeaurora_system" />
+ <project name="platform/external/cpu_features" path="external/cpu_features" remote="codeaurora_system" />
+ <project name="platform/external/cpuinfo" path="external/cpuinfo" remote="codeaurora_system" />
+ <project name="platform/external/crcalc" path="external/crcalc" remote="codeaurora_system" />
+ <project name="platform/external/cros/system_api" path="external/cros/system_api" remote="codeaurora_system" />
+ <project name="platform/external/crosvm" path="external/crosvm" remote="codeaurora_system" />
+ <project name="platform/external/curl" path="external/curl" remote="codeaurora_system" />
+ <project name="platform/external/dagger2" path="external/dagger2" remote="codeaurora_system" />
+ <project name="platform/external/deqp" path="external/deqp" remote="codeaurora_system" />
+ <project name="platform/external/deqp-deps/SPIRV-Headers" path="external/deqp-deps/SPIRV-Headers" remote="codeaurora_system" />
+ <project name="platform/external/deqp-deps/SPIRV-Tools" path="external/deqp-deps/SPIRV-Tools" remote="codeaurora_system" />
+ <project name="platform/external/deqp-deps/amber" path="external/deqp-deps/amber" remote="codeaurora_system" />
+ <project name="platform/external/deqp-deps/glslang" path="external/deqp-deps/glslang" remote="codeaurora_system" />
+ <project name="platform/external/desugar" path="external/desugar" remote="codeaurora_system" />
+ <project name="platform/external/dexmaker" path="external/dexmaker" remote="codeaurora_system" />
+ <project name="platform/external/dlmalloc" path="external/dlmalloc" remote="codeaurora_system" />
+ <project name="platform/external/dng_sdk" path="external/dng_sdk" remote="codeaurora_system" />
+ <project name="platform/external/dnsmasq" path="external/dnsmasq" remote="codeaurora_system" />
+ <project name="platform/external/doclava" path="external/doclava" remote="codeaurora_system" />
+ <project clone-depth="1" name="platform/external/dokka" path="external/dokka" remote="codeaurora_system" />
+ <project name="platform/external/downloader" path="external/downloader" remote="codeaurora_system" />
+ <project name="platform/external/drm_hwcomposer" path="external/drm_hwcomposer" remote="codeaurora_system" />
+ <project name="platform/external/drrickorang" path="external/drrickorang" remote="codeaurora_system" />
+ <project name="platform/external/dtc" path="external/dtc" remote="codeaurora_system" />
+ <project name="platform/external/dynamic_depth" path="external/dynamic_depth" remote="codeaurora_system" />
+ <project name="platform/external/e2fsprogs" path="external/e2fsprogs" remote="codeaurora_system" />
+ <project name="platform/external/easymock" path="external/easymock" remote="codeaurora_system" />
+ <project name="platform/external/eigen" path="external/eigen" remote="codeaurora_system" />
+ <project name="platform/external/elfutils" path="external/elfutils" remote="codeaurora_system" />
+ <project name="platform/external/emma" path="external/emma" remote="codeaurora_system" />
+ <project name="platform/external/erofs-utils" path="external/erofs-utils" remote="codeaurora_system" />
+ <project name="platform/external/error_prone" path="external/error_prone" remote="codeaurora_system" />
+ <project name="platform/external/escapevelocity" path="external/escapevelocity" remote="codeaurora_system" />
+ <project name="platform/external/ethtool" path="external/ethtool" remote="codeaurora_system" />
+ <project name="platform/external/exoplayer" path="external/exoplayer" remote="codeaurora_system" />
+ <project name="platform/external/expat" path="external/expat" remote="codeaurora_system" />
+ <project name="platform/external/f2fs-tools" path="external/f2fs-tools" remote="codeaurora_system" />
+ <project name="platform/external/fastrpc" path="external/fastrpc" remote="codeaurora_system" />
+ <project name="platform/external/fdlibm" path="external/fdlibm" remote="codeaurora_system" />
+ <project name="platform/external/fec" path="external/fec" remote="codeaurora_system" />
+ <project name="platform/external/fft2d" path="external/fft2d" remote="codeaurora_system" />
+ <project name="platform/external/firebase-messaging" path="external/firebase-messaging" remote="codeaurora_system" />
+ <project name="platform/external/flac" path="external/flac" remote="codeaurora_system" />
+ <project name="platform/external/flatbuffers" path="external/flatbuffers" remote="codeaurora_system" />
+ <project name="platform/external/fmtlib" path="external/fmtlib" remote="codeaurora_system" />
+ <project name="platform/external/fonttools" path="external/fonttools" remote="codeaurora_system" />
+ <project name="platform/external/freetype" path="external/freetype" remote="codeaurora_system" />
+ <project name="platform/external/fsck_msdos" path="external/fsck_msdos" remote="codeaurora_system" />
+ <project name="platform/external/fsverity-utils" path="external/fsverity-utils" remote="codeaurora_system" />
+ <project name="platform/external/gemmlowp" path="external/gemmlowp" remote="codeaurora_system" />
+ <project name="platform/external/geojson-jackson" path="external/geojson-jackson" remote="codeaurora_system" />
+ <project name="platform/external/geonames" path="external/geonames" remote="codeaurora_system" />
+ <project name="platform/external/gflags" path="external/gflags" remote="codeaurora_system" />
+ <project name="platform/external/giflib" path="external/giflib" remote="codeaurora_system" />
+ <project name="platform/external/glide" path="external/glide" remote="codeaurora_system" />
+ <project name="platform/external/golang-protobuf" path="external/golang-protobuf" remote="codeaurora_system" />
+ <project name="platform/external/google-benchmark" path="external/google-benchmark" remote="codeaurora_system" />
+ <project name="platform/external/google-breakpad" path="external/google-breakpad" remote="codeaurora_system" />
+ <project name="platform/external/google-fonts/arbutus-slab" path="external/google-fonts/arbutus-slab" remote="codeaurora_system" />
+ <project name="platform/external/google-fonts/arvo" path="external/google-fonts/arvo" remote="codeaurora_system" />
+ <project name="platform/external/google-fonts/barlow" path="external/google-fonts/barlow" remote="codeaurora_system" />
+ <project name="platform/external/google-fonts/big-shoulders-text" path="external/google-fonts/big-shoulders-text" remote="codeaurora_system" />
+ <project name="platform/external/google-fonts/carrois-gothic-sc" path="external/google-fonts/carrois-gothic-sc" remote="codeaurora_system" />
+ <project name="platform/external/google-fonts/coming-soon" path="external/google-fonts/coming-soon" remote="codeaurora_system" />
+ <project name="platform/external/google-fonts/cutive-mono" path="external/google-fonts/cutive-mono" remote="codeaurora_system" />
+ <project name="platform/external/google-fonts/dancing-script" path="external/google-fonts/dancing-script" remote="codeaurora_system" />
+ <project name="platform/external/google-fonts/fraunces" path="external/google-fonts/fraunces" remote="codeaurora_system" />
+ <project name="platform/external/google-fonts/karla" path="external/google-fonts/karla" remote="codeaurora_system" />
+ <project name="platform/external/google-fonts/lato" path="external/google-fonts/lato" remote="codeaurora_system" />
+ <project name="platform/external/google-fonts/lustria" path="external/google-fonts/lustria" remote="codeaurora_system" />
+ <project name="platform/external/google-fonts/rubik" path="external/google-fonts/rubik" remote="codeaurora_system" />
+ <project name="platform/external/google-fonts/source-sans-pro" path="external/google-fonts/source-sans-pro" remote="codeaurora_system" />
+ <project name="platform/external/google-fonts/zilla-slab" path="external/google-fonts/zilla-slab" remote="codeaurora_system" />
+ <project name="platform/external/google-fruit" path="external/google-fruit" remote="codeaurora_system" />
+ <project name="platform/external/google-java-format" path="external/google-java-format" remote="codeaurora_system" />
+ <project name="platform/external/google-styleguide" path="external/google-styleguide" remote="codeaurora_system" />
+ <project name="platform/external/googletest" path="external/googletest" remote="codeaurora_system" />
+ <project name="platform/external/gptfdisk" path="external/gptfdisk" remote="codeaurora_system" />
+ <project name="platform/external/grpc-grpc" path="external/grpc-grpc" remote="codeaurora_system" />
+ <project name="platform/external/grpc-grpc-java" path="external/grpc-grpc-java" remote="codeaurora_system" />
+ <project name="platform/external/guava" path="external/guava" remote="codeaurora_system" />
+ <project name="platform/external/guice" path="external/guice" remote="codeaurora_system" />
+ <project name="platform/external/gwp_asan" path="external/gwp_asan" remote="codeaurora_system" />
+ <project name="platform/external/hamcrest" path="external/hamcrest" remote="codeaurora_system" />
+ <project name="platform/external/harfbuzz_ng" path="external/harfbuzz_ng" remote="codeaurora_system" />
+ <project name="platform/external/hyphenation-patterns" path="external/hyphenation-patterns" remote="codeaurora_system" />
+ <project name="platform/external/icing" path="external/icing" remote="codeaurora_system" />
+ <project clone-depth="1" name="platform/external/icu" path="external/icu" remote="codeaurora_system" />
+ <project name="platform/external/igt-gpu-tools" path="external/igt-gpu-tools" remote="codeaurora_system" />
+ <project name="platform/external/image_io" path="external/image_io" remote="codeaurora_system" />
+ <project name="platform/external/ims" path="external/ims" remote="codeaurora_system" />
+ <project name="platform/external/iperf3" path="external/iperf3" remote="codeaurora_system" />
+ <project name="platform/external/iproute2" path="external/iproute2" remote="codeaurora_system" />
+ <project name="platform/external/ipsec-tools" path="external/ipsec-tools" remote="codeaurora_system" />
+ <project name="platform/external/iptables" path="external/iptables" remote="codeaurora_system" />
+ <project name="platform/external/iputils" path="external/iputils" remote="codeaurora_system" />
+ <project name="platform/external/iw" path="external/iw" remote="codeaurora_system" />
+ <project name="platform/external/jackson-annotations" path="external/jackson-annotations" remote="codeaurora_system" />
+ <project name="platform/external/jackson-core" path="external/jackson-core" remote="codeaurora_system" />
+ <project name="platform/external/jackson-databind" path="external/jackson-databind" remote="codeaurora_system" />
+ <project name="platform/external/jacoco" path="external/jacoco" remote="codeaurora_system" />
+ <project name="platform/external/jarjar" path="external/jarjar" remote="codeaurora_system" />
+ <project name="platform/external/javaparser" path="external/javaparser" remote="codeaurora_system" />
+ <project name="platform/external/javapoet" path="external/javapoet" remote="codeaurora_system" />
+ <project name="platform/external/javasqlite" path="external/javasqlite" remote="codeaurora_system" />
+ <project name="platform/external/javassist" path="external/javassist" remote="codeaurora_system" />
+ <project name="platform/external/jcommander" path="external/jcommander" remote="codeaurora_system" />
+ <project name="platform/external/jdiff" path="external/jdiff" remote="codeaurora_system" />
+ <project name="platform/external/jemalloc_new" path="external/jemalloc_new" remote="codeaurora_system" />
+ <project name="platform/external/jimfs" path="external/jimfs" remote="codeaurora_system" />
+ <project name="platform/external/jline" path="external/jline" remote="codeaurora_system" />
+ <project name="platform/external/jsilver" path="external/jsilver" remote="codeaurora_system" />
+ <project name="platform/external/jsmn" path="external/jsmn" remote="codeaurora_system" />
+ <project name="platform/external/json-c" path="external/json-c" remote="codeaurora_system" />
+ <project name="platform/external/jsoncpp" path="external/jsoncpp" remote="codeaurora_system" />
+ <project name="platform/external/jsr305" path="external/jsr305" remote="codeaurora_system" />
+ <project name="platform/external/jsr330" path="external/jsr330" remote="codeaurora_system" />
+ <project name="platform/external/junit" path="external/junit" remote="codeaurora_system" />
+ <project name="platform/external/junit-params" path="external/junit-params" remote="codeaurora_system" />
+ <project name="platform/external/kernel-headers" path="external/kernel-headers" remote="codeaurora_system" />
+ <project name="platform/external/kmod" path="external/kmod" remote="codeaurora_system" />
+ <project name="platform/external/kotlinc" path="external/kotlinc" remote="codeaurora_system" />
+ <project name="platform/external/kotlinx.atomicfu" path="external/kotlinx.atomicfu" remote="codeaurora_system" />
+ <project name="platform/external/kotlinx.coroutines" path="external/kotlinx.coroutines" remote="codeaurora_system" />
+ <project name="platform/external/kotlinx.metadata" path="external/kotlinx.metadata" remote="codeaurora_system" />
+ <project name="platform/external/ksoap2" path="external/ksoap2" remote="codeaurora_system" />
+ <project name="platform/external/libabigail" path="external/libabigail" remote="codeaurora_system" />
+ <project name="platform/external/libaom" path="external/libaom" remote="codeaurora_system" />
+ <project name="platform/external/libavc" path="external/libavc" remote="codeaurora_system" />
+ <project name="platform/external/libbackup" path="external/libbackup" remote="codeaurora_system" />
+ <project name="platform/external/libbrillo" path="external/libbrillo" remote="codeaurora_system" />
+ <project name="platform/external/libcap" path="external/libcap" remote="codeaurora_system" />
+ <project name="platform/external/libcap-ng" path="external/libcap-ng" remote="codeaurora_system" />
+ <project name="platform/external/libchrome" path="external/libchrome" remote="codeaurora_system" />
+ <project name="platform/external/libchromeos-rs" path="external/libchromeos-rs" remote="codeaurora_system" />
+ <project name="platform/external/libcppbor" path="external/libcppbor" remote="codeaurora_system" />
+ <project name="platform/external/libcups" path="external/libcups" remote="codeaurora_system" />
+ <project name="platform/external/libcxx" path="external/libcxx" remote="codeaurora_system" />
+ <project name="platform/external/libcxxabi" path="external/libcxxabi" remote="codeaurora_system" />
+ <project name="platform/external/libdivsufsort" path="external/libdivsufsort" remote="codeaurora_system" />
+ <project name="platform/external/libdrm" path="external/libdrm" remote="codeaurora_system" />
+ <project name="platform/external/libepoxy" path="external/libepoxy" remote="codeaurora_system" />
+ <project name="platform/external/libese" path="external/libese" remote="codeaurora_system" />
+ <project name="platform/external/libevent" path="external/libevent" remote="codeaurora_system" />
+ <project name="platform/external/libexif" path="external/libexif" remote="codeaurora_system" />
+ <project name="platform/external/libffi" path="external/libffi" remote="codeaurora_system" />
+ <project name="platform/external/libfuse" path="external/libfuse" remote="codeaurora_system" />
+ <project name="platform/external/libgav1" path="external/libgav1" remote="codeaurora_system" />
+ <project name="platform/external/libgsm" path="external/libgsm" remote="codeaurora_system" />
+ <project name="platform/external/libhevc" path="external/libhevc" remote="codeaurora_system" />
+ <project name="platform/external/libiio" path="external/libiio" remote="codeaurora_system" />
+ <project name="platform/external/libjpeg-turbo" path="external/libjpeg-turbo" remote="codeaurora_system" />
+ <project name="platform/external/libkmsxx" path="external/libkmsxx" remote="codeaurora_system" />
+ <project name="platform/external/libldac" path="external/libldac" remote="codeaurora_system" />
+ <project name="platform/external/libmpeg2" path="external/libmpeg2" remote="codeaurora_system" />
+ <project name="platform/external/libnetfilter_conntrack" path="external/libnetfilter_conntrack" remote="codeaurora_system" />
+ <project name="platform/external/libnfnetlink" path="external/libnfnetlink" remote="codeaurora_system" />
+ <project name="platform/external/libnl" path="external/libnl" remote="codeaurora_system" />
+ <project name="platform/external/libogg" path="external/libogg" remote="codeaurora_system" />
+ <project name="platform/external/libopus" path="external/libopus" remote="codeaurora_system" />
+ <project name="platform/external/libpcap" path="external/libpcap" remote="codeaurora_system" />
+ <project name="platform/external/libphonenumber" path="external/libphonenumber" remote="codeaurora_system" />
+ <project name="platform/external/libpng" path="external/libpng" remote="codeaurora_system" />
+ <project name="platform/external/libprotobuf-mutator" path="external/libprotobuf-mutator" remote="codeaurora_system" />
+ <project name="platform/external/libsrtp2" path="external/libsrtp2" remote="codeaurora_system" />
+ <project name="platform/external/libtextclassifier" path="external/libtextclassifier" remote="codeaurora_system" />
+ <project name="platform/external/libusb" path="external/libusb" remote="codeaurora_system" />
+ <project name="platform/external/libutf" path="external/libutf" remote="codeaurora_system" />
+ <project name="platform/external/libvpx" path="external/libvpx" remote="codeaurora_system" />
+ <project name="platform/external/libwebm" path="external/libwebm" remote="codeaurora_system" />
+ <project name="platform/external/libwebsockets" path="external/libwebsockets" remote="codeaurora_system" />
+ <project name="platform/external/libxaac" path="external/libxaac" remote="codeaurora_system" />
+ <project name="platform/external/libxkbcommon" path="external/libxkbcommon" remote="codeaurora_system" />
+ <project name="platform/external/libxml2" path="external/libxml2" remote="codeaurora_system" />
+ <project name="platform/external/libyuv" path="external/libyuv" remote="codeaurora_system" />
+ <project clone-depth="1" name="platform/external/linux-kselftest" path="external/linux-kselftest" remote="codeaurora_system" />
+ <project name="platform/external/llvm" path="external/llvm" remote="codeaurora_system" />
+ <project name="platform/external/lmfit" path="external/lmfit" remote="codeaurora_system" />
+ <project name="platform/external/lottie" path="external/lottie" remote="codeaurora_system" />
+ <project name="platform/external/ltp" path="external/ltp" remote="codeaurora_system" />
+ <project name="platform/external/lua" path="external/lua" remote="codeaurora_system" />
+ <project name="platform/external/lz4" path="external/lz4" remote="codeaurora_system" />
+ <project name="platform/external/lzma" path="external/lzma" remote="codeaurora_system" />
+ <project name="platform/external/marisa-trie" path="external/marisa-trie" remote="codeaurora_system" />
+ <project name="platform/external/markdown" path="external/markdown" remote="codeaurora_system" />
+ <project name="platform/external/mdnsresponder" path="external/mdnsresponder" remote="codeaurora_system" />
+ <project name="platform/external/mesa3d" path="external/mesa3d" remote="codeaurora_system" />
+ <project name="platform/external/mime-support" path="external/mime-support" remote="codeaurora_system" />
+ <project name="platform/external/minigbm" path="external/minigbm" remote="codeaurora_system" />
+ <project name="platform/external/minijail" path="external/minijail" remote="codeaurora_system" />
+ <project name="platform/external/mksh" path="external/mksh" remote="codeaurora_system" />
+ <project name="platform/external/mockftpserver" path="external/mockftpserver" remote="codeaurora_system" />
+ <project name="platform/external/mockito" path="external/mockito" remote="codeaurora_system" />
+ <project name="platform/external/mockwebserver" path="external/mockwebserver" remote="codeaurora_system" />
+ <project name="platform/external/modp_b64" path="external/modp_b64" remote="codeaurora_system" />
+ <project name="platform/external/mp4parser" path="external/mp4parser" remote="codeaurora_system" />
+ <project name="platform/external/ms-tpm-20-ref" path="external/ms-tpm-20-ref" remote="codeaurora_system" />
+ <project name="platform/external/mtools" path="external/mtools" remote="codeaurora_system" />
+ <project name="platform/external/mtpd" path="external/mtpd" remote="codeaurora_system" />
+ <project name="platform/external/nanohttpd" path="external/nanohttpd" remote="codeaurora_system" />
+ <project name="platform/external/nanopb-c" path="external/nanopb-c" remote="codeaurora_system" />
+ <project name="platform/external/naver-fonts" path="external/naver-fonts" remote="codeaurora_system" />
+ <project name="platform/external/neon_2_sse" path="external/neon_2_sse" remote="codeaurora_system" />
+ <project name="platform/external/neven" path="external/neven" remote="codeaurora_system" />
+ <project name="platform/external/newfs_msdos" path="external/newfs_msdos" remote="codeaurora_system" />
+ <project name="platform/external/nist-pkits" path="external/nist-pkits" remote="codeaurora_system" />
+ <project name="platform/external/nist-sip" path="external/nist-sip" remote="codeaurora_system" />
+ <project name="platform/external/nos/host/generic" path="external/nos/host/generic" remote="codeaurora_system" />
+ <project name="platform/external/noto-fonts" path="external/noto-fonts" remote="codeaurora_system" />
+ <project name="platform/external/oauth" path="external/oauth" remote="codeaurora_system" />
+ <project name="platform/external/objenesis" path="external/objenesis" remote="codeaurora_system" />
+ <project name="platform/external/oboe" path="external/oboe" remote="codeaurora_system" />
+ <project name="platform/external/oj-libjdwp" path="external/oj-libjdwp" remote="codeaurora_system" />
+ <project name="platform/external/okhttp" path="external/okhttp" remote="codeaurora_system" />
+ <project name="platform/external/okhttp4" path="external/okhttp4" remote="codeaurora_system" />
+ <project name="platform/external/okio" path="external/okio" remote="codeaurora_system" />
+ <project name="platform/external/one-true-awk" path="external/one-true-awk" remote="codeaurora_system" />
+ <project name="platform/external/opencensus-java" path="external/opencensus-java" remote="codeaurora_system" />
+ <project name="platform/external/openscreen" path="external/openscreen" remote="codeaurora_system" />
+ <project name="platform/external/openssh" path="external/openssh" remote="codeaurora_system" />
+ <project name="platform/external/oss-fuzz" path="external/oss-fuzz" remote="codeaurora_system" />
+ <project name="platform/external/owasp/sanitizer" path="external/owasp/sanitizer" remote="codeaurora_system" />
+ <project name="platform/external/parameter-framework" path="external/parameter-framework" remote="codeaurora_system" />
+ <project name="platform/external/pcre" path="external/pcre" remote="codeaurora_system" />
+ <project name="platform/external/pdfium" path="external/pdfium" remote="codeaurora_system" />
+ <project name="platform/external/perfetto" path="external/perfetto" remote="codeaurora_system" />
+ <project name="platform/external/pffft" path="external/pffft" remote="codeaurora_system" />
+ <project name="platform/external/piex" path="external/piex" remote="codeaurora_system" />
+ <project name="platform/external/pigweed" path="external/pigweed" remote="codeaurora_system" />
+ <project name="platform/external/ply" path="external/ply" remote="codeaurora_system" />
+ <project name="platform/external/ppp" path="external/ppp" remote="codeaurora_system" />
+ <project name="platform/external/proguard" path="external/proguard" remote="codeaurora_system" />
+ <project name="platform/external/protobuf" path="external/protobuf" remote="codeaurora_system" />
+ <project name="platform/external/psimd" path="external/psimd" remote="codeaurora_system" />
+ <project name="platform/external/pthreadpool" path="external/pthreadpool" remote="codeaurora_system" />
+ <project name="platform/external/puffin" path="external/puffin" remote="codeaurora_system" />
+ <project name="platform/external/python/apitools" path="external/python/apitools" remote="codeaurora_system" />
+ <project name="platform/external/python/asn1crypto" path="external/python/asn1crypto" remote="codeaurora_system" />
+ <project name="platform/external/python/cffi" path="external/python/cffi" remote="codeaurora_system" />
+ <project name="platform/external/python/cpython2" path="external/python/cpython2" remote="codeaurora_system" />
+ <project name="platform/external/python/cpython3" path="external/python/cpython3" remote="codeaurora_system" />
+ <project name="platform/external/python/cryptography" path="external/python/cryptography" remote="codeaurora_system" />
+ <project name="platform/external/python/dateutil" path="external/python/dateutil" remote="codeaurora_system" />
+ <project name="platform/external/python/enum34" path="external/python/enum34" remote="codeaurora_system" />
+ <project name="platform/external/python/funcsigs" path="external/python/funcsigs" remote="codeaurora_system" />
+ <project name="platform/external/python/futures" path="external/python/futures" remote="codeaurora_system" />
+ <project name="platform/external/python/google-api-python-client" path="external/python/google-api-python-client" remote="codeaurora_system" />
+ <project name="platform/external/python/httplib2" path="external/python/httplib2" remote="codeaurora_system" />
+ <project name="platform/external/python/ipaddress" path="external/python/ipaddress" remote="codeaurora_system" />
+ <project name="platform/external/python/jinja" path="external/python/jinja" remote="codeaurora_system" />
+ <project name="platform/external/python/markupsafe" path="external/python/markupsafe" remote="codeaurora_system" />
+ <project name="platform/external/python/mock" path="external/python/mock" remote="codeaurora_system" />
+ <project name="platform/external/python/oauth2client" path="external/python/oauth2client" remote="codeaurora_system" />
+ <project name="platform/external/python/parse_type" path="external/python/parse_type" remote="codeaurora_system" />
+ <project name="platform/external/python/pyasn1" path="external/python/pyasn1" remote="codeaurora_system" />
+ <project name="platform/external/python/pyasn1-modules" path="external/python/pyasn1-modules" remote="codeaurora_system" />
+ <project name="platform/external/python/pybind11" path="external/python/pybind11" remote="codeaurora_system" />
+ <project name="platform/external/python/pycparser" path="external/python/pycparser" remote="codeaurora_system" />
+ <project name="platform/external/python/pyfakefs" path="external/python/pyfakefs" remote="codeaurora_system" />
+ <project name="platform/external/python/pyopenssl" path="external/python/pyopenssl" remote="codeaurora_system" />
+ <project name="platform/external/python/rsa" path="external/python/rsa" remote="codeaurora_system" />
+ <project name="platform/external/python/setuptools" path="external/python/setuptools" remote="codeaurora_system" />
+ <project name="platform/external/python/six" path="external/python/six" remote="codeaurora_system" />
+ <project name="platform/external/python/uritemplates" path="external/python/uritemplates" remote="codeaurora_system" />
+ <project name="platform/external/rappor" path="external/rappor" remote="codeaurora_system" />
+ <project name="platform/external/replicaisland" path="external/replicaisland" remote="codeaurora_system" />
+ <project name="platform/external/rmi4utils" path="external/rmi4utils" remote="codeaurora_system" />
+ <project name="platform/external/rnnoise" path="external/rnnoise" remote="codeaurora_system" />
+ <project name="platform/external/robolectric-shadows" path="external/robolectric-shadows" remote="codeaurora_system" />
+ <project name="platform/external/roboto-fonts" path="external/roboto-fonts" remote="codeaurora_system" />
+ <project name="platform/external/rootdev" path="external/rootdev" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/ahash" path="external/rust/crates/ahash" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/aho-corasick" path="external/rust/crates/aho-corasick" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/android_log-sys" path="external/rust/crates/android_log-sys" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/android_logger" path="external/rust/crates/android_logger" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/anyhow" path="external/rust/crates/anyhow" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/arbitrary" path="external/rust/crates/arbitrary" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/async-stream" path="external/rust/crates/async-stream" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/async-stream-impl" path="external/rust/crates/async-stream-impl" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/async-task" path="external/rust/crates/async-task" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/async-trait" path="external/rust/crates/async-trait" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/atty" path="external/rust/crates/atty" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/bencher" path="external/rust/crates/bencher" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/bindgen" path="external/rust/crates/bindgen" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/bitflags" path="external/rust/crates/bitflags" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/bstr" path="external/rust/crates/bstr" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/byteorder" path="external/rust/crates/byteorder" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/bytes" path="external/rust/crates/bytes" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/cast" path="external/rust/crates/cast" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/cexpr" path="external/rust/crates/cexpr" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/cfg-if" path="external/rust/crates/cfg-if" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/chrono" path="external/rust/crates/chrono" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/clang-sys" path="external/rust/crates/clang-sys" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/clap" path="external/rust/crates/clap" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/codespan-reporting" path="external/rust/crates/codespan-reporting" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/crc32fast" path="external/rust/crates/crc32fast" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/criterion" path="external/rust/crates/criterion" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/criterion-plot" path="external/rust/crates/criterion-plot" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/crossbeam-channel" path="external/rust/crates/crossbeam-channel" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/crossbeam-deque" path="external/rust/crates/crossbeam-deque" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/crossbeam-epoch" path="external/rust/crates/crossbeam-epoch" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/crossbeam-utils" path="external/rust/crates/crossbeam-utils" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/csv" path="external/rust/crates/csv" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/csv-core" path="external/rust/crates/csv-core" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/derive_arbitrary" path="external/rust/crates/derive_arbitrary" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/downcast-rs" path="external/rust/crates/downcast-rs" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/either" path="external/rust/crates/either" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/env_logger" path="external/rust/crates/env_logger" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/fallible-iterator" path="external/rust/crates/fallible-iterator" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/fallible-streaming-iterator" path="external/rust/crates/fallible-streaming-iterator" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/flate2" path="external/rust/crates/flate2" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/fnv" path="external/rust/crates/fnv" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/form_urlencoded" path="external/rust/crates/form_urlencoded" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/futures" path="external/rust/crates/futures" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/futures-channel" path="external/rust/crates/futures-channel" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/futures-core" path="external/rust/crates/futures-core" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/futures-executor" path="external/rust/crates/futures-executor" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/futures-io" path="external/rust/crates/futures-io" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/futures-macro" path="external/rust/crates/futures-macro" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/futures-sink" path="external/rust/crates/futures-sink" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/futures-task" path="external/rust/crates/futures-task" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/futures-util" path="external/rust/crates/futures-util" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/gdbstub" path="external/rust/crates/gdbstub" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/getrandom" path="external/rust/crates/getrandom" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/glob" path="external/rust/crates/glob" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/grpcio" path="external/rust/crates/grpcio" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/grpcio-compiler" path="external/rust/crates/grpcio-compiler" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/grpcio-sys" path="external/rust/crates/grpcio-sys" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/half" path="external/rust/crates/half" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/hashbrown" path="external/rust/crates/hashbrown" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/hashlink" path="external/rust/crates/hashlink" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/heck" path="external/rust/crates/heck" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/idna" path="external/rust/crates/idna" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/instant" path="external/rust/crates/instant" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/intrusive-collections" path="external/rust/crates/intrusive-collections" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/itertools" path="external/rust/crates/itertools" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/itoa" path="external/rust/crates/itoa" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/lazy_static" path="external/rust/crates/lazy_static" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/lazycell" path="external/rust/crates/lazycell" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/libc" path="external/rust/crates/libc" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/libfuzzer-sys" path="external/rust/crates/libfuzzer-sys" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/libloading" path="external/rust/crates/libloading" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/libm" path="external/rust/crates/libm" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/libsqlite3-sys" path="external/rust/crates/libsqlite3-sys" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/libz-sys" path="external/rust/crates/libz-sys" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/linked-hash-map" path="external/rust/crates/linked-hash-map" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/lock_api" path="external/rust/crates/lock_api" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/log" path="external/rust/crates/log" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/lru-cache" path="external/rust/crates/lru-cache" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/macaddr" path="external/rust/crates/macaddr" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/managed" path="external/rust/crates/managed" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/matches" path="external/rust/crates/matches" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/memchr" path="external/rust/crates/memchr" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/memoffset" path="external/rust/crates/memoffset" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/mio" path="external/rust/crates/mio" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/nix" path="external/rust/crates/nix" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/no-panic" path="external/rust/crates/no-panic" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/nom" path="external/rust/crates/nom" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/num-derive" path="external/rust/crates/num-derive" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/num-integer" path="external/rust/crates/num-integer" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/num-traits" path="external/rust/crates/num-traits" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/num_cpus" path="external/rust/crates/num_cpus" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/once_cell" path="external/rust/crates/once_cell" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/oorandom" path="external/rust/crates/oorandom" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/parking_lot" path="external/rust/crates/parking_lot" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/parking_lot_core" path="external/rust/crates/parking_lot_core" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/paste" path="external/rust/crates/paste" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/peeking_take_while" path="external/rust/crates/peeking_take_while" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/percent-encoding" path="external/rust/crates/percent-encoding" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/pin-project" path="external/rust/crates/pin-project" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/pin-project-internal" path="external/rust/crates/pin-project-internal" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/pin-project-lite" path="external/rust/crates/pin-project-lite" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/pin-utils" path="external/rust/crates/pin-utils" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/plotters" path="external/rust/crates/plotters" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/plotters-backend" path="external/rust/crates/plotters-backend" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/plotters-svg" path="external/rust/crates/plotters-svg" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/ppv-lite86" path="external/rust/crates/ppv-lite86" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/proc-macro-error" path="external/rust/crates/proc-macro-error" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/proc-macro-error-attr" path="external/rust/crates/proc-macro-error-attr" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/proc-macro-hack" path="external/rust/crates/proc-macro-hack" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/proc-macro-nested" path="external/rust/crates/proc-macro-nested" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/proc-macro2" path="external/rust/crates/proc-macro2" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/protobuf" path="external/rust/crates/protobuf" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/protobuf-codegen" path="external/rust/crates/protobuf-codegen" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/quiche" path="external/rust/crates/quiche" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/quote" path="external/rust/crates/quote" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/rand" path="external/rust/crates/rand" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/rand_chacha" path="external/rust/crates/rand_chacha" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/rand_core" path="external/rust/crates/rand_core" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/rand_xorshift" path="external/rust/crates/rand_xorshift" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/rayon" path="external/rust/crates/rayon" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/rayon-core" path="external/rust/crates/rayon-core" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/regex" path="external/rust/crates/regex" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/regex-automata" path="external/rust/crates/regex-automata" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/regex-syntax" path="external/rust/crates/regex-syntax" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/remain" path="external/rust/crates/remain" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/ring" path="external/rust/crates/ring" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/rusqlite" path="external/rust/crates/rusqlite" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/rustc-hash" path="external/rust/crates/rustc-hash" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/rustversion" path="external/rust/crates/rustversion" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/ryu" path="external/rust/crates/ryu" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/same-file" path="external/rust/crates/same-file" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/scopeguard" path="external/rust/crates/scopeguard" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/serde" path="external/rust/crates/serde" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/serde_cbor" path="external/rust/crates/serde_cbor" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/serde_derive" path="external/rust/crates/serde_derive" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/serde_json" path="external/rust/crates/serde_json" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/serde_test" path="external/rust/crates/serde_test" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/shared_child" path="external/rust/crates/shared_child" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/shlex" path="external/rust/crates/shlex" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/simplelog" path="external/rust/crates/simplelog" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/slab" path="external/rust/crates/slab" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/smallvec" path="external/rust/crates/smallvec" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/spin" path="external/rust/crates/spin" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/structopt" path="external/rust/crates/structopt" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/structopt-derive" path="external/rust/crates/structopt-derive" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/syn" path="external/rust/crates/syn" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/syn-mid" path="external/rust/crates/syn-mid" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/termcolor" path="external/rust/crates/termcolor" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/textwrap" path="external/rust/crates/textwrap" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/thiserror" path="external/rust/crates/thiserror" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/thiserror-impl" path="external/rust/crates/thiserror-impl" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/thread_local" path="external/rust/crates/thread_local" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/tinytemplate" path="external/rust/crates/tinytemplate" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/tinyvec" path="external/rust/crates/tinyvec" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/tinyvec_macros" path="external/rust/crates/tinyvec_macros" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/tokio" path="external/rust/crates/tokio" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/tokio-macros" path="external/rust/crates/tokio-macros" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/tokio-stream" path="external/rust/crates/tokio-stream" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/tokio-test" path="external/rust/crates/tokio-test" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/unicode-bidi" path="external/rust/crates/unicode-bidi" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/unicode-normalization" path="external/rust/crates/unicode-normalization" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/unicode-segmentation" path="external/rust/crates/unicode-segmentation" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/unicode-width" path="external/rust/crates/unicode-width" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/unicode-xid" path="external/rust/crates/unicode-xid" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/untrusted" path="external/rust/crates/untrusted" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/url" path="external/rust/crates/url" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/uuid" path="external/rust/crates/uuid" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/vmm_vhost" path="external/rust/crates/vmm_vhost" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/vsock" path="external/rust/crates/vsock" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/walkdir" path="external/rust/crates/walkdir" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/weak-table" path="external/rust/crates/weak-table" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/which" path="external/rust/crates/which" remote="codeaurora_system" />
+ <project name="platform/external/rust/crates/zip" path="external/rust/crates/zip" remote="codeaurora_system" />
+ <project name="platform/external/rust/cxx" path="external/rust/cxx" remote="codeaurora_system" />
+ <project name="platform/external/ruy" path="external/ruy" remote="codeaurora_system" />
+ <project name="platform/external/s2-geometry-library-java" path="external/s2-geometry-library-java" remote="codeaurora_system" />
+ <project name="platform/external/scapy" path="external/scapy" remote="codeaurora_system" />
+ <project name="platform/external/scrypt" path="external/scrypt" remote="codeaurora_system" />
+ <project name="platform/external/scudo" path="external/scudo" remote="codeaurora_system" />
+ <project name="platform/external/seccomp-tests" path="external/seccomp-tests" remote="codeaurora_system" />
+ <project name="platform/external/selinux" path="external/selinux" remote="codeaurora_system" />
+ <project name="platform/external/setupcompat" path="external/setupcompat" remote="codeaurora_system" />
+ <project name="platform/external/setupdesign" path="external/setupdesign" remote="codeaurora_system" />
+ <project name="platform/external/sfntly" path="external/sfntly" remote="codeaurora_system" />
+ <project name="platform/external/shaderc/spirv-headers" path="external/shaderc/spirv-headers" remote="codeaurora_system" />
+ <project name="platform/external/shflags" path="external/shflags" remote="codeaurora_system" />
+ <project name="platform/external/skia" path="external/skia" remote="codeaurora_system" />
+ <project clone-depth="1" name="platform/external/skqp" path="external/skqp" remote="codeaurora_system" />
+ <project name="platform/external/sl4a" path="external/sl4a" remote="codeaurora_system" />
+ <project name="platform/external/slf4j" path="external/slf4j" remote="codeaurora_system" />
+ <project name="platform/external/smali" path="external/smali" remote="codeaurora_system" />
+ <project name="platform/external/snakeyaml" path="external/snakeyaml" remote="codeaurora_system" />
+ <project name="platform/external/sonic" path="external/sonic" remote="codeaurora_system" />
+ <project name="platform/external/sonivox" path="external/sonivox" remote="codeaurora_system" />
+ <project name="platform/external/speex" path="external/speex" remote="codeaurora_system" />
+ <project name="platform/external/sqlite" path="external/sqlite" remote="codeaurora_system" />
+ <project name="platform/external/squashfs-tools" path="external/squashfs-tools" remote="codeaurora_system" />
+ <project name="platform/external/starlark-go" path="external/starlark-go" remote="codeaurora_system" />
+ <project name="platform/external/strace" path="external/strace" remote="codeaurora_system" />
+ <project name="platform/external/stressapptest" path="external/stressapptest" remote="codeaurora_system" />
+ <project clone-depth="1" name="platform/external/subsampling-scale-image-view" path="external/subsampling-scale-image-view" remote="codeaurora_system" />
+ <project name="platform/external/swiftshader" path="external/swiftshader" remote="codeaurora_system" />
+ <project name="platform/external/tagsoup" path="external/tagsoup" remote="codeaurora_system" />
+ <project name="platform/external/tcpdump" path="external/tcpdump" remote="codeaurora_system" />
+ <project name="platform/external/tensorflow" path="external/tensorflow" remote="codeaurora_system" />
+ <project name="platform/external/testng" path="external/testng" remote="codeaurora_system" />
+ <project name="platform/external/tflite-support" path="external/tflite-support" remote="codeaurora_system" />
+ <project clone-depth="2" name="platform/external/timezone-boundary-builder" path="external/timezone-boundary-builder" remote="codeaurora_system" />
+ <project name="platform/external/tinyalsa" path="external/tinyalsa" remote="codeaurora_system" />
+ <project name="platform/external/tinyalsa_new" path="external/tinyalsa_new" remote="codeaurora_system" />
+ <project name="platform/external/tinycompress" path="external/tinycompress" remote="codeaurora_system" />
+ <project name="platform/external/tinyxml2" path="external/tinyxml2" remote="codeaurora_system" />
+ <project name="platform/external/toybox" path="external/toybox" remote="codeaurora_system" />
+ <project name="platform/external/tpm2-tss" path="external/tpm2-tss" remote="codeaurora_system" />
+ <project name="platform/external/tremolo" path="external/tremolo" remote="codeaurora_system" />
+ <project name="platform/external/turbine" path="external/turbine" remote="codeaurora_system" />
+ <project name="platform/external/ukey2" path="external/ukey2" remote="codeaurora_system" />
+ <project name="platform/external/unicode" path="external/unicode" remote="codeaurora_system" />
+ <project name="platform/external/usrsctp" path="external/usrsctp" remote="codeaurora_system" />
+ <project name="platform/external/v4l2_codec2" path="external/v4l2_codec2" remote="codeaurora_system" />
+ <project name="platform/external/vboot_reference" path="external/vboot_reference" remote="codeaurora_system" />
+ <project name="platform/external/virglrenderer" path="external/virglrenderer" remote="codeaurora_system" />
+ <project name="platform/external/vixl" path="external/vixl" remote="codeaurora_system" />
+ <project name="platform/external/vm_tools/p9" path="external/vm_tools/p9" remote="codeaurora_system" />
+ <project name="platform/external/vogar" path="external/vogar" remote="codeaurora_system" />
+ <project name="platform/external/volley" path="external/volley" remote="codeaurora_system" />
+ <project name="platform/external/vulkan-headers" path="external/vulkan-headers" remote="codeaurora_system" />
+ <project name="platform/external/vulkan-validation-layers" path="external/vulkan-validation-layers" remote="codeaurora_system" />
+ <project name="platform/external/walt" path="external/walt" remote="codeaurora_system" />
+ <project name="platform/external/wayland" path="external/wayland" remote="codeaurora_system" />
+ <project name="platform/external/wayland-protocols" path="external/wayland-protocols" remote="codeaurora_system" />
+ <project name="platform/external/webp" path="external/webp" remote="codeaurora_system" />
+ <project name="platform/external/webrtc" path="external/webrtc" remote="codeaurora_system" />
+ <project name="platform/external/wpa_supplicant_8" path="external/wpa_supplicant_8" remote="codeaurora_system" />
+ <project name="platform/external/wycheproof" path="external/wycheproof" remote="codeaurora_system" />
+ <project name="platform/external/xmp_toolkit" path="external/xmp_toolkit" remote="codeaurora_system" />
+ <project name="platform/external/xz-embedded" path="external/xz-embedded" remote="codeaurora_system" />
+ <project name="platform/external/xz-java" path="external/xz-java" remote="codeaurora_system" />
+ <project name="platform/external/yapf" path="external/yapf" remote="codeaurora_system" />
+ <project name="platform/external/zlib" path="external/zlib" remote="codeaurora_system" />
+ <project name="platform/external/zopfli" path="external/zopfli" remote="codeaurora_system" />
+ <project name="platform/external/zstd" path="external/zstd" remote="codeaurora_system" />
+ <project name="platform/external/zxing" path="external/zxing" remote="codeaurora_system" />
+ <project name="platform/frameworks/av" path="frameworks/av" remote="codeaurora_system" />
+ <project name="platform/frameworks/base" path="frameworks/base" remote="codeaurora_system" />
+ <project name="platform/frameworks/compile/libbcc" path="frameworks/compile/libbcc" remote="codeaurora_system" />
+ <project name="platform/frameworks/compile/mclinker" path="frameworks/compile/mclinker" remote="codeaurora_system" />
+ <project name="platform/frameworks/compile/slang" path="frameworks/compile/slang" remote="codeaurora_system" />
+ <project name="platform/frameworks/ex" path="frameworks/ex" remote="codeaurora_system" />
+ <project name="platform/frameworks/hardware/interfaces" path="frameworks/hardware/interfaces" remote="codeaurora_system" />
+ <project clone-depth="1" name="platform/frameworks/layoutlib" path="frameworks/layoutlib" remote="codeaurora_system" />
+ <project name="platform/frameworks/libs/modules-utils" path="frameworks/libs/modules-utils" remote="codeaurora_system" />
+ <project name="platform/frameworks/libs/native_bridge_support" path="frameworks/libs/native_bridge_support" remote="codeaurora_system" />
+ <project name="platform/frameworks/libs/net" path="frameworks/libs/net" remote="codeaurora_system" />
+ <project name="platform/frameworks/libs/service_entitlement" path="frameworks/libs/service_entitlement" remote="codeaurora_system" />
+ <project name="platform/frameworks/libs/systemui" path="frameworks/libs/systemui" remote="codeaurora_system" />
+ <project name="platform/frameworks/minikin" path="frameworks/minikin" remote="codeaurora_system" />
+ <project name="platform/frameworks/multidex" path="frameworks/multidex" remote="codeaurora_system" />
+ <project name="platform/frameworks/native" path="frameworks/native" remote="codeaurora_system" />
+ <project name="platform/frameworks/opt/bitmap" path="frameworks/opt/bitmap" remote="codeaurora_system" />
+ <project name="platform/frameworks/opt/calendar" path="frameworks/opt/calendar" remote="codeaurora_system" />
+ <project name="platform/frameworks/opt/car/services" path="frameworks/opt/car/services" remote="codeaurora_system" />
+ <project name="platform/frameworks/opt/car/setupwizard" path="frameworks/opt/car/setupwizard" remote="codeaurora_system" />
+ <project name="platform/frameworks/opt/chips" path="frameworks/opt/chips" remote="codeaurora_system" />
+ <project name="platform/frameworks/opt/colorpicker" path="frameworks/opt/colorpicker" remote="codeaurora_system" />
+ <project name="platform/frameworks/opt/net/ethernet" path="frameworks/opt/net/ethernet" remote="codeaurora_system" />
+ <project name="platform/frameworks/opt/net/ims" path="frameworks/opt/net/ims" remote="codeaurora_system" />
+ <project name="platform/frameworks/opt/net/voip" path="frameworks/opt/net/voip" remote="codeaurora_system" />
+ <project name="platform/frameworks/opt/net/wifi" path="frameworks/opt/net/wifi" remote="codeaurora_system" />
+ <project name="platform/frameworks/opt/photoviewer" path="frameworks/opt/photoviewer" remote="codeaurora_system" />
+ <project name="platform/frameworks/opt/setupwizard" path="frameworks/opt/setupwizard" remote="codeaurora_system" />
+ <project name="platform/frameworks/opt/telephony" path="frameworks/opt/telephony" remote="codeaurora_system" />
+ <project name="platform/frameworks/opt/timezonepicker" path="frameworks/opt/timezonepicker" remote="codeaurora_system" />
+ <project name="platform/frameworks/opt/tv/tvsystem" path="frameworks/opt/tv/tvsystem" remote="codeaurora_system" />
+ <project name="platform/frameworks/opt/vcard" path="frameworks/opt/vcard" remote="codeaurora_system" />
+ <project name="platform/frameworks/proto_logging" path="frameworks/proto_logging" remote="codeaurora_system" />
+ <project name="platform/frameworks/rs" path="frameworks/rs" remote="codeaurora_system" />
+ <project name="platform/frameworks/wilhelm" path="frameworks/wilhelm" remote="codeaurora_system" />
+ <project name="platform/hardware/google/apf" path="hardware/google/apf" remote="codeaurora_system" />
+ <project name="platform/hardware/google/av" path="hardware/google/av" remote="codeaurora_system" />
+ <project name="platform/hardware/google/camera" path="hardware/google/camera" remote="codeaurora_system" />
+ <project name="platform/hardware/google/easel" path="hardware/google/easel" remote="codeaurora_system" />
+ <project name="platform/hardware/google/interfaces" path="hardware/google/interfaces" remote="codeaurora_system" />
+ <project name="platform/hardware/interfaces" path="hardware/interfaces" remote="codeaurora_system" />
+ <project name="platform/hardware/libhardware" path="hardware/libhardware" remote="codeaurora_system" />
+ <project name="platform/hardware/libhardware_legacy" path="hardware/libhardware_legacy" remote="codeaurora_system" />
+ <project name="platform/hardware/nxp/nfc" path="hardware/nxp/nfc" remote="codeaurora_system" />
+ <project name="platform/hardware/nxp/secure_element" path="hardware/nxp/secure_element" remote="codeaurora_system" />
+ <project name="platform/hardware/ril" path="hardware/ril" remote="codeaurora_system" />
+ <project name="platform/hardware/samsung/nfc" path="hardware/samsung/nfc" remote="codeaurora_system" />
+ <project name="platform/hardware/st/nfc" path="hardware/st/nfc" remote="codeaurora_system" />
+ <project name="platform/hardware/st/secure_element" path="hardware/st/secure_element" remote="codeaurora_system" />
+ <project name="platform/hardware/st/secure_element2" path="hardware/st/secure_element2" remote="codeaurora_system" />
+ <project name="platform/hardware/ti/am57x" path="hardware/ti/am57x" remote="codeaurora_system" />
+ <project name="platform/libcore" path="libcore" remote="codeaurora_system" />
+ <project name="platform/libnativehelper" path="libnativehelper" remote="codeaurora_system" />
+ <project name="platform/packages/apps/BasicSmsReceiver" path="packages/apps/BasicSmsReceiver" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Bluetooth" path="packages/apps/Bluetooth" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Browser2" path="packages/apps/Browser2" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Calendar" path="packages/apps/Calendar" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Camera2" path="packages/apps/Camera2" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/Calendar" path="packages/apps/Car/Calendar" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/Cluster" path="packages/apps/Car/Cluster" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/DebuggingRestrictionController" path="packages/apps/Car/DebuggingRestrictionController" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/Dialer" path="packages/apps/Car/Dialer" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/Hvac" path="packages/apps/Car/Hvac" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/LatinIME" path="packages/apps/Car/LatinIME" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/Launcher" path="packages/apps/Car/Launcher" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/LinkViewer" path="packages/apps/Car/LinkViewer" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/LocalMediaPlayer" path="packages/apps/Car/LocalMediaPlayer" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/Media" path="packages/apps/Car/Media" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/Messenger" path="packages/apps/Car/Messenger" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/Notification" path="packages/apps/Car/Notification" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/Provision" path="packages/apps/Car/Provision" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/Radio" path="packages/apps/Car/Radio" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/RotaryController" path="packages/apps/Car/RotaryController" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/Settings" path="packages/apps/Car/Settings" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/SettingsIntelligence" path="packages/apps/Car/SettingsIntelligence" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/SystemUI" path="packages/apps/Car/SystemUI" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/SystemUpdater" path="packages/apps/Car/SystemUpdater" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/libs" path="packages/apps/Car/libs" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Car/tests" path="packages/apps/Car/tests" remote="codeaurora_system" />
+ <project name="platform/packages/apps/CarrierConfig" path="packages/apps/CarrierConfig" remote="codeaurora_system" />
+ <project name="platform/packages/apps/CellBroadcastReceiver" path="packages/apps/CellBroadcastReceiver" remote="codeaurora_system" />
+ <project name="platform/packages/apps/CertInstaller" path="packages/apps/CertInstaller" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Contacts" path="packages/apps/Contacts" remote="codeaurora_system" />
+ <project name="platform/packages/apps/DeskClock" path="packages/apps/DeskClock" remote="codeaurora_system" />
+ <project name="platform/packages/apps/DevCamera" path="packages/apps/DevCamera" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Dialer" path="packages/apps/Dialer" remote="codeaurora_system" />
+ <project name="platform/packages/apps/DocumentsUI" path="packages/apps/DocumentsUI" remote="codeaurora_system" />
+ <project name="platform/packages/apps/EmergencyInfo" path="packages/apps/EmergencyInfo" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Gallery" path="packages/apps/Gallery" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Gallery2" path="packages/apps/Gallery2" remote="codeaurora_system" />
+ <project name="platform/packages/apps/HTMLViewer" path="packages/apps/HTMLViewer" remote="codeaurora_system" />
+ <project name="platform/packages/apps/ImsServiceEntitlement" path="packages/apps/ImsServiceEntitlement" remote="codeaurora_system" />
+ <project name="platform/packages/apps/KeyChain" path="packages/apps/KeyChain" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Launcher3" path="packages/apps/Launcher3" remote="codeaurora_system" />
+ <project name="platform/packages/apps/LegacyCamera" path="packages/apps/LegacyCamera" remote="codeaurora_system" />
+ <project name="platform/packages/apps/ManagedProvisioning" path="packages/apps/ManagedProvisioning" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Messaging" path="packages/apps/Messaging" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Mms" path="vendor/codeaurora/commonsys/packages/apps/Mms" remote="codeaurora_system">
+ <linkfile dest="vendor/qcom/defs/product-defs/system/app_mms_product.mk" src="app_mms_system_product.mk" />
+ </project>
+ <project name="platform/packages/apps/Music" path="packages/apps/Music" remote="codeaurora_system" />
+ <project name="platform/packages/apps/MusicFX" path="packages/apps/MusicFX" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Nfc" path="packages/apps/Nfc" remote="codeaurora_system" />
+ <project name="platform/packages/apps/OnDeviceAppPrediction" path="packages/apps/OnDeviceAppPrediction" remote="codeaurora_system" />
+ <project name="platform/packages/apps/OneTimeInitializer" path="packages/apps/OneTimeInitializer" remote="codeaurora_system" />
+ <project name="platform/packages/apps/PhoneCommon" path="packages/apps/PhoneCommon" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Protips" path="packages/apps/Protips" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Provision" path="packages/apps/Provision" remote="codeaurora_system" />
+ <project name="platform/packages/apps/QuickAccessWallet" path="packages/apps/QuickAccessWallet" remote="codeaurora_system" />
+ <project name="platform/packages/apps/QuickSearchBox" path="packages/apps/QuickSearchBox" remote="codeaurora_system" />
+ <project name="platform/packages/apps/RemoteProvisioner" path="packages/apps/RemoteProvisioner" remote="codeaurora_system" />
+ <project name="platform/packages/apps/SafetyRegulatoryInfo" path="packages/apps/SafetyRegulatoryInfo" remote="codeaurora_system" />
+ <project name="platform/packages/apps/SampleLocationAttribution" path="packages/apps/SampleLocationAttribution" remote="codeaurora_system" />
+ <project name="platform/packages/apps/SecureElement" path="packages/apps/SecureElement" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Settings" path="packages/apps/Settings" remote="codeaurora_system" />
+ <project name="platform/packages/apps/SettingsIntelligence" path="packages/apps/SettingsIntelligence" remote="codeaurora_system" />
+ <project name="platform/packages/apps/SnapdragonMusic" path="vendor/codeaurora/commonsys/packages/apps/SnapdragonMusic" remote="codeaurora_system">
+ <linkfile dest="vendor/qcom/defs/product-defs/system/app_snapMusic_product.mk" src="app_snapMusic_system_product.mk" />
+ </project>
+ <project name="platform/packages/apps/SpareParts" path="packages/apps/SpareParts" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Stk" path="packages/apps/Stk" remote="codeaurora_system" />
+ <project name="platform/packages/apps/StorageManager" path="packages/apps/StorageManager" remote="codeaurora_system" />
+ <project name="platform/packages/apps/TV" path="packages/apps/TV" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Tag" path="packages/apps/Tag" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Test/connectivity" path="packages/apps/Test/connectivity" remote="codeaurora_system" />
+ <project name="platform/packages/apps/ThemePicker" path="packages/apps/ThemePicker" remote="codeaurora_system" />
+ <project name="platform/packages/apps/TimeZoneData" path="packages/apps/TimeZoneData" remote="codeaurora_system" />
+ <project name="platform/packages/apps/TimeZoneUpdater" path="packages/apps/TimeZoneUpdater" remote="codeaurora_system" />
+ <project name="platform/packages/apps/Traceur" path="packages/apps/Traceur" remote="codeaurora_system" />
+ <project name="platform/packages/apps/TvSettings" path="packages/apps/TvSettings" remote="codeaurora_system" />
+ <project name="platform/packages/apps/WallpaperPicker" path="packages/apps/WallpaperPicker" remote="codeaurora_system" />
+ <project name="platform/packages/apps/WallpaperPicker2" path="packages/apps/WallpaperPicker2" remote="codeaurora_system" />
+ <project name="platform/packages/inputmethods/LatinIME" path="packages/inputmethods/LatinIME" remote="codeaurora_system" />
+ <project name="platform/packages/inputmethods/LeanbackIME" path="packages/inputmethods/LeanbackIME" remote="codeaurora_system" />
+ <project name="platform/packages/modules/ArtPrebuilt" path="packages/modules/ArtPrebuilt" remote="codeaurora_system" />
+ <project name="platform/packages/modules/BootPrebuilt/5.10/arm64" path="packages/modules/BootPrebuilt/5.10/arm64" remote="codeaurora_system" />
+ <project name="platform/packages/modules/BootPrebuilt/5.4/arm64" path="packages/modules/BootPrebuilt/5.4/arm64" remote="codeaurora_system" />
+ <project name="platform/packages/modules/CaptivePortalLogin" path="packages/modules/CaptivePortalLogin" remote="codeaurora_system" />
+ <project name="platform/packages/modules/CellBroadcastService" path="packages/modules/CellBroadcastService" remote="codeaurora_system" />
+ <project name="platform/packages/modules/Connectivity" path="packages/modules/Connectivity" remote="codeaurora_system" />
+ <project name="platform/packages/modules/Cronet" path="packages/modules/Cronet" remote="codeaurora_system" />
+ <project name="platform/packages/modules/DnsResolver" path="packages/modules/DnsResolver" remote="codeaurora_system" />
+ <project name="platform/packages/modules/ExtServices" path="packages/modules/ExtServices" remote="codeaurora_system" />
+ <project name="platform/packages/modules/GeoTZ" path="packages/modules/GeoTZ" remote="codeaurora_system" />
+ <project name="platform/packages/modules/Gki" path="packages/modules/Gki" remote="codeaurora_system" />
+ <project name="platform/packages/modules/IPsec" path="packages/modules/IPsec" remote="codeaurora_system" />
+ <project name="platform/packages/modules/ModuleMetadata" path="packages/modules/ModuleMetadata" remote="codeaurora_system" />
+ <project name="platform/packages/modules/NetworkPermissionConfig" path="packages/modules/NetworkPermissionConfig" remote="codeaurora_system" />
+ <project name="platform/packages/modules/NetworkStack" path="packages/modules/NetworkStack" remote="codeaurora_system" />
+ <project name="platform/packages/modules/NeuralNetworks" path="packages/modules/NeuralNetworks" remote="codeaurora_system" />
+ <project name="platform/packages/modules/Permission" path="packages/modules/Permission" remote="codeaurora_system" />
+ <project name="platform/packages/modules/RuntimeI18n" path="packages/modules/RuntimeI18n" remote="codeaurora_system" />
+ <project name="platform/packages/modules/Scheduling" path="packages/modules/Scheduling" remote="codeaurora_system" />
+ <project name="platform/packages/modules/SdkExtensions" path="packages/modules/SdkExtensions" remote="codeaurora_system" />
+ <project name="platform/packages/modules/StatsD" path="packages/modules/StatsD" remote="codeaurora_system" />
+ <project name="platform/packages/modules/Virtualization" path="packages/modules/Virtualization" remote="codeaurora_system" />
+ <project name="platform/packages/modules/Wifi" path="packages/modules/Wifi" remote="codeaurora_system" />
+ <project name="platform/packages/modules/adb" path="packages/modules/adb" remote="codeaurora_system" />
+ <project name="platform/packages/modules/common" path="packages/modules/common" remote="codeaurora_system" />
+ <project name="platform/packages/modules/vndk" path="packages/modules/vndk" remote="codeaurora_system" />
+ <project name="platform/packages/providers/BlockedNumberProvider" path="packages/providers/BlockedNumberProvider" remote="codeaurora_system" />
+ <project name="platform/packages/providers/BookmarkProvider" path="packages/providers/BookmarkProvider" remote="codeaurora_system" />
+ <project name="platform/packages/providers/CalendarProvider" path="packages/providers/CalendarProvider" remote="codeaurora_system" />
+ <project name="platform/packages/providers/CallLogProvider" path="packages/providers/CallLogProvider" remote="codeaurora_system" />
+ <project name="platform/packages/providers/ContactsProvider" path="packages/providers/ContactsProvider" remote="codeaurora_system" />
+ <project name="platform/packages/providers/DownloadProvider" path="packages/providers/DownloadProvider" remote="codeaurora_system" />
+ <project name="platform/packages/providers/MediaProvider" path="packages/providers/MediaProvider" remote="codeaurora_system" />
+ <project name="platform/packages/providers/PartnerBookmarksProvider" path="packages/providers/PartnerBookmarksProvider" remote="codeaurora_system" />
+ <project name="platform/packages/providers/TelephonyProvider" path="packages/providers/TelephonyProvider" remote="codeaurora_system" />
+ <project name="platform/packages/providers/TvProvider" path="packages/providers/TvProvider" remote="codeaurora_system" />
+ <project name="platform/packages/providers/UserDictionaryProvider" path="packages/providers/UserDictionaryProvider" remote="codeaurora_system" />
+ <project name="platform/packages/screensavers/Basic" path="packages/screensavers/Basic" remote="codeaurora_system" />
+ <project name="platform/packages/screensavers/PhotoTable" path="packages/screensavers/PhotoTable" remote="codeaurora_system" />
+ <project name="platform/packages/services/AlternativeNetworkAccess" path="packages/services/AlternativeNetworkAccess" remote="codeaurora_system" />
+ <project name="platform/packages/services/BuiltInPrintService" path="packages/services/BuiltInPrintService" remote="codeaurora_system" />
+ <project name="platform/packages/services/Car" path="packages/services/Car" remote="codeaurora_system" />
+ <project name="platform/packages/services/Iwlan" path="packages/services/Iwlan" remote="codeaurora_system" />
+ <project name="platform/packages/services/Mms" path="packages/services/Mms" remote="codeaurora_system" />
+ <project name="platform/packages/services/Mtp" path="packages/services/Mtp" remote="codeaurora_system" />
+ <project name="platform/packages/services/Telecomm" path="packages/services/Telecomm" remote="codeaurora_system" />
+ <project name="platform/packages/services/Telephony" path="packages/services/Telephony" remote="codeaurora_system" />
+ <project name="platform/packages/wallpapers/ImageWallpaper" path="packages/wallpapers/ImageWallpaper" remote="codeaurora_system" />
+ <project name="platform/packages/wallpapers/LivePicker" path="packages/wallpapers/LivePicker" remote="codeaurora_system" />
+ <project name="platform/pdk" path="pdk" remote="codeaurora_system" />
+ <project name="platform/platform_testing" path="platform_testing" remote="codeaurora_system" />
+ <project clone-depth="1" name="platform/prebuilts/abi-dumps/ndk" path="prebuilts/abi-dumps/ndk" remote="codeaurora_system" />
+ <project name="platform/prebuilts/abi-dumps/platform" path="prebuilts/abi-dumps/platform" remote="codeaurora_system" />
+ <project name="platform/prebuilts/abi-dumps/vndk" path="prebuilts/abi-dumps/vndk" remote="codeaurora_system" />
+ <project name="platform/prebuilts/android-emulator" path="prebuilts/android-emulator" remote="codeaurora_system" />
+ <project name="platform/prebuilts/asuite" path="prebuilts/asuite" remote="codeaurora_system" />
+ <project name="platform/prebuilts/bazel/linux-x86_64" path="prebuilts/bazel/linux-x86_64" remote="codeaurora_system" />
+ <project name="platform/prebuilts/build-tools" path="prebuilts/build-tools" remote="codeaurora_system" />
+ <project name="platform/prebuilts/bundletool" path="prebuilts/bundletool" remote="codeaurora_system" />
+ <project name="platform/prebuilts/checkcolor" path="prebuilts/checkcolor" remote="codeaurora_system" />
+ <project name="platform/prebuilts/checkstyle" path="prebuilts/checkstyle" remote="codeaurora_system" />
+ <project name="platform/prebuilts/clang-tools" path="prebuilts/clang-tools" remote="codeaurora_system" />
+ <project name="platform/prebuilts/clang/host/linux-x86" path="prebuilts/clang/host/linux-x86" remote="codeaurora_system" />
+ <project name="platform/prebuilts/cmdline-tools" path="prebuilts/cmdline-tools" remote="codeaurora_system" />
+ <project name="platform/prebuilts/devtools" path="prebuilts/devtools" remote="codeaurora_system" />
+ <project name="platform/prebuilts/fuchsia_sdk" path="prebuilts/fuchsia_sdk" remote="codeaurora_system" />
+ <project name="platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" remote="codeaurora_system" />
+ <project name="platform/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8" path="prebuilts/gcc/linux-x86/arm/arm-eabi-4.8" remote="codeaurora_system" />
+ <project clone-depth="1" name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" remote="codeaurora_system" />
+ <project name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" remote="codeaurora_system" />
+ <project name="platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" path="prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" remote="codeaurora_system" />
+ <project name="platform/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" path="prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" remote="codeaurora_system" />
+ <project name="platform/prebuilts/gdb/linux-x86" path="prebuilts/gdb/linux-x86" remote="codeaurora_system" />
+ <project name="platform/prebuilts/go/linux-x86" path="prebuilts/go/linux-x86" remote="codeaurora_system" />
+ <project name="platform/prebuilts/gradle-plugin" path="prebuilts/gradle-plugin" remote="codeaurora_system" />
+ <project name="platform/prebuilts/jdk/jdk11" path="prebuilts/jdk/jdk11" remote="codeaurora_system" />
+ <project name="platform/prebuilts/jdk/jdk8" path="prebuilts/jdk/jdk8" remote="codeaurora_system" />
+ <project name="platform/prebuilts/jdk/jdk9" path="prebuilts/jdk/jdk9" remote="codeaurora_system" />
+ <project name="platform/prebuilts/ktlint" path="prebuilts/ktlint" remote="codeaurora_system" />
+ <project name="platform/prebuilts/manifest-merger" path="prebuilts/manifest-merger" remote="codeaurora_system" />
+ <project name="platform/prebuilts/maven_repo/android" path="prebuilts/maven_repo/android" remote="codeaurora_system" />
+ <project name="platform/prebuilts/maven_repo/bumptech" path="prebuilts/maven_repo/bumptech" remote="codeaurora_system" />
+ <project name="platform/prebuilts/misc" path="prebuilts/misc" remote="codeaurora_system" />
+ <project name="platform/prebuilts/module_sdk/Connectivity" path="prebuilts/module_sdk/Connectivity" remote="codeaurora_system" />
+ <project name="platform/prebuilts/module_sdk/IPsec" path="prebuilts/module_sdk/IPsec" remote="codeaurora_system" />
+ <project name="platform/prebuilts/module_sdk/Media" path="prebuilts/module_sdk/Media" remote="codeaurora_system" />
+ <project name="platform/prebuilts/module_sdk/MediaProvider" path="prebuilts/module_sdk/MediaProvider" remote="codeaurora_system" />
+ <project name="platform/prebuilts/module_sdk/Permission" path="prebuilts/module_sdk/Permission" remote="codeaurora_system" />
+ <project name="platform/prebuilts/module_sdk/Scheduling" path="prebuilts/module_sdk/Scheduling" remote="codeaurora_system" />
+ <project name="platform/prebuilts/module_sdk/SdkExtensions" path="prebuilts/module_sdk/SdkExtensions" remote="codeaurora_system" />
+ <project name="platform/prebuilts/module_sdk/StatsD" path="prebuilts/module_sdk/StatsD" remote="codeaurora_system" />
+ <project name="platform/prebuilts/module_sdk/Wifi" path="prebuilts/module_sdk/Wifi" remote="codeaurora_system" />
+ <project name="platform/prebuilts/module_sdk/art" path="prebuilts/module_sdk/art" remote="codeaurora_system" />
+ <project name="platform/prebuilts/module_sdk/conscrypt" path="prebuilts/module_sdk/conscrypt" remote="codeaurora_system" />
+ <project name="platform/prebuilts/ndk" path="prebuilts/ndk" remote="codeaurora_system" />
+ <project name="platform/prebuilts/python/linux-x86/2.7.5" path="prebuilts/python/linux-x86/2.7.5" remote="codeaurora_system" />
+ <project name="platform/prebuilts/qemu-kernel" path="prebuilts/qemu-kernel" remote="codeaurora_system" />
+ <project name="platform/prebuilts/r8" path="prebuilts/r8" remote="codeaurora_system" />
+ <project name="platform/prebuilts/remoteexecution-client" path="prebuilts/remoteexecution-client" remote="codeaurora_system" />
+ <project name="platform/prebuilts/runtime" path="prebuilts/runtime" remote="codeaurora_system" />
+ <project name="platform/prebuilts/rust" path="prebuilts/rust" remote="codeaurora_system" />
+ <project name="platform/prebuilts/sdk" path="prebuilts/sdk" remote="codeaurora_system" />
+ <project name="platform/prebuilts/tools" path="prebuilts/tools" remote="codeaurora_system" />
+ <project name="platform/prebuilts/vndk/v28" path="prebuilts/vndk/v28" remote="codeaurora_system" />
+ <project name="platform/prebuilts/vndk/v29" path="prebuilts/vndk/v29" remote="codeaurora_system" />
+ <project name="platform/prebuilts/vndk/v30" path="prebuilts/vndk/v30" remote="codeaurora_system" />
+ <project name="platform/sdk" path="sdk" remote="codeaurora_system" />
+ <project name="platform/system/apex" path="system/apex" remote="codeaurora_system" />
+ <project name="platform/system/bpf" path="system/bpf" remote="codeaurora_system" />
+ <project name="platform/system/bpfprogs" path="system/bpfprogs" remote="codeaurora_system" />
+ <project name="platform/system/bt" path="system/bt" remote="codeaurora_system" />
+ <project name="platform/system/ca-certificates" path="system/ca-certificates" remote="codeaurora_system" />
+ <project name="platform/system/chre" path="system/chre" remote="codeaurora_system" />
+ <project name="platform/system/connectivity/wificond" path="system/connectivity/wificond" remote="codeaurora_system" />
+ <project name="platform/system/core" path="system/core" remote="codeaurora_system" />
+ <project name="platform/system/extras" path="system/extras" remote="codeaurora_system" />
+ <project name="platform/system/gatekeeper" path="system/gatekeeper" remote="codeaurora_system" />
+ <project name="platform/system/gsid" path="system/gsid" remote="codeaurora_system" />
+ <project name="platform/system/hardware/interfaces" path="system/hardware/interfaces" remote="codeaurora_system" />
+ <project name="platform/system/hwservicemanager" path="system/hwservicemanager" remote="codeaurora_system" />
+ <project name="platform/system/incremental_delivery" path="system/incremental_delivery" remote="codeaurora_system" />
+ <project name="platform/system/iorap" path="system/iorap" remote="codeaurora_system" />
+ <project name="platform/system/keymaster" path="system/keymaster" remote="codeaurora_system" />
+ <project name="platform/system/libartpalette" path="system/libartpalette" remote="codeaurora_system" />
+ <project name="platform/system/libbase" path="system/libbase" remote="codeaurora_system" />
+ <project name="platform/system/libfmq" path="system/libfmq" remote="codeaurora_system" />
+ <project name="platform/system/libhidl" path="system/libhidl" remote="codeaurora_system" />
+ <project name="platform/system/libhwbinder" path="system/libhwbinder" remote="codeaurora_system" />
+ <project name="platform/system/libprocinfo" path="system/libprocinfo" remote="codeaurora_system" />
+ <project name="platform/system/libsysprop" path="system/libsysprop" remote="codeaurora_system" />
+ <project name="platform/system/libufdt" path="system/libufdt" remote="codeaurora_system" />
+ <project name="platform/system/libvintf" path="system/libvintf" remote="codeaurora_system" />
+ <project name="platform/system/libziparchive" path="system/libziparchive" remote="codeaurora_system" />
+ <project name="platform/system/linkerconfig" path="system/linkerconfig" remote="codeaurora_system" />
+ <project name="platform/system/logging" path="system/logging" remote="codeaurora_system" />
+ <project name="platform/system/media" path="system/media" remote="codeaurora_system" />
+ <project name="platform/system/memory/libdmabufheap" path="system/memory/libdmabufheap" remote="codeaurora_system" />
+ <project name="platform/system/memory/libion" path="system/memory/libion" remote="codeaurora_system" />
+ <project name="platform/system/memory/libmeminfo" path="system/memory/libmeminfo" remote="codeaurora_system" />
+ <project name="platform/system/memory/libmemtrack" path="system/memory/libmemtrack" remote="codeaurora_system" />
+ <project name="platform/system/memory/libmemunreachable" path="system/memory/libmemunreachable" remote="codeaurora_system" />
+ <project name="platform/system/memory/lmkd" path="system/memory/lmkd" remote="codeaurora_system" />
+ <project name="platform/system/netd" path="system/netd" remote="codeaurora_system" />
+ <project name="platform/system/nfc" path="system/nfc" remote="codeaurora_system" />
+ <project name="platform/system/nvram" path="system/nvram" remote="codeaurora_system" />
+ <project name="platform/system/security" path="system/security" remote="codeaurora_system" />
+ <project name="platform/system/sepolicy" path="system/sepolicy" remote="codeaurora_system" />
+ <project name="platform/system/server_configurable_flags" path="system/server_configurable_flags" remote="codeaurora_system" />
+ <project name="platform/system/teeui" path="system/teeui" remote="codeaurora_system" />
+ <project name="platform/system/testing/gtest_extras" path="system/testing/gtest_extras" remote="codeaurora_system" />
+ <project name="platform/system/timezone" path="system/timezone" remote="codeaurora_system" />
+ <project name="platform/system/tools/aidl" path="system/tools/aidl" remote="codeaurora_system" />
+ <project name="platform/system/tools/hidl" path="system/tools/hidl" remote="codeaurora_system" />
+ <project name="platform/system/tools/mkbootimg" path="system/tools/mkbootimg" remote="codeaurora_system" />
+ <project name="platform/system/tools/sysprop" path="system/tools/sysprop" remote="codeaurora_system" />
+ <project name="platform/system/tools/xsdc" path="system/tools/xsdc" remote="codeaurora_system" />
+ <project name="platform/system/unwinding" path="system/unwinding" remote="codeaurora_system" />
+ <project name="platform/system/update_engine" path="system/update_engine" remote="codeaurora_system" />
+ <project name="platform/system/vold" path="system/vold" remote="codeaurora_system" />
+ <project name="platform/test/framework" path="test/framework" remote="codeaurora_system" />
+ <project name="platform/test/mlts/benchmark" path="test/mlts/benchmark" remote="codeaurora_system" />
+ <project name="platform/test/mlts/models" path="test/mlts/models" remote="codeaurora_system" />
+ <project name="platform/test/vti/dashboard" path="test/vti/dashboard" remote="codeaurora_system" />
+ <project name="platform/test/vti/fuzz_test_serving" path="test/vti/fuzz_test_serving" remote="codeaurora_system" />
+ <project name="platform/test/vti/test_serving" path="test/vti/test_serving" remote="codeaurora_system" />
+ <project name="platform/test/vts" path="test/vts" remote="codeaurora_system" />
+ <project name="platform/test/vts-testcase/fuzz" path="test/vts-testcase/fuzz" remote="codeaurora_system" />
+ <project name="platform/test/vts-testcase/hal" path="test/vts-testcase/hal" remote="codeaurora_system" />
+ <project name="platform/test/vts-testcase/hal-trace" path="test/vts-testcase/hal-trace" remote="codeaurora_system" />
+ <project name="platform/test/vts-testcase/kernel" path="test/vts-testcase/kernel" remote="codeaurora_system" />
+ <project name="platform/test/vts-testcase/nbu" path="test/vts-testcase/nbu" remote="codeaurora_system" />
+ <project name="platform/test/vts-testcase/performance" path="test/vts-testcase/performance" remote="codeaurora_system" />
+ <project name="platform/test/vts-testcase/security" path="test/vts-testcase/security" remote="codeaurora_system" />
+ <project name="platform/test/vts-testcase/vndk" path="test/vts-testcase/vndk" remote="codeaurora_system" />
+ <project name="platform/tools/aadevtools" path="tools/aadevtools" remote="codeaurora_system" />
+ <project name="platform/tools/acloud" path="tools/acloud" remote="codeaurora_system" />
+ <project name="platform/tools/apifinder" path="tools/apifinder" remote="codeaurora_system" />
+ <project name="platform/tools/apksig" path="tools/apksig" remote="codeaurora_system" />
+ <project name="platform/tools/apkzlib" path="tools/apkzlib" remote="codeaurora_system" />
+ <project name="platform/tools/asuite" path="tools/asuite" remote="codeaurora_system" />
+ <project name="platform/tools/currysrc" path="tools/currysrc" remote="codeaurora_system" />
+ <project name="platform/tools/dexter" path="tools/dexter" remote="codeaurora_system" />
+ <project name="platform/tools/doc_generation" path="tools/doc_generation" remote="codeaurora_system" />
+ <project name="platform/tools/metalava" path="tools/metalava" remote="codeaurora_system" />
+ <project name="platform/tools/ndkports" path="tools/ndkports" remote="codeaurora_system" />
+ <project name="platform/tools/repohooks" path="tools/repohooks" remote="codeaurora_system" />
+ <project name="platform/tools/security" path="tools/security" remote="codeaurora_system" />
+ <project name="platform/tools/test/connectivity" path="tools/test/connectivity" remote="codeaurora_system" />
+ <project name="platform/tools/test/graphicsbenchmark" path="tools/test/graphicsbenchmark" remote="codeaurora_system" />
+ <project name="platform/tools/tradefederation/prebuilts" path="tools/tradefederation/prebuilts" remote="codeaurora_system" />
+ <project name="platform/tools/trebuchet" path="tools/trebuchet" remote="codeaurora_system" />
+ <project name="platform/vendor/codeaurora/packages/apps/Dialer" path="vendor/codeaurora/commonsys/packages/apps/Dialer" remote="codeaurora_system" />
+ <project name="platform/vendor/codeaurora/packages/apps/SoundRecorder" path="vendor/codeaurora/commonsys/packages/apps/SoundRecorder" remote="codeaurora_system">
+ <linkfile dest="vendor/qcom/defs/product-defs/system/app_qtiSoundRecorder_product.mk" src="app_qtiSoundRecorder_system_product.mk" />
+ </project>
+ <project name="platform/vendor/codeaurora/telephony" path="vendor/codeaurora/commonsys/telephony" remote="codeaurora_system" />
+ <project name="platform/vendor/nxp/interfaces/opensource/nfc" path="vendor/nxp/opensource/interfaces/nfc" remote="codeaurora_system" />
+ <project name="platform/vendor/nxp/opensource/external/libnfc-nci" path="vendor/nxp/opensource/commonsys/external/libnfc-nci" remote="codeaurora_system" />
+ <project name="platform/vendor/nxp/opensource/frameworks" path="vendor/nxp/opensource/commonsys/frameworks" remote="codeaurora_system" />
+ <project name="platform/vendor/nxp/opensource/packages/apps/Nfc" path="vendor/nxp/opensource/commonsys/packages/apps/Nfc" remote="codeaurora_system">
+ <linkfile dest="vendor/qcom/defs/product-defs/system/nfc-system-product.mk" src="nfc_system_product.mk" />
+ </project>
+ <project name="platform/vendor/qcom-opensource/audio" path="vendor/qcom/opensource/commonsys/audio" remote="codeaurora_system">
+ <linkfile dest="vendor/qcom/defs/product-defs/system/audio_system_product.mk" src="configs/qssi/audio_system_product.mk" />
+ </project>
+ <project name="platform/vendor/qcom-opensource/bluetooth" path="vendor/qcom/opensource/commonsys/bluetooth" remote="codeaurora_system" />
+ <project name="platform/vendor/qcom-opensource/bluetooth-commonsys-intf" path="vendor/qcom/opensource/commonsys-intf/bluetooth" remote="codeaurora_system">
+ <linkfile dest="vendor/qcom/defs/board-defs/system/bt-system-qssi-board.mk" src="bt-system-qssi-board.mk" />
+ <linkfile dest="vendor/qcom/defs/product-defs/system/bt-system-opensource-product.mk" src="bt-system-opensource-product.mk" />
+ </project>
+ <project name="platform/vendor/qcom-opensource/bluetooth_ext" path="vendor/qcom/opensource/commonsys/bluetooth_ext" remote="codeaurora_system" />
+ <project name="platform/vendor/qcom-opensource/core-utils" path="vendor/qcom/opensource/core-utils" remote="codeaurora_system">
+ <linkfile dest="vendor/qcom/build/tasks/QSSI_violators.mk" src="build/QSSI_violators.mk" />
+ <linkfile dest="vendor/qcom/build/tasks/QMAA_enforcement.mk" src="build/QMAA_enforcement.mk" />
+ <linkfile dest="vendor/qcom/build/tasks/vendor_prop_context_restriction.mk" src="build/vendor_prop_context_restriction.mk" />
+ <linkfile dest="vendor/qcom/build/tasks/generate_vendor_bundle.mk" src="image_generation_tool/generate_vendor_bundle.mk" />
+ <linkfile dest="vendor/qcom/defs/product-defs/vendor/image_generation_tool_product.mk" src="image_generation_tool/config/image_generation_tool_product.mk" />
+ <linkfile dest="build.sh" src="build/build.sh" />
+ <linkfile dest="kernel/Android.mk" src="build/stop_scan.mk" />
+ <linkfile dest="disregard/Android.mk" src="build/stop_scan.mk" />
+ </project>
+ <project name="platform/vendor/qcom-opensource/core-utils-sys" path="vendor/qcom/opensource/core-utils-sys" remote="codeaurora_system" />
+ <project name="platform/vendor/qcom-opensource/cryptfs_hw" path="vendor/qcom/opensource/commonsys/cryptfs_hw" remote="codeaurora_system" />
+ <project name="platform/vendor/qcom-opensource/dataservices-commonsys" path="vendor/qcom/opensource/commonsys/dataservices" remote="codeaurora_system" />
+ <project name="platform/vendor/qcom-opensource/display-commonsys" path="vendor/qcom/opensource/commonsys/display" remote="codeaurora_system">
+ <linkfile dest="vendor/qcom/defs/product-defs/system/display-product-commonsys.mk" src="config/display-product-commonsys.mk" />
+ </project>
+ <project name="platform/vendor/qcom-opensource/display-commonsys-intf" path="vendor/qcom/opensource/commonsys-intf/display" remote="codeaurora_system">
+ <linkfile dest="vendor/qcom/defs/product-defs/system/display-product-system.mk" src="config/display-product-system.mk" />
+ <linkfile dest="vendor/qcom/defs/product-defs/vendor/display-interfaces-product.mk" src="config/display-interfaces-product.mk" />
+ </project>
+ <project name="platform/vendor/qcom-opensource/dpm-commonsys" path="vendor/qcom/opensource/commonsys/dpm" remote="codeaurora_system" />
+ <project name="platform/vendor/qcom-opensource/fm-commonsys" path="vendor/qcom/opensource/commonsys/fm" remote="codeaurora_system" />
+ <project name="platform/vendor/qcom-opensource/interfaces" path="vendor/qcom/opensource/interfaces" remote="codeaurora_system" />
+ <project name="platform/vendor/qcom-opensource/packages/apps/Bluetooth" path="vendor/qcom/opensource/commonsys/packages/apps/Bluetooth" remote="codeaurora_system" />
+ <project name="platform/vendor/qcom-opensource/system/bt" path="vendor/qcom/opensource/commonsys/system/bt" remote="codeaurora_system" />
+ <project name="platform/vendor/qcom/opensource/commonsys-intf/audio" path="vendor/qcom/opensource/commonsys-intf/audio" remote="codeaurora_system" />
+ <project name="toolchain/llvm-project" path="external/llvm-project" remote="codeaurora_system" />
+ <project name="toolchain/pgo-profiles" remote="codeaurora_system" />
+ <project name="tools/platform-compat" remote="codeaurora_system" />
+</manifest>
diff --git a/snippets/vendor.xml b/snippets/vendor.xml
new file mode 100644
index 0000000..94c3424
--- /dev/null
+++ b/snippets/vendor.xml
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <project name="abl/tianocore/edk2" path="bootable/bootloader/edk2" remote="codeaurora_vendor" />
+ <project name="device/qcom/common" remote="codeaurora_vendor">
+ <linkfile dest="vendor/qcom/build/tasks/generate_extra_images.mk" src="generate_extra_images.mk" />
+ </project>
+ <project name="device/qcom/sepolicy_vndr" remote="codeaurora_vendor" />
+ <project name="device/qcom/vendor-common" remote="codeaurora_vendor" />
+ <project name="kernel/build" path="device/qcom/kernelscripts" remote="codeaurora_vendor" />
+ <project groups="cyborg" name="kernel/msm-5.4" remote="codeaurora_vendor" />
+ <project name="platform/hardware/qcom/audio" path="vendor/qcom/opensource/audio-hal/primary-hal" remote="codeaurora_vendor" />
+ <project name="platform/hardware/qcom/bootctrl" path="hardware/qcom/bootctrl" remote="codeaurora_vendor" />
+ <project name="platform/hardware/qcom/display" path="hardware/qcom/display" remote="codeaurora_vendor">
+ <linkfile dest="vendor/qcom/defs/product-defs/vendor/display-product.mk" src="config/display-product.mk" />
+ <linkfile dest="vendor/qcom/defs/board-defs/vendor/display-board.mk" src="config/display-board.mk" />
+ </project>
+ <project name="platform/hardware/qcom/gps" path="hardware/qcom/gps" remote="codeaurora_vendor">
+ <linkfile dest="vendor/qcom/defs/product-defs/vendor/gps-product-hal.mk" src="gps_vendor_product.mk" />
+ <linkfile dest="vendor/qcom/defs/board-defs/vendor/gps-board.mk" src="gps_vendor_board.mk" />
+ </project>
+ <project name="platform/hardware/qcom/media" path="hardware/qcom/media" remote="codeaurora_vendor">
+ <linkfile dest="vendor/qcom/defs/product-defs/vendor/video-product.mk" src="product.mk" />
+ </project>
+ <project name="platform/hardware/qcom/thermal" path="vendor/qcom/opensource/thermal-hal" remote="codeaurora_vendor" />
+ <project name="platform/hardware/qcom/wlan" path="hardware/qcom/wlan" remote="codeaurora_vendor" />
+ <project name="platform/packages/apps/SnapdragonCamera" path="vendor/codeaurora/packages/apps/SnapdragonCamera" remote="codeaurora_vendor">
+ <linkfile dest="vendor/qcom/defs/product-defs/vendor/app_snapcam_product.mk" src="app_snapcam_system_product.mk" />
+ </project>
+ <project name="platform/system/qcom" path="vendor/qcom/opensource/softap" remote="codeaurora_vendor" />
+ <project name="platform/vendor/nxp/opensource/halimpl" path="vendor/nxp/opensource/halimpl" remote="codeaurora_vendor">
+ <linkfile dest="vendor/qcom/defs/product-defs/vendor/nfc-vendor-product.mk" src="nfc_vendor_product.mk" />
+ </project>
+ <project name="platform/vendor/nxp/opensource/hidlimpl" path="vendor/nxp/opensource/hidlimpl" remote="codeaurora_vendor" />
+ <project groups="cyborg" name="platform/vendor/opensource/audio-kernel" path="kernel/msm-5.4/techpack/audio" remote="codeaurora_vendor" />
+ <project groups="cyborg" name="platform/vendor/opensource/camera-kernel" path="kernel/msm-5.4/techpack/camera" remote="codeaurora_vendor" />
+ <project groups="cyborg" name="platform/vendor/opensource/dataipa" path="kernel/msm-5.4/techpack/dataipa" remote="codeaurora_vendor" />
+ <project groups="cyborg" name="platform/vendor/opensource/display-drivers" path="kernel/msm-5.4/techpack/display" remote="codeaurora_vendor" />
+ <project groups="cyborg" name="platform/vendor/opensource/video-driver" path="kernel/msm-5.4/techpack/video" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom-opensource/audio-hal/st-hal" path="vendor/qcom/opensource/audio-hal/st-hal" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom-opensource/data-ipa-cfg-mgr" path="vendor/qcom/opensource/data-ipa-cfg-mgr" remote="codeaurora_vendor">
+ <linkfile dest="vendor/qcom/defs/product-defs/vendor/ipacm_vendor_product.mk" src="ipacm_vendor_product.mk" />
+ </project>
+ <project name="platform/vendor/qcom-opensource/dataservices" path="vendor/qcom/opensource/dataservices" remote="codeaurora_vendor">
+ <linkfile dest="vendor/qcom/defs/product-defs/vendor/dataservices_vendor_product.mk" src="dataservices_vendor_product.mk" />
+ </project>
+ <project name="platform/vendor/qcom-opensource/dpm" path="vendor/qcom/opensource/dpm" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom-opensource/fst-manager" path="vendor/qcom/opensource/fst-manager" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom-opensource/healthd-ext" path="vendor/qcom/opensource/healthd-ext" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom-opensource/location" path="vendor/qcom/opensource/location" remote="codeaurora_vendor">
+ <linkfile dest="vendor/qcom/defs/product-defs/vendor/gps-product-opensource.mk" src="gps_vendor_product.mk" />
+ </project>
+ <project name="platform/vendor/qcom-opensource/mmc-utils" path="vendor/qcom/opensource/mmc-utils" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom-opensource/power" path="vendor/qcom/opensource/power" remote="codeaurora_vendor">
+ <linkfile dest="vendor/qcom/defs/product-defs/vendor/power-vendor-product.mk" src="power-vendor-product.mk" />
+ <linkfile dest="vendor/qcom/defs/board-defs/vendor/power-vendor-board.mk" src="power-vendor-board.mk" />
+ </project>
+ <project name="platform/vendor/qcom-opensource/recovery-ext" path="vendor/qcom/opensource/recovery-ext" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom-opensource/shortcut-fe" path="shortcut-fe" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom-opensource/thermal-engine" path="vendor/qcom/opensource/thermal-engine" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom-opensource/time-services" path="vendor/qcom/opensource/time-services" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom-opensource/tools" path="vendor/qcom/opensource/tools" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom-opensource/usb" path="vendor/qcom/opensource/usb" remote="codeaurora_vendor">
+ <linkfile dest="vendor/qcom/defs/product-defs/vendor/usb_vendor_product.mk" src="vendor_product.mk" />
+ </project>
+ <project name="platform/vendor/qcom-opensource/vibrator" path="vendor/qcom/opensource/vibrator" remote="codeaurora_vendor">
+ <linkfile dest="vendor/qcom/defs/product-defs/vendor/vibrator_product.mk" src="vibrator-vendor-product.mk" />
+ </project>
+ <project name="platform/vendor/qcom-opensource/wigig" path="vendor/qcom/opensource/wigig" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom-opensource/wlan/fw-api" path="vendor/qcom/opensource/wlan/fw-api" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom-opensource/wlan/qca-wifi-host-cmn" path="vendor/qcom/opensource/wlan/qca-wifi-host-cmn" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom-opensource/wlan/qcacld-3.0" path="vendor/qcom/opensource/wlan/qcacld-3.0" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom-opensource/wlan/utils/sigma-dut" path="vendor/qcom/opensource/wlan/utils/sigma-dut" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom/holi" path="device/qcom/holi" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom/kona" path="device/qcom/kona" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom/lahaina" path="device/qcom/lahaina" remote="codeaurora_vendor" />
+ <project name="platform/vendor/qcom/opensource/datarmnet" path="vendor/qcom/opensource/datarmnet" remote="codeaurora_vendor">
+ <linkfile dest="vendor/qcom/defs/board-defs/vendor/datarmnet_dlkm_vendor_board.mk" src="datarmnet_dlkm_vendor_board.mk" />
+ <linkfile dest="vendor/qcom/defs/product-defs/vendor/datarmnet_dlkm_vendor_product.mk" src="datarmnet_dlkm_vendor_product.mk" />
+ </project>
+ <project name="platform/vendor/qcom/opensource/datarmnet-ext" path="vendor/qcom/opensource/datarmnet-ext" remote="codeaurora_vendor">
+ <linkfile dest="vendor/qcom/defs/board-defs/vendor/datarmnet_ext_dlkm_vendor_board.mk" src="datarmnet_ext_dlkm_vendor_board.mk" />
+ <linkfile dest="vendor/qcom/defs/product-defs/vendor/datarmnet_ext_dlkm_vendor_product.mk" src="datarmnet_ext_dlkm_vendor_product.mk" />
+ </project>
+ <project name="platform/vendor/qcom/wlan" path="device/qcom/wlan" remote="codeaurora_vendor" />
+</manifest>