blob: 12177613805a9e287525b751cb274984ee0bdee4 [file] [log] [blame]
The Android Open Source Project6cf16a52011-09-16 09:30:17 -07001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3
4 <remote name="aosp"
The Android Open Source Projectcb3ad442015-11-02 17:22:51 -08005 fetch=".."
6 review="https://android-review.googlesource.com/" />
The Android Open Source Project0b490be2016-12-05 15:13:52 -08007 <default revision="nougat-mr1-dev"
Shawn O. Pearce92ae9062011-09-23 07:36:45 -07008 remote="aosp"
9 sync-j="4" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -070010
Bill Yi0ceaa092016-08-23 10:58:00 -070011 <project path="build" name="platform/build" groups="pdk,tradefed" >
The Android Open Source Project6cf16a52011-09-16 09:30:17 -070012 <copyfile src="core/root.mk" dest="Makefile" />
13 </project>
Bill Yi0ceaa092016-08-23 10:58:00 -070014 <project path="build/blueprint" name="platform/build/blueprint" groups="pdk,tradefed" />
15 <project path="build/kati" name="platform/build/kati" groups="pdk,tradefed" />
16 <project path="build/soong" name="platform/build/soong" groups="pdk,tradefed" >
17 <linkfile src="root.bp" dest="Android.bp" />
18 <linkfile src="bootstrap.bash" dest="bootstrap.bash" />
19 </project>
The Android Open Source Project0b490be2016-12-05 15:13:52 -080020 <project path="abi/cpp" name="platform/abi/cpp" groups="pdk" />
The Android Open Source Project76efe692014-11-04 09:15:09 -080021 <project path="art" name="platform/art" groups="pdk" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -080022 <project path="bionic" name="platform/bionic" groups="pdk" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -080023 <project path="bootable/recovery" name="platform/bootable/recovery" groups="pdk" />
Bill Yi9d8d9252016-11-08 15:08:42 -080024 <project path="compatibility/cdd" name="platform/compatibility/cdd" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -070025 <project path="cts" name="platform/cts" groups="cts,pdk-cw-fs,pdk-fs" />
26 <project path="dalvik" name="platform/dalvik" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Projecta3ae5c92013-07-23 17:12:54 -070027 <project path="developers/build" name="platform/developers/build" />
28 <project path="developers/demos" name="platform/developers/demos" />
The Android Open Source Projecta3ae5c92013-07-23 17:12:54 -070029 <project path="developers/samples/android" name="platform/developers/samples/android" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -070030 <project path="development" name="platform/development" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -070031 <project path="device/asus/fugu" name="device/asus/fugu" groups="device,fugu,broadcom_pdk" />
32 <project path="device/asus/fugu-kernel" name="device/asus/fugu-kernel" groups="device,fugu,broadcom_pdk" clone-depth="1" />
33 <project path="device/common" name="device/common" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project76efe692014-11-04 09:15:09 -080034 <project path="device/generic/arm64" name="device/generic/arm64" groups="pdk" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -080035 <project path="device/generic/armv7-a-neon" name="device/generic/armv7-a-neon" groups="pdk" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -080036 <project path="device/generic/common" name="device/generic/common" groups="pdk" />
37 <project path="device/generic/goldfish" name="device/generic/goldfish" groups="pdk" />
The Android Open Source Project0b490be2016-12-05 15:13:52 -080038 <project path="device/generic/goldfish-opengl" name="device/generic/goldfish-opengl" groups="pdk" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -080039 <project path="device/generic/mips" name="device/generic/mips" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -070040 <project path="device/generic/mips64" name="device/generic/mips64" groups="pdk" />
The Android Open Source Project76efe692014-11-04 09:15:09 -080041 <project path="device/generic/mini-emulator-arm64" name="device/generic/mini-emulator-arm64" groups="pdk" />
The Android Open Source Projecta3ae5c92013-07-23 17:12:54 -070042 <project path="device/generic/mini-emulator-armv7-a-neon" name="device/generic/mini-emulator-armv7-a-neon" groups="pdk" />
43 <project path="device/generic/mini-emulator-mips" name="device/generic/mini-emulator-mips" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -070044 <project path="device/generic/mini-emulator-mips64" name="device/generic/mini-emulator-mips64" groups="pdk" />
The Android Open Source Projecta3ae5c92013-07-23 17:12:54 -070045 <project path="device/generic/mini-emulator-x86" name="device/generic/mini-emulator-x86" groups="pdk" />
The Android Open Source Project76efe692014-11-04 09:15:09 -080046 <project path="device/generic/mini-emulator-x86_64" name="device/generic/mini-emulator-x86_64" groups="pdk" />
47 <project path="device/generic/qemu" name="device/generic/qemu" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -080048 <project path="device/generic/x86" name="device/generic/x86" groups="pdk" />
The Android Open Source Project76efe692014-11-04 09:15:09 -080049 <project path="device/generic/x86_64" name="device/generic/x86_64" groups="pdk" />
The Android Open Source Project25a57702012-08-01 10:04:53 -070050 <project path="device/google/accessory/arduino" name="device/google/accessory/arduino" groups="device" />
51 <project path="device/google/accessory/demokit" name="device/google/accessory/demokit" groups="device" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -070052 <project path="device/google/atv" name="device/google/atv" groups="device,fugu,broadcom_pdk,generic_fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -070053 <project path="device/google/contexthub" name="device/google/contexthub" groups="device" />
54 <project path="device/google/dragon" name="device/google/dragon" groups="device,dragon" />
55 <project path="device/google/dragon-kernel" name="device/google/dragon-kernel" groups="device,dragon" clone-depth="1" />
The Android Open Source Project0b490be2016-12-05 15:13:52 -080056 <project path="device/google/marlin" name="device/google/marlin" groups="device,marlin" />
57 <project path="device/google/marlin-kernel" name="device/google/marlin-kernel" groups="device,marlin" clone-depth="1" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -070058 <project path="device/htc/flounder" name="device/htc/flounder" groups="device,flounder,broadcom_pdk" />
59 <project path="device/htc/flounder-kernel" name="device/htc/flounder-kernel" groups="device,flounder,broadcom_pdk" clone-depth="1" />
The Android Open Source Projectc80e0942015-11-02 16:06:17 -080060 <project path="device/huawei/angler" name="device/huawei/angler" groups="device,angler,broadcom_pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -070061 <project path="device/huawei/angler-kernel" name="device/huawei/angler-kernel" groups="device,angler,broadcom_pdk" clone-depth="1" />
62 <project path="device/intel/edison" name="device/intel/edison" groups="device" />
63 <project path="device/lge/bullhead" name="device/lge/bullhead" groups="device,bullhead" />
64 <project path="device/lge/bullhead-kernel" name="device/lge/bullhead-kernel" groups="device,bullhead" clone-depth="1" />
65 <project path="device/linaro/hikey" name="device/linaro/hikey" />
66 <project path="device/linaro/hikey-kernel" name="device/linaro/hikey-kernel" clone-depth="1" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -070067 <project path="device/moto/shamu" name="device/moto/shamu" groups="device,shamu,broadcom_pdk" />
68 <project path="device/moto/shamu-kernel" name="device/moto/shamu-kernel" groups="device,shamu,broadcom_pdk" clone-depth="1" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -080069 <project path="device/sample" name="device/sample" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -070070 <project path="docs/source.android.com" name="platform/docs/source.android.com" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -080071 <project path="external/aac" name="platform/external/aac" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -070072 <project path="external/adt-infra" name="platform/external/adt-infra" groups="adt-infra,notdefault" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -070073 <project path="external/android-clat" name="platform/external/android-clat" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -070074 <project path="external/androidplot" name="platform/external/androidplot" groups="pdk-cw-fs,pdk-fs" />
75 <project path="external/ant-glob" name="platform/external/ant-glob" groups="pdk-cw-fs,pdk-fs" />
76 <project path="external/antlr" name="platform/external/antlr" groups="pdk-cw-fs,pdk-fs" />
77 <project path="external/apache-commons-math" name="platform/external/apache-commons-math" groups="pdk-cw-fs,pdk-fs" />
78 <project path="external/apache-harmony" name="platform/external/apache-harmony" groups="pdk-cw-fs,pdk-fs" />
79 <project path="external/apache-http" name="platform/external/apache-http" groups="pdk" />
80 <project path="external/apache-xml" name="platform/external/apache-xml" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -070081 <project path="external/archive-patcher" name="platform/external/archive-patcher" groups="pdk" />
82 <project path="external/autotest" name="platform/external/autotest" />
83 <project path="external/avahi" name="platform/external/avahi" />
The Android Open Source Projecta3ae5c92013-07-23 17:12:54 -070084 <project path="external/bison" name="platform/external/bison" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -070085 <project path="external/blktrace" name="platform/external/blktrace" groups="pdk-cw-fs,pdk-fs" />
86 <project path="external/boringssl" name="platform/external/boringssl" groups="pdk" />
The Android Open Source Project76efe692014-11-04 09:15:09 -080087 <project path="external/bouncycastle" name="platform/external/bouncycastle" groups="pdk" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -080088 <project path="external/bsdiff" name="platform/external/bsdiff" groups="pdk" />
89 <project path="external/bzip2" name="platform/external/bzip2" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -070090 <project path="external/c-ares" name="platform/external/c-ares" />
91 <project path="external/caliper" name="platform/external/caliper" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -070092 <project path="external/cblas" name="platform/external/cblas" groups="pdk" />
93 <project path="external/ceres-solver" name="platform/external/ceres-solver" groups="pdk-cw-fs,pdk-fs" />
94 <project path="external/chromium-libpac" name="platform/external/chromium-libpac" groups="pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -080095 <project path="external/chromium-trace" name="platform/external/chromium-trace" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -070096 <project path="external/chromium-webview" name="platform/external/chromium-webview" groups="pdk" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -080097 <project path="external/clang" name="platform/external/clang" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -070098 <project path="external/cmockery" name="platform/external/cmockery" groups="pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -080099 <project path="external/compiler-rt" name="platform/external/compiler-rt" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700100 <project path="external/conscrypt" name="platform/external/conscrypt" groups="pdk-cw-fs,pdk-fs" />
101 <project path="external/crcalc" name="platform/external/crcalc" groups="pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700102 <project path="external/cros/system_api" name="platform/external/cros/system_api" />
103 <project path="external/curl" name="platform/external/curl" />
104 <project path="external/dagger2" name="platform/external/dagger2" />
105 <project path="external/dbus" name="platform/external/dbus" />
106 <project path="external/dbus-binding-generator" name="platform/external/dbus-binding-generator" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700107 <project path="external/deqp" name="platform/external/deqp" groups="pdk-fs" />
108 <project path="external/dexmaker" name="platform/external/dexmaker" groups="pdk-cw-fs,pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700109 <project path="external/dhcpcd-6.8.2" name="platform/external/dhcpcd-6.8.2" />
110 <project path="external/dlmalloc" name="platform/external/dlmalloc" />
111 <project path="external/dng_sdk" name="platform/external/dng_sdk" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800112 <project path="external/dnsmasq" name="platform/external/dnsmasq" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700113 <project path="external/doclava" name="platform/external/doclava" groups="pdk-cw-fs,pdk-fs" />
114 <project path="external/donuts" name="platform/external/donuts" groups="pdk-fs" />
115 <project path="external/drm_gralloc" name="platform/external/drm_gralloc" groups="drm_gralloc" />
116 <project path="external/drm_hwcomposer" name="platform/external/drm_hwcomposer" groups="drm_hwcomposer" />
117 <project path="external/droiddriver" name="platform/external/droiddriver" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800118 <project path="external/e2fsprogs" name="platform/external/e2fsprogs" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700119 <project path="external/easymock" name="platform/external/easymock" groups="pdk-cw-fs,pdk-fs" />
120 <project path="external/eclipse-basebuilder" name="platform/external/eclipse-basebuilder" groups="pdk-cw-fs,pdk-fs" />
121 <project path="external/eclipse-windowbuilder" name="platform/external/eclipse-windowbuilder" groups="pdk-cw-fs,pdk-fs" />
122 <project path="external/eigen" name="platform/external/eigen" groups="pdk" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800123 <project path="external/elfutils" name="platform/external/elfutils" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700124 <project path="external/emma" name="platform/external/emma" groups="pdk-cw-fs,pdk-fs" />
125 <project path="external/esd" name="platform/external/esd" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800126 <project path="external/expat" name="platform/external/expat" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700127 <project path="external/eyes-free" name="platform/external/eyes-free" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800128 <project path="external/f2fs-tools" name="platform/external/f2fs-tools" groups="pdk" />
129 <project path="external/fdlibm" name="platform/external/fdlibm" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700130 <project path="external/fec" name="platform/external/fec" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700131 <project path="external/fio" name="platform/external/fio" groups="pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800132 <project path="external/flac" name="platform/external/flac" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700133 <project path="external/fonttools" name="platform/external/fonttools" groups="pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800134 <project path="external/freetype" name="platform/external/freetype" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700135 <project path="external/fsck_msdos" name="platform/external/fsck_msdos" groups="pdk-cw-fs,pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700136 <project path="external/gemmlowp" name="platform/external/gemmlowp" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700137 <project path="external/giflib" name="platform/external/giflib" groups="pdk,qcom_msm8x26" />
138 <project path="external/glide" name="platform/external/glide" groups="pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700139 <project path="external/gmock" name="platform/external/gmock" groups="pdk" />
140 <project path="external/google-benchmark" name="platform/external/google-benchmark" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700141 <project path="external/google-breakpad" name="platform/external/google-breakpad" groups="dragon" />
142 <project path="external/google-fonts/carrois-gothic-sc" name="platform/external/google-fonts/carrois-gothic-sc" groups="pdk-cw-fs,pdk-fs" />
143 <project path="external/google-fonts/coming-soon" name="platform/external/google-fonts/coming-soon" groups="pdk-cw-fs,pdk-fs" />
144 <project path="external/google-fonts/cutive-mono" name="platform/external/google-fonts/cutive-mono" groups="pdk-cw-fs,pdk-fs" />
145 <project path="external/google-fonts/dancing-script" name="platform/external/google-fonts/dancing-script" groups="pdk-cw-fs,pdk-fs" />
146 <project path="external/google-tv-pairing-protocol" name="platform/external/google-tv-pairing-protocol" groups="pdk-fs" />
147 <project path="external/gptfdisk" name="platform/external/gptfdisk" groups="pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800148 <project path="external/gtest" name="platform/external/gtest" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700149 <project path="external/guava" name="platform/external/guava" groups="pdk-cw-fs,pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700150 <project path="external/guice" name="platform/external/guice" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700151 <project path="external/hamcrest" name="platform/external/hamcrest" groups="pdk-cw-fs,pdk-fs" />
152 <project path="external/harfbuzz_ng" name="platform/external/harfbuzz_ng" groups="pdk,qcom_msm8x26" />
153 <project path="external/hyphenation-patterns" name="platform/external/hyphenation-patterns" groups="pdk-fs" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800154 <project path="external/icu" name="platform/external/icu" groups="pdk" />
The Android Open Source Project0b490be2016-12-05 15:13:52 -0800155 <project path="external/ImageMagick" name="platform/external/ImageMagick" groups="pdk" />
156 <project path="external/ims" name="platform/external/ims" groups="pdk" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800157 <project path="external/iproute2" name="platform/external/iproute2" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700158 <project path="external/ipsec-tools" name="platform/external/ipsec-tools" groups="pdk-cw-fs,pdk-fs" />
159 <project path="external/iptables" name="platform/external/iptables" groups="pdk-cw-fs,pdk-fs" />
160 <project path="external/iputils" name="platform/external/iputils" groups="pdk-cw-fs,pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700161 <project path="external/iw" name="platform/external/iw" />
162 <project path="external/jacoco" name="platform/external/jacoco" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800163 <project path="external/jarjar" name="platform/external/jarjar" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700164 <project path="external/javasqlite" name="platform/external/javasqlite" groups="pdk-cw-fs,pdk-fs" />
165 <project path="external/javassist" name="platform/external/javassist" groups="pdk-cw-fs,pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700166 <project path="external/jcommander" name="platform/external/jcommander" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700167 <project path="external/jdiff" name="platform/external/jdiff" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800168 <project path="external/jemalloc" name="platform/external/jemalloc" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700169 <project path="external/jetty" name="platform/external/jetty" groups="pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800170 <project path="external/jhead" name="platform/external/jhead" groups="pdk" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800171 <project path="external/jline" name="platform/external/jline" groups="notdefault,tradefed" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700172 <project path="external/jmdns" name="platform/external/jmdns" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700173 <project path="external/jsilver" name="platform/external/jsilver" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800174 <project path="external/jsmn" name="platform/external/jsmn" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700175 <project path="external/jsoncpp" name="platform/external/jsoncpp" groups="pdk-cw-fs,pdk-fs" />
176 <project path="external/jsr305" name="platform/external/jsr305" groups="pdk-cw-fs,pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700177 <project path="external/jsr330" name="platform/external/jsr330" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700178 <project path="external/junit" name="platform/external/junit" groups="pdk-cw-fs,pdk-fs" />
179 <project path="external/kernel-headers" name="platform/external/kernel-headers" groups="pdk-cw-fs,pdk-fs" />
180 <project path="external/ksoap2" name="platform/external/ksoap2" groups="pdk-cw-fs,pdk-fs" />
181 <project path="external/libavc" name="platform/external/libavc" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700182 <project path="external/libbrillo" name="platform/external/libbrillo" />
183 <project path="external/libcap" name="platform/external/libcap" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700184 <project path="external/libcap-ng" name="platform/external/libcap-ng" groups="pdk-cw-fs,pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700185 <project path="external/libchrome" name="platform/external/libchrome" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800186 <project path="external/libcxx" name="platform/external/libcxx" groups="pdk" />
187 <project path="external/libcxxabi" name="platform/external/libcxxabi" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700188 <project path="external/libdivsufsort" name="platform/external/libdivsufsort" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700189 <project path="external/libdrm" name="platform/external/libdrm" groups="pdk" />
190 <project path="external/libedit" name="platform/external/libedit" groups="pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700191 <project path="external/libdaemon" name="platform/external/libdaemon" />
192 <project path="external/libevent" name="platform/external/libevent" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700193 <project path="external/libexif" name="platform/external/libexif" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project0b490be2016-12-05 15:13:52 -0800194 <project path="external/libgdx" name="platform/external/libgdx" groups="pdk" />
The Android Open Source Projecta3ae5c92013-07-23 17:12:54 -0700195 <project path="external/libgsm" name="platform/external/libgsm" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700196 <project path="external/libhevc" name="platform/external/libhevc" groups="pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700197 <project path="external/libjpeg-turbo" name="platform/external/libjpeg-turbo" groups="pdk" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800198 <project path="external/liblzf" name="platform/external/liblzf" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700199 <project path="external/libmicrohttpd" name="platform/external/libmicrohttpd" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700200 <project path="external/libmpeg2" name="platform/external/libmpeg2" groups="pdk" />
201 <project path="external/libmtp" name="platform/external/libmtp" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800202 <project path="external/libnfc-nci" name="platform/external/libnfc-nci" groups="pdk" />
The Android Open Source Projectd0e89012013-10-31 10:59:55 -0700203 <project path="external/libnfc-nxp" name="platform/external/libnfc-nxp" groups="pdk" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800204 <project path="external/libnl" name="platform/external/libnl" groups="pdk" />
205 <project path="external/libogg" name="platform/external/libogg" groups="pdk" />
206 <project path="external/libopus" name="platform/external/libopus" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700207 <project path="external/libpcap" name="platform/external/libpcap" groups="pdk,pdk-cw-fs,pdk-fs" />
208 <project path="external/libphonenumber" name="platform/external/libphonenumber" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800209 <project path="external/libpng" name="platform/external/libpng" groups="pdk" />
The Android Open Source Projecta3ae5c92013-07-23 17:12:54 -0700210 <project path="external/libselinux" name="platform/external/libselinux" groups="pdk" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800211 <project path="external/libunwind" name="platform/external/libunwind" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700212 <project path="external/libunwind_llvm" name="platform/external/libunwind_llvm" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700213 <project path="external/libusb" name="platform/external/libusb" groups="pdk-cw-fs,pdk-fs" />
214 <project path="external/libusb-compat" name="platform/external/libusb-compat" groups="pdk-cw-fs,pdk-fs" />
215 <project path="external/libutf" name="platform/external/libutf" groups="pdk-cw-fs,pdk-fs" />
216 <project path="external/libvncserver" name="platform/external/libvncserver" groups="pdk-cw-fs,pdk-fs" />
217 <project path="external/libvorbis" name="platform/external/libvorbis" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800218 <project path="external/libvpx" name="platform/external/libvpx" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700219 <project path="external/libvterm" name="platform/external/libvterm" groups="pdk-cw-fs,pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700220 <project path="external/libweave" name="platform/external/libweave" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700221 <project path="external/libxml2" name="platform/external/libxml2" groups="pdk-cw-fs,pdk-fs,libxml2" />
222 <project path="external/libyuv" name="platform/external/libyuv" groups="libyuv,pdk-cw-fs,pdk-fs" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700223 <project path="external/littlemock" name="platform/external/littlemock" groups="pdk-cw-fs,pdk-fs" />
224 <project path="external/lld" name="platform/external/lld" groups="pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800225 <project path="external/llvm" name="platform/external/llvm" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700226 <project path="external/ltrace" name="platform/external/ltrace" groups="pdk-cw-fs,pdk-fs" />
227 <project path="external/lz4" name="platform/external/lz4" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800228 <project path="external/lzma" name="platform/external/lzma" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700229 <project path="external/markdown" name="platform/external/markdown" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800230 <project path="external/mdnsresponder" name="platform/external/mdnsresponder" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700231 <project path="external/mesa3d" name="platform/external/mesa3d" groups="pdk-cw-fs,pdk-fs" />
232 <project path="external/messageformat" name="platform/external/messageformat" groups="pdk-cw-fs,pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700233 <project path="external/minijail" name="platform/external/minijail" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800234 <project path="external/mksh" name="platform/external/mksh" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700235 <project path="external/mmc-utils" name="platform/external/mmc-utils" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700236 <project path="external/mockftpserver" name="platform/external/mockftpserver" groups="pdk-fs" />
237 <project path="external/mockito" name="platform/external/mockito" groups="pdk-cw-fs,pdk-fs" />
238 <project path="external/mockwebserver" name="platform/external/mockwebserver" groups="pdk-cw-fs,pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700239 <project path="external/modp_b64" name="platform/external/modp_b64" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700240 <project path="external/mp4parser" name="platform/external/mp4parser" groups="pdk-cw-fs,pdk-fs" />
241 <project path="external/mtpd" name="platform/external/mtpd" groups="pdk-cw-fs,pdk-fs" />
242 <project path="external/nanohttpd" name="platform/external/nanohttpd" groups="pdk-fs" />
243 <project path="external/nanopb-c" name="platform/external/nanopb-c" groups="pdk" />
244 <project path="external/naver-fonts" name="platform/external/naver-fonts" groups="pdk-cw-fs,pdk-fs" />
245 <project path="external/netcat" name="platform/external/netcat" groups="pdk-cw-fs,pdk-fs" />
246 <project path="external/netperf" name="platform/external/netperf" groups="pdk-cw-fs,pdk-fs" />
247 <project path="external/neven" name="platform/external/neven" groups="pdk-cw-fs,pdk-fs" />
248 <project path="external/nfacct" name="platform/external/nfacct" groups="pdk-cw-fs,pdk-fs" />
249 <project path="external/nist-pkits" name="platform/external/nist-pkits" groups="pdk-cw-fs,pdk-fs" />
250 <project path="external/nist-sip" name="platform/external/nist-sip" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800251 <project path="external/noto-fonts" name="platform/external/noto-fonts" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700252 <project path="external/oauth" name="platform/external/oauth" groups="pdk-cw-fs,pdk-fs" />
253 <project path="external/objenesis" name="platform/external/objenesis" groups="pdk-cw-fs,pdk-fs" />
254 <project path="external/okhttp" name="platform/external/okhttp" groups="pdk-cw-fs,pdk-fs" />
255 <project path="external/opencv" name="platform/external/opencv" groups="pdk-cw-fs,pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700256 <project path="external/opencv3" name="platform/external/opencv3" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700257 <project path="external/owasp/sanitizer" name="platform/external/owasp/sanitizer" groups="pdk-fs" />
258 <project path="external/parameter-framework" name="platform/external/parameter-framework" groups="pdk-fs" />
259 <project path="external/pcre" name="platform/external/pcre" groups="pdk" />
260 <project path="external/pdfium" name="platform/external/pdfium" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700261 <project path="external/piex" name="platform/external/piex" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700262 <project path="external/ppp" name="platform/external/ppp" groups="pdk-cw-fs,pdk-fs" />
263 <project path="external/proguard" name="platform/external/proguard" groups="pdk" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800264 <project path="external/protobuf" name="platform/external/protobuf" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700265 <project path="external/regex-re2" name="platform/external/regex-re2" groups="pdk-cw-fs,pdk-fs" />
266 <project path="external/replicaisland" name="platform/external/replicaisland" groups="pdk-cw-fs,pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700267 <project path="external/rmi4utils" name="platform/external/rmi4utils" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700268 <project path="external/robolectric" name="platform/external/robolectric" groups="pdk-cw-fs,pdk-fs" />
269 <project path="external/roboto-fonts" name="platform/external/roboto-fonts" groups="pdk-cw-fs,pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700270 <project path="external/rootdev" name="platform/external/rootdev" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800271 <project path="external/safe-iop" name="platform/external/safe-iop" groups="pdk" />
The Android Open Source Projectd0e89012013-10-31 10:59:55 -0700272 <project path="external/scrypt" name="platform/external/scrypt" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700273 <project path="external/selinux" name="platform/external/selinux" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700274 <project path="external/shflags" name="platform/external/shflags" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700275 <project path="external/sfntly" name="platform/external/sfntly" groups="pdk,qcom_msm8x26" />
276 <project path="external/skia" name="platform/external/skia" groups="pdk,qcom_msm8x26" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700277 <project path="external/sl4a" name="platform/external/sl4a" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700278 <project path="external/slf4j" name="platform/external/slf4j" groups="pdk-fs" />
279 <project path="external/smali" name="platform/external/smali" groups="pdk-cw-fs,pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700280 <project path="external/snakeyaml" name="platform/external/snakeyaml" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700281 <project path="external/sonic" name="platform/external/sonic" groups="pdk" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800282 <project path="external/sonivox" name="platform/external/sonivox" groups="pdk" />
283 <project path="external/speex" name="platform/external/speex" groups="pdk" />
284 <project path="external/sqlite" name="platform/external/sqlite" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700285 <project path="external/squashfs-tools" name="platform/external/squashfs-tools" groups="pdk" />
286 <project path="external/srtp" name="platform/external/srtp" groups="pdk-cw-fs,pdk-fs" />
287 <project path="external/strace" name="platform/external/strace" groups="pdk-cw-fs,pdk-fs" />
288 <project path="external/svox" name="platform/external/svox" groups="pdk-cw-fs,pdk-fs" />
289 <project path="external/tagsoup" name="platform/external/tagsoup" groups="pdk-cw-fs,pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700290 <project path="external/testng" name="platform/external/testng" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700291 <project path="external/tcpdump" name="platform/external/tcpdump" groups="pdk,pdk-cw-fs,pdk-fs" />
292 <project path="external/timezonepicker-support" name="platform/external/timezonepicker-support" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800293 <project path="external/tinyalsa" name="platform/external/tinyalsa" groups="pdk" />
The Android Open Source Projectd0e89012013-10-31 10:59:55 -0700294 <project path="external/tinycompress" name="platform/external/tinycompress" groups="pdk" />
The Android Open Source Projecta3ae5c92013-07-23 17:12:54 -0700295 <project path="external/tinyxml" name="platform/external/tinyxml" groups="pdk" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800296 <project path="external/tinyxml2" name="platform/external/tinyxml2" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700297 <project path="external/tlsdate" name="platform/external/tlsdate" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700298 <project path="external/toybox" name="platform/external/toybox" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700299 <project path="external/tpm2" name="platform/external/tpm2" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800300 <project path="external/tremolo" name="platform/external/tremolo" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700301 <project path="external/unicode" name="platform/external/unicode" groups="pdk" />
The Android Open Source Project0b490be2016-12-05 15:13:52 -0800302 <project path="external/universal-tween-engine" name="platform/external/universal-tween-engine" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700303 <project path="external/v8" name="platform/external/v8" groups="pdk" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800304 <project path="external/valgrind" name="platform/external/valgrind" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700305 <project path="external/vboot_reference" name="platform/external/vboot_reference" groups="vboot" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800306 <project path="external/vixl" name="platform/external/vixl" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700307 <project path="external/vogar" name="platform/external/vogar" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700308 <project path="external/vulkan-validation-layers" name="platform/external/vulkan-validation-layers" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700309 <project path="external/webp" name="platform/external/webp" groups="pdk,qcom_msm8x26" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800310 <project path="external/webrtc" name="platform/external/webrtc" groups="pdk" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800311 <project path="external/wpa_supplicant_8" name="platform/external/wpa_supplicant_8" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700312 <project path="external/xmlrpcpp" name="platform/external/xmlrpcpp" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700313 <project path="external/xmlwriter" name="platform/external/xmlwriter" groups="pdk-cw-fs,pdk-fs" />
314 <project path="external/xmp_toolkit" name="platform/external/xmp_toolkit" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800315 <project path="external/zlib" name="platform/external/zlib" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700316 <project path="external/zopfli" name="platform/external/zopfli" groups="pdk-cw-fs,pdk-fs" />
317 <project path="external/zxing" name="platform/external/zxing" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800318 <project path="frameworks/av" name="platform/frameworks/av" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700319 <project path="frameworks/base" name="platform/frameworks/base" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800320 <project path="frameworks/compile/libbcc" name="platform/frameworks/compile/libbcc" groups="pdk" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800321 <project path="frameworks/compile/mclinker" name="platform/frameworks/compile/mclinker" groups="pdk" />
The Android Open Source Projecta3ae5c92013-07-23 17:12:54 -0700322 <project path="frameworks/compile/slang" name="platform/frameworks/compile/slang" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700323 <project path="frameworks/ex" name="platform/frameworks/ex" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700324 <project path="frameworks/minikin" name="platform/frameworks/minikin" groups="pdk-cw-fs,pdk-fs" />
325 <project path="frameworks/ml" name="platform/frameworks/ml" groups="pdk-cw-fs,pdk-fs" />
326 <project path="frameworks/multidex" name="platform/frameworks/multidex" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800327 <project path="frameworks/native" name="platform/frameworks/native" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700328 <project path="frameworks/opt/bitmap" name="platform/frameworks/opt/bitmap" groups="pdk-fs" />
329 <project path="frameworks/opt/bluetooth" name="platform/frameworks/opt/bluetooth" groups="pdk-cw-fs,pdk-fs" />
330 <project path="frameworks/opt/calendar" name="platform/frameworks/opt/calendar" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700331 <project path="frameworks/opt/chips" name="platform/frameworks/opt/chips" groups="pdk-cw-fs,pdk-fs" />
332 <project path="frameworks/opt/colorpicker" name="platform/frameworks/opt/colorpicker" groups="pdk-cw-fs,pdk-fs" />
333 <project path="frameworks/opt/datetimepicker" name="platform/frameworks/opt/datetimepicker" groups="pdk-cw-fs,pdk-fs" />
334 <project path="frameworks/opt/emoji" name="platform/frameworks/opt/emoji" groups="pdk-cw-fs,pdk-fs" />
335 <project path="frameworks/opt/inputconnectioncommon" name="platform/frameworks/opt/inputconnectioncommon" groups="pdk-fs" />
336 <project path="frameworks/opt/inputmethodcommon" name="platform/frameworks/opt/inputmethodcommon" groups="pdk-cw-fs,pdk-fs" />
337 <project path="frameworks/opt/net/ethernet" name="platform/frameworks/opt/net/ethernet" groups="pdk-fs" />
338 <project path="frameworks/opt/net/ims" name="platform/frameworks/opt/net/ims" groups="frameworks_ims,pdk-cw-fs,pdk-fs" />
339 <project path="frameworks/opt/net/voip" name="platform/frameworks/opt/net/voip" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800340 <project path="frameworks/opt/net/wifi" name="platform/frameworks/opt/net/wifi" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700341 <project path="frameworks/opt/photoviewer" name="platform/frameworks/opt/photoviewer" groups="pdk-cw-fs,pdk-fs" />
342 <project path="frameworks/opt/setupwizard" name="platform/frameworks/opt/setupwizard" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Projecta3ae5c92013-07-23 17:12:54 -0700343 <project path="frameworks/opt/telephony" name="platform/frameworks/opt/telephony" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700344 <project path="frameworks/opt/timezonepicker" name="platform/frameworks/opt/timezonepicker" groups="pdk-cw-fs,pdk-fs" />
345 <project path="frameworks/opt/vcard" name="platform/frameworks/opt/vcard" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800346 <project path="frameworks/rs" name="platform/frameworks/rs" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700347 <project path="frameworks/support" name="platform/frameworks/support" groups="pdk-cw-fs,pdk-fs" />
348 <project path="frameworks/data-binding" name="platform/frameworks/data-binding" groups="pdk-cw-fs,pdk-fs" />
349 <project path="frameworks/volley" name="platform/frameworks/volley" groups="pdk-cw-fs,pdk-fs" />
350 <project path="frameworks/webview" name="platform/frameworks/webview" groups="pdk-cw-fs,pdk-fs" />
351 <project path="frameworks/wilhelm" name="platform/frameworks/wilhelm" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project70c902c2013-03-01 10:45:06 -0800352 <project path="hardware/akm" name="platform/hardware/akm" />
The Android Open Source Projecta3ae5c92013-07-23 17:12:54 -0700353 <project path="hardware/broadcom/libbt" name="platform/hardware/broadcom/libbt" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700354 <project path="hardware/broadcom/wlan" name="platform/hardware/broadcom/wlan" groups="pdk,broadcom_wlan" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700355 <project path="hardware/bsp/intel" name="platform/hardware/bsp/intel" />
356 <project path="hardware/google/apf" name="platform/hardware/google/apf" groups="pdk" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800357 <project path="hardware/intel/audio_media" name="platform/hardware/intel/audio_media" groups="intel" />
358 <project path="hardware/intel/bootstub" name="platform/hardware/intel/bootstub" groups="intel" />
359 <project path="hardware/intel/common/bd_prov" name="platform/hardware/intel/common/bd_prov" groups="intel" />
360 <project path="hardware/intel/common/libmix" name="platform/hardware/intel/common/libmix" groups="intel" />
361 <project path="hardware/intel/common/libstagefrighthw" name="platform/hardware/intel/common/libstagefrighthw" groups="intel" />
362 <project path="hardware/intel/common/libva" name="platform/hardware/intel/common/libva" groups="intel" />
363 <project path="hardware/intel/common/libwsbm" name="platform/hardware/intel/common/libwsbm" groups="intel" />
364 <project path="hardware/intel/common/omx-components" name="platform/hardware/intel/common/omx-components" groups="intel" />
365 <project path="hardware/intel/common/utils" name="platform/hardware/intel/common/utils" groups="intel" />
366 <project path="hardware/intel/common/wrs_omxil_core" name="platform/hardware/intel/common/wrs_omxil_core" groups="intel" />
367 <project path="hardware/intel/img/hwcomposer" name="platform/hardware/intel/img/hwcomposer" groups="intel" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800368 <project path="hardware/intel/img/psb_headers" name="platform/hardware/intel/img/psb_headers" groups="intel" />
369 <project path="hardware/intel/img/psb_video" name="platform/hardware/intel/img/psb_video" groups="intel" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700370 <project path="hardware/intel/sensors" name="platform/hardware/intel/sensors" groups="intel_sensors" />
The Android Open Source Project84e45732013-03-01 10:42:55 -0800371 <project path="hardware/invensense" name="platform/hardware/invensense" groups="invensense" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800372 <project path="hardware/libhardware" name="platform/hardware/libhardware" groups="pdk" />
373 <project path="hardware/libhardware_legacy" name="platform/hardware/libhardware_legacy" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700374 <project path="hardware/marvell/bt" name="platform/hardware/marvell/bt" groups="marvell_bt" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800375 <project path="hardware/qcom/audio" name="platform/hardware/qcom/audio" groups="qcom,qcom_audio" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700376 <project path="hardware/qcom/bootctrl" name="platform/hardware/qcom/bootctrl" groups="pdk" />
The Android Open Source Project84e45732013-03-01 10:42:55 -0800377 <project path="hardware/qcom/bt" name="platform/hardware/qcom/bt" groups="qcom" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700378 <project path="hardware/qcom/camera" name="platform/hardware/qcom/camera" groups="qcom" />
379 <project path="hardware/qcom/display" name="platform/hardware/qcom/display" groups="pdk,qcom,qcom_display" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800380 <project path="hardware/qcom/gps" name="platform/hardware/qcom/gps" groups="qcom,qcom_gps" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700381 <project path="hardware/qcom/keymaster" name="platform/hardware/qcom/keymaster" groups="qcom,qcom_keymaster" />
The Android Open Source Project84e45732013-03-01 10:42:55 -0800382 <project path="hardware/qcom/media" name="platform/hardware/qcom/media" groups="qcom" />
The Android Open Source Projecta3ae5c92013-07-23 17:12:54 -0700383 <project path="hardware/qcom/msm8960" name="platform/hardware/qcom/msm8960" groups="qcom_msm8960" />
The Android Open Source Projectc80e0942015-11-02 16:06:17 -0800384 <project path="hardware/qcom/msm8994" name="platform/hardware/qcom/msm8994" groups="qcom_msm8994" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700385 <project path="hardware/qcom/msm8996" name="platform/hardware/qcom/msm8996" groups="qcom_msm8996" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800386 <project path="hardware/qcom/msm8x26" name="platform/hardware/qcom/msm8x26" groups="qcom_msm8x26" />
387 <project path="hardware/qcom/msm8x27" name="platform/hardware/qcom/msm8x27" groups="qcom_msm8x27" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800388 <project path="hardware/qcom/msm8x84" name="platform/hardware/qcom/msm8x84" groups="qcom_msm8x84" />
The Android Open Source Project84e45732013-03-01 10:42:55 -0800389 <project path="hardware/qcom/power" name="platform/hardware/qcom/power" groups="qcom" />
The Android Open Source Project84e45732013-03-01 10:42:55 -0800390 <project path="hardware/qcom/wlan" name="platform/hardware/qcom/wlan" groups="qcom_wlan" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800391 <project path="hardware/ril" name="platform/hardware/ril" groups="pdk" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800392 <project path="hardware/ti/omap3" name="platform/hardware/ti/omap3" groups="omap3" />
393 <project path="hardware/ti/omap4-aah" name="platform/hardware/ti/omap4-aah" groups="omap4-aah" />
The Android Open Source Project84e45732013-03-01 10:42:55 -0800394 <project path="hardware/ti/omap4xxx" name="platform/hardware/ti/omap4xxx" groups="omap4" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800395 <project path="libcore" name="platform/libcore" groups="pdk" />
396 <project path="libnativehelper" name="platform/libnativehelper" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700397 <project path="ndk" name="platform/ndk" groups="generic_fs" />
398 <project path="packages/apps/BasicSmsReceiver" name="platform/packages/apps/BasicSmsReceiver" groups="pdk-cw-fs,pdk-fs" />
399 <project path="packages/apps/Bluetooth" name="platform/packages/apps/Bluetooth" groups="pdk-cw-fs,pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700400 <project path="packages/apps/Browser2" name="platform/packages/apps/Browser2" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700401 <project path="packages/apps/Calculator" name="platform/packages/apps/Calculator" groups="pdk-fs" />
402 <project path="packages/apps/Calendar" name="platform/packages/apps/Calendar" groups="pdk-fs" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700403 <project path="packages/apps/Camera2" name="platform/packages/apps/Camera2" groups="pdk-fs" />
404 <project path="packages/apps/CarrierConfig" name="platform/packages/apps/CarrierConfig" groups="pdk-fs" />
405 <project path="packages/apps/CellBroadcastReceiver" name="platform/packages/apps/CellBroadcastReceiver" groups="pdk-fs" />
406 <project path="packages/apps/CertInstaller" name="platform/packages/apps/CertInstaller" groups="pdk-cw-fs,pdk-fs" />
407 <project path="packages/apps/Contacts" name="platform/packages/apps/Contacts" groups="pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700408 <project path="packages/apps/ContactsCommon" name="platform/packages/apps/ContactsCommon" groups="pdk-fs" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700409 <project path="packages/apps/DeskClock" name="platform/packages/apps/DeskClock" groups="pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700410 <project path="packages/apps/DevCamera" name="platform/packages/apps/DevCamera" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700411 <project path="packages/apps/Dialer" name="platform/packages/apps/Dialer" groups="pdk-fs" />
412 <project path="packages/apps/Email" name="platform/packages/apps/Email" groups="pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700413 <project path="packages/apps/EmergencyInfo" name="platform/packages/apps/EmergencyInfo" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700414 <project path="packages/apps/ExactCalculator" name="platform/packages/apps/ExactCalculator" groups="pdk-fs" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700415 <project path="packages/apps/Gallery" name="platform/packages/apps/Gallery" groups="pdk-fs" />
416 <project path="packages/apps/Gallery2" name="platform/packages/apps/Gallery2" groups="pdk-fs" />
417 <project path="packages/apps/HTMLViewer" name="platform/packages/apps/HTMLViewer" groups="pdk-fs" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700418 <project path="packages/apps/KeyChain" name="platform/packages/apps/KeyChain" groups="pdk-fs" />
419 <project path="packages/apps/Launcher2" name="platform/packages/apps/Launcher2" groups="pdk-fs" />
420 <project path="packages/apps/Launcher3" name="platform/packages/apps/Launcher3" groups="pdk-fs" />
421 <project path="packages/apps/LegacyCamera" name="platform/packages/apps/LegacyCamera" groups="pdk-fs" />
422 <project path="packages/apps/ManagedProvisioning" name="platform/packages/apps/ManagedProvisioning" groups="pdk-fs" />
423 <project path="packages/apps/Messaging" name="platform/packages/apps/Messaging" groups="pdk-fs" />
424 <project path="packages/apps/Music" name="platform/packages/apps/Music" groups="pdk-fs" />
425 <project path="packages/apps/MusicFX" name="platform/packages/apps/MusicFX" groups="pdk-fs" />
426 <project path="packages/apps/Nfc" name="platform/packages/apps/Nfc" groups="apps_nfc,pdk-fs" />
427 <project path="packages/apps/OneTimeInitializer" name="platform/packages/apps/OneTimeInitializer" groups="pdk-fs" />
428 <project path="packages/apps/PackageInstaller" name="platform/packages/apps/PackageInstaller" groups="pdk-fs" />
429 <project path="packages/apps/Phone" name="platform/packages/apps/Phone" groups="pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700430 <project path="packages/apps/PhoneCommon" name="platform/packages/apps/PhoneCommon" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700431 <project path="packages/apps/Protips" name="platform/packages/apps/Protips" groups="pdk-fs" />
432 <project path="packages/apps/Provision" name="platform/packages/apps/Provision" groups="pdk-fs" />
433 <project path="packages/apps/QuickSearchBox" name="platform/packages/apps/QuickSearchBox" groups="pdk-fs" />
The Android Open Source Project0b490be2016-12-05 15:13:52 -0800434 <project path="packages/apps/SafetyRegulatoryInfo" name="platform/packages/apps/SafetyRegulatoryInfo" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700435 <project path="packages/apps/Settings" name="platform/packages/apps/Settings" groups="pdk-fs" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700436 <project path="packages/apps/SoundRecorder" name="platform/packages/apps/SoundRecorder" groups="pdk-fs" />
437 <project path="packages/apps/SpareParts" name="platform/packages/apps/SpareParts" groups="pdk-fs" />
438 <project path="packages/apps/SpeechRecorder" name="platform/packages/apps/SpeechRecorder" groups="pdk-fs" />
439 <project path="packages/apps/Stk" name="platform/packages/apps/Stk" groups="apps_stk,pdk-fs" />
The Android Open Source Project0b490be2016-12-05 15:13:52 -0800440 <project path="packages/apps/StorageManager" name="platform/packages/apps/StorageManager" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700441 <project path="packages/apps/Tag" name="platform/packages/apps/Tag" groups="pdk-fs" />
442 <project path="packages/apps/Terminal" name="platform/packages/apps/Terminal" groups="pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700443 <project path="packages/apps/Test/connectivity" name="platform/packages/apps/Test/connectivity" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700444 <project path="packages/apps/TvSettings" name="platform/packages/apps/TvSettings" groups="generic_fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700445 <project path="packages/apps/TV" name="platform/packages/apps/TV" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700446 <project path="packages/apps/UnifiedEmail" name="platform/packages/apps/UnifiedEmail" groups="pdk-fs" />
The Android Open Source Project0b490be2016-12-05 15:13:52 -0800447 <project path="packages/apps/WallpaperPicker" name="platform/packages/apps/WallpaperPicker" />
The Android Open Source Project6cf16a52011-09-16 09:30:17 -0700448 <project path="packages/experimental" name="platform/packages/experimental" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700449 <project path="packages/inputmethods/LatinIME" name="platform/packages/inputmethods/LatinIME" groups="pdk-fs" />
450 <project path="packages/inputmethods/OpenWnn" name="platform/packages/inputmethods/OpenWnn" groups="pdk-fs" />
451 <project path="packages/providers/ApplicationsProvider" name="platform/packages/providers/ApplicationsProvider" groups="pdk-fs" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700452 <project path="packages/providers/BlockedNumberProvider" name="platform/packages/providers/BlockedNumberProvider" groups="pdk-fs" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700453 <project path="packages/providers/BookmarkProvider" name="platform/packages/providers/BookmarkProvider" groups="pdk-fs" />
454 <project path="packages/providers/CalendarProvider" name="platform/packages/providers/CalendarProvider" groups="pdk-cw-fs,pdk-fs" />
455 <project path="packages/providers/CallLogProvider" name="platform/packages/providers/CallLogProvider" groups="pdk-fs" />
456 <project path="packages/providers/ContactsProvider" name="platform/packages/providers/ContactsProvider" groups="pdk-cw-fs,pdk-fs" />
457 <project path="packages/providers/DownloadProvider" name="platform/packages/providers/DownloadProvider" groups="pdk-cw-fs,pdk-fs" />
458 <project path="packages/providers/MediaProvider" name="platform/packages/providers/MediaProvider" groups="pdk-cw-fs,pdk-fs" />
459 <project path="packages/providers/PartnerBookmarksProvider" name="platform/packages/providers/PartnerBookmarksProvider" groups="pdk-fs" />
460 <project path="packages/providers/TelephonyProvider" name="platform/packages/providers/TelephonyProvider" groups="pdk-cw-fs,pdk-fs" />
461 <project path="packages/providers/TvProvider" name="platform/packages/providers/TvProvider" groups="pdk-fs" />
462 <project path="packages/providers/UserDictionaryProvider" name="platform/packages/providers/UserDictionaryProvider" groups="pdk-cw-fs,pdk-fs" />
463 <project path="packages/screensavers/Basic" name="platform/packages/screensavers/Basic" groups="pdk-fs" />
464 <project path="packages/screensavers/PhotoTable" name="platform/packages/screensavers/PhotoTable" groups="pdk-fs" />
465 <project path="packages/screensavers/WebView" name="platform/packages/screensavers/WebView" groups="pdk-fs" />
The Android Open Source Project0b490be2016-12-05 15:13:52 -0800466 <project path="packages/services/Car" name="platform/packages/services/Car" groups="adp8064,pdk-cw-fs,pdk-fs" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700467 <project path="packages/services/Mms" name="platform/packages/services/Mms" groups="pdk-cw-fs,pdk-fs" />
468 <project path="packages/services/Telecomm" name="platform/packages/services/Telecomm" groups="pdk-cw-fs,pdk-fs" />
469 <project path="packages/services/Telephony" name="platform/packages/services/Telephony" groups="pdk-cw-fs,pdk-fs" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700470 <project path="packages/wallpapers/LivePicker" name="platform/packages/wallpapers/LivePicker" groups="pdk-fs" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800471 <project path="pdk" name="platform/pdk" groups="pdk" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700472 <project path="platform_testing" name="platform/platform_testing" />
473 <project path="prebuilts/android-emulator" name="platform/prebuilts/android-emulator" groups="pdk-fs" clone-depth="1" />
The Android Open Source Project0b490be2016-12-05 15:13:52 -0800474 <project path="prebuilts/clang/darwin-x86/host/3.6" name="platform/prebuilts/clang/darwin-x86/host/3.6" groups="pdk,darwin" />
475 <project path="prebuilts/clang/linux-x86/host/3.6" name="platform/prebuilts/clang/linux-x86/host/3.6" groups="pdk,linux" />
476 <project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="pdk,darwin" />
477 <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700478 <project path="prebuilts/deqp" name="platform/prebuilts/deqp" groups="pdk-fs" />
The Android Open Source Project0b490be2016-12-05 15:13:52 -0800479 <project path="prebuilts/devtools" name="platform/prebuilts/devtools" groups="pdk-fs" />
480 <project path="prebuilts/eclipse" name="platform/prebuilts/eclipse" groups="pdk" />
481 <project path="prebuilts/eclipse-build-deps" name="platform/prebuilts/eclipse-build-deps" groups="notdefault,eclipse" />
482 <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" />
483 <project path="prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8" name="platform/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8" groups="pdk,darwin,arm" />
484 <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" />
485 <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" />
486 <project path="prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9" groups="pdk,darwin,mips" />
487 <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" />
488 <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" />
489 <project path="prebuilts/gcc/linux-x86/arm/arm-eabi-4.8" name="platform/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8" groups="pdk,linux,arm" />
490 <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" />
491 <project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8" groups="pdk,linux" />
492 <project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" groups="pdk,linux" />
493 <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" />
494 <project path="prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9" groups="pdk,linux,mips" />
495 <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" />
496 <project path="prebuilts/gdb/darwin-x86" name="platform/prebuilts/gdb/darwin-x86" groups="darwin" />
497 <project path="prebuilts/gdb/linux-x86" name="platform/prebuilts/gdb/linux-x86" groups="linux" />
498 <project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" groups="darwin,tradefed" />
499 <project path="prebuilts/go/linux-x86" name="platform/prebuilts/go/linux-x86" groups="linux,tradefed" />
500 <project path="prebuilts/gradle-plugin" name="platform/prebuilts/gradle-plugin" groups="pdk-cw-fs,pdk-fs" />
501 <project path="prebuilts/libs/libedit" name="platform/prebuilts/libs/libedit" groups="pdk-cw-fs,pdk-fs" />
502 <project path="prebuilts/maven_repo/android" name="platform/prebuilts/maven_repo/android" groups="pdk-cw-fs,pdk-fs" />
503 <project path="prebuilts/misc" name="platform/prebuilts/misc" groups="pdk" />
504 <project path="prebuilts/ndk" name="platform/prebuilts/ndk" groups="pdk" />
505 <project path="prebuilts/ninja/darwin-x86" name="platform/prebuilts/ninja/darwin-x86" groups="darwin,pdk,tradefed" />
506 <project path="prebuilts/ninja/linux-x86" name="platform/prebuilts/ninja/linux-x86" groups="linux,pdk,tradefed" />
507 <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" />
508 <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" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800509 <project path="prebuilts/qemu-kernel" name="platform/prebuilts/qemu-kernel" groups="pdk" clone-depth="1" />
The Android Open Source Project0b490be2016-12-05 15:13:52 -0800510 <project path="prebuilts/sdk" name="platform/prebuilts/sdk" groups="pdk" />
511 <project path="prebuilts/tools" name="platform/prebuilts/tools" groups="pdk,tools" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700512 <project path="sdk" name="platform/sdk" groups="pdk-cw-fs,pdk-fs" />
513 <project path="system/bt" name="platform/system/bt" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700514 <project path="system/ca-certificates" name="platform/system/ca-certificates" groups="pdk" />
515 <project path="system/connectivity/apmanager" name="platform/system/connectivity/apmanager" />
516 <project path="system/connectivity/dhcp_client" name="platform/system/connectivity/dhcp_client" />
517 <project path="system/connectivity/shill" name="platform/system/connectivity/shill" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800518 <project path="system/core" name="platform/system/core" groups="pdk" />
519 <project path="system/extras" name="platform/system/extras" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700520 <project path="system/firewalld" name="platform/system/firewalld" />
The Android Open Source Project381a8b52015-10-05 13:49:08 -0700521 <project path="system/gatekeeper" name="platform/system/gatekeeper" groups="pdk" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800522 <project path="system/keymaster" name="platform/system/keymaster" groups="pdk" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800523 <project path="system/media" name="platform/system/media" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700524 <project path="system/nativepower" name="platform/system/nativepower" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800525 <project path="system/netd" name="platform/system/netd" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700526 <project path="system/nvram" name="platform/system/nvram" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800527 <project path="system/security" name="platform/system/security" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700528 <project path="system/sepolicy" name="platform/system/sepolicy" groups="pdk" />
529 <project path="system/tools/aidl" name="platform/system/tools/aidl" groups="pdk-cw-fs,pdk-fs" />
530 <project path="system/tpm" name="platform/system/tpm" />
531 <project path="system/update_engine" name="platform/system/update_engine" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800532 <project path="system/vold" name="platform/system/vold" groups="pdk" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700533 <project path="system/weaved" name="platform/system/weaved" />
534 <project path="system/webservd" name="platform/system/webservd" />
535 <project path="toolchain/binutils" name="toolchain/binutils" />
The Android Open Source Projectced9b332013-05-15 12:11:45 -0700536 <project path="tools/adt/idea" name="platform/tools/adt/idea" groups="notdefault,tools" />
The Android Open Source Project596d9d92012-12-12 08:39:37 -0800537 <project path="tools/base" name="platform/tools/base" groups="notdefault,tools" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800538 <project path="tools/build" name="platform/tools/build" groups="notdefault,tools" />
The Android Open Source Projecte4b6c172013-01-08 09:35:40 -0800539 <project path="tools/external/fat32lib" name="platform/tools/external/fat32lib" groups="tools" />
The Android Open Source Projectd0e89012013-10-31 10:59:55 -0700540 <project path="tools/external/gradle" name="platform/tools/external/gradle" groups="tools" />
The Android Open Source Projectced9b332013-05-15 12:11:45 -0700541 <project path="tools/idea" name="platform/tools/idea" groups="notdefault,tools" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800542 <project path="tools/loganalysis" name="platform/tools/loganalysis" groups="notdefault,tradefed" />
The Android Open Source Project7fb2e542013-02-12 10:08:29 -0800543 <project path="tools/motodev" name="platform/tools/motodev" groups="notdefault,motodev" />
The Android Open Source Projectd0e89012013-10-31 10:59:55 -0700544 <project path="tools/studio/cloud" name="platform/tools/studio/cloud" groups="notdefault,tools" />
The Android Open Source Projectb1bab4d2012-12-14 11:13:57 -0800545 <project path="tools/swt" name="platform/tools/swt" groups="notdefault,tools" />
Bill Yi0ceaa092016-08-23 10:58:00 -0700546 <project path="tools/test/connectivity" name="platform/tools/test/connectivity" />
The Android Open Source Project76efe692014-11-04 09:15:09 -0800547 <project path="tools/tradefederation" name="platform/tools/tradefederation" groups="notdefault,tradefed" />
Jean-Baptiste Queruf03f6202011-09-28 10:14:44 -0700548
The Android Open Source Project6cf16a52011-09-16 09:30:17 -0700549</manifest>