Compare commits

...

251 Commits

Author SHA1 Message Date
Xin Li
8d0418c8a0 DO NOT MERGE ANYWHERE - Update master-cuttlefish-testing to use main branch.
Bug: b/289400079
Change-Id: Ie514ac43033c24cd6f864b5e4b32569494607ba1
2023-07-31 09:32:03 -07:00
Xin Li
e73515b2f0 Added packages/modules/DnsResolver.
am: 2ba2e0cb20

Change-Id: Ia09f54a77c8524961b0fc64020b13ab8be697785
2019-07-27 02:51:54 -07:00
Xin Li
2ba2e0cb20 Added packages/modules/DnsResolver.
Bug: 134997188
Merged-In: Ibfd1758b960d40cd8c2648b7a3cb11790f95da1e
Change-Id: Ibfd1758b960d40cd8c2648b7a3cb11790f95da1e
2019-07-27 08:32:58 +00:00
Xin Li
bf2b1e3f01 Reduce diff against internal manifest.
am: acb1db0d85

Change-Id: Ia9c11b94ff1262cff841d216ecd73a5dda3be25e
2019-07-25 22:38:27 -07:00
Xin Li
acb1db0d85 Reduce diff against internal manifest.
Bug: 134997188
Merged-In: Idd0e37954cedfb29f6569d73462eb5b49a01406d
Change-Id: I961afbb92f86a19040eb8317e060d5ce38dbe481
2019-07-25 23:49:36 +00:00
Yabin Cui
56715189e4 Add platform/external/OpenCSD to the manifest.
am: c34f6c20e6

Change-Id: Ia80c554851bc1315cf8aa16e0a8bafd2c2f4366a
2019-07-23 15:47:35 -07:00
Yabin Cui
c34f6c20e6 Add platform/external/OpenCSD to the manifest.
Bug: 135204414
Change-Id: I22dab695b185539432c81aeacbb59889793a6bcd
Merged-In: Ia7bf2f7d7b63482b2dc082b95e37c28052049603
Merged-In: If777e6b4d91fd3fc0d94beb143ad74adbc48daab
Merged-In: If0b8edabe011a90ba509082169c8ff486b242b0f
2019-07-23 17:32:09 +00:00
atrost
b1cc9ad285 Add new compat project tools/platform-compat to the manifest.
am: 1fc10928a0

Change-Id: If765be127e0b2c95cc31a87d890ae81c66756f9b
2019-07-22 10:56:25 -07:00
atrost
1fc10928a0 Add new compat project tools/platform-compat to the manifest.
Following the instructions in
https://yaqs.googleplex.com/eng/q/5834446267744256

Change-Id: I80023003de9718346b2edfa72f8eed8f4d4bf0eb
2019-07-18 17:15:14 +00:00
Elliott Hughes
5a34d78c47 Remove external/perf_data_converter.
am: 86b0b37cd4

Change-Id: Ibb7768ac6383116a934f57ab2e059e9e5d7ca45b
2019-07-17 08:20:41 -07:00
Elliott Hughes
86b0b37cd4 Remove external/perf_data_converter.
perfprofd is dead and gone.

Test: builds
Change-Id: Id6f05c85bc5bc404ca0ef3be31dfae692933208d
2019-07-16 16:04:40 -07:00
Greg Hartman
ffae614578 Add libepoxy to aosp master manifest
am: c44d64693c

Change-Id: Iec3d2248aa6545663c828bacf2a7aba39593ea87
2019-07-15 16:25:08 -07:00
Greg Hartman
c44d64693c Add libepoxy to aosp master manifest
Test: Local checkbuild
BUG: 123765087
BUG: 123764798 (Milestone)
BUG: 77276633 (OKR)
Change-Id: Id1b653c310d75c03c95a368a98b6f67fd7625b7b
2019-07-12 12:00:22 -07:00
Xin Li
711d7dc178 Revert "Use the persistent-https URL for vendor blobs."
am: f5e0a6d029

Change-Id: I0429725da453c880feffa949ce4a5648aabbf634
2019-06-24 09:46:30 -07:00
Xin Li
f5e0a6d029 Revert "Use the persistent-https URL for vendor blobs."
This reverts commit f7b6d01681.

Reason for revert: seems to break aosp-master-with-phones build

Change-Id: Ib9615cdd9da09d40ae7102978e502c9ed0120077
2019-06-24 16:28:07 +00:00
Jeff Vander Stoep
93db6f0c48 Build CrosVM for Cuttlefish
am: a536f7c47a

Change-Id: I284ff8109049bc886eb6247e28861ceedb8df8f9
2019-06-21 10:24:58 -07:00
Jeff Vander Stoep
a536f7c47a Build CrosVM for Cuttlefish
CrosVM is a secure hypervisor which Cuttlefish [1] now uses instead
of QEMU on GCE [2]. It is primarily written in Rust.

CrosVM requires:
-Two chromium projects: adhd [3] and crosvm [4].
-Three crates: byteorder [5], libc [6], and remain [7].
-A Rust toolchain prebuilt which we are building from [8].

[1] https://github.com/google/android-cuttlefish
[2] https://cloud.google.com/compute/docs/
[3] https://chromium.googlesource.com/chromiumos/third_party/adhd/
[4] https://chromium.googlesource.com/chromiumos/platform/crosvm/
[5] https://github.com/BurntSushi/byteorder
[6] https://crates.io/crates/libc
[7] https://github.com/dtolnay/remain
[8] https://static.rust-lang.org/dist/rustc-1.35.0-src.tar.gz

Bug: 133498409
Test: repo init -b <manifest with this commit>
    repo sync -j20
2019-06-21 16:53:17 +00:00
Xin Li
9f342d5d00 Use the persistent-https URL for vendor blobs.
am: f7b6d01681

Change-Id: I1dc26a7035b33bb6c69ba279681a5b17a2e9d0bc
2019-06-21 08:02:31 -07:00
Xin Li
f7b6d01681 Use the persistent-https URL for vendor blobs.
Change-Id: I4072d09030bc176622f6355124a9aa3df78c5484
2019-06-20 16:43:10 -07:00
Colin Cross
29542b84ad Add path to bpfmt for global preupload
am: 945608f59c

Change-Id: I1f1c90285decb270239a0efb27e612f507c230b2
2019-06-20 13:30:08 -07:00
Colin Cross
945608f59c Add path to bpfmt for global preupload
Add the path to bpfmt so that it can be enabled in individual
projects.  Don't enable it globally yet.

Bug: 132785638
Test: manual
Change-Id: Ib05950433ba5a0934853b9947324c7fe5c931b16
2019-06-18 11:15:02 -07:00
Colin Cross
38438dbc34 Remove external/robolectric
am: 95380af08b

Change-Id: Ic50096bb50580d1e1cf6a9c7285eedc8ade34251
2019-06-17 18:33:56 -07:00
Colin Cross
95380af08b Remove external/robolectric
All the code is in external/robolectric-shadows now.

Fixes: 122331675
Test: m checkbuild
Change-Id: I537398e89b46301ff7229420c6c6ea7a68353bc1
2019-06-17 22:27:02 +00:00
Xin Li
70c46e403d Remove test kernel.
am: cfb3d68760

Change-Id: I25edced1fe862060b8c7a1fbc399704c00b3b973
2019-06-13 14:24:03 -07:00
Xin Li
cfb3d68760 Remove test kernel.
Change-Id: Ie21c33bf7d224e067bed3dfe7aece6a46aaa52b3
2019-06-13 13:49:47 -07:00
Hridya Valsaraju
4ec4268866 Add system/tools/mkbootimg repo
am: 2dd6f7ed8a

Change-Id: I73327383d643c01948f2a1861a20a4f3348fc2d7
2019-06-13 13:37:24 -07:00
Hridya Valsaraju
2dd6f7ed8a Add system/tools/mkbootimg repo
Bug: 133171083
Test: make
Change-Id: I2d9208af2952a3a538f2c1090b957d95d91aaf21
2019-06-12 22:23:40 +00:00
Jiyong Park
45d187bc9f Revert "Remove unused project external/fmtlib."
am: 8bb05ee4dd

Change-Id: I6f4c715aab6aaaf57bbcc93f1dbd4e8ee7892e50
2019-06-12 13:35:01 -07:00
Jiyong Park
8bb05ee4dd Revert "Remove unused project external/fmtlib."
This reverts commit 47e9e995a1.

fmtlib is needed again.

Bug: 132145659
Test: repo sync
Change-Id: I946592894b8f9f52747c9f0d213c2c065674bb4e
2019-06-12 01:13:26 +09:00
Henry Daitx
958b8e09a7 Remove frameworks/opt/gamesdk from manifest
am: ff4eca7ed5

Change-Id: Id39643fdfddfdc4740c5984c0a0aa1986fbbe8ec
2019-06-07 12:26:25 -07:00
Henry Daitx
ff4eca7ed5 Remove frameworks/opt/gamesdk from manifest
Bug: 132164876
Merged-In: I1c5aa20b4855c626a6e25eba37256b1ffb6d3dde
2019-06-07 18:55:45 +00:00
Bill Napier
70f70d786c Add internal smartsync endpoint.
am: bfb2575148

Change-Id: I8d56af33d737c859e72297382d6358bcd88750da
2019-06-05 17:43:09 -07:00
Bill Napier
bfb2575148 Add internal smartsync endpoint.
DO NOT MERGE ANYWHERE

BUG=75304981

Change-Id: I76466d3ef66ccf1330516a3d36e260662381c6ca
2019-06-05 16:46:06 -07:00
Roland Levillain
1301a56161 Add platform/external/cpu_features to the manifest.
am: 5a8feadd80

Change-Id: Ibb0302ffbcb55e3ad94bcbfeb0f06a3f8efcf473
2019-06-04 18:25:32 -07:00
Roland Levillain
5a8feadd80 Add platform/external/cpu_features to the manifest.
Bug: 122712425
2019-06-03 14:55:31 +01:00
Baligh Uddin
bfad43c2dc Added the following projects to manifest:
am: 2494e60ca9

Change-Id: I7f80909f753799c48f6e7290c4f9f88276edc62e
2019-06-02 09:05:01 -07:00
Baligh Uddin
2494e60ca9 Added the following projects to manifest:
- packages/modules/CaptivePortalLogin
- packages/modules/ExtServices
- packages/modules/NetworkPermissionConfig
- packages/modules/NetworkStack

Bug: 133225687
Change-Id: I02c60f7483b8aa605f8f5ba7bff083fd73d6b261
2019-06-01 23:29:47 -07:00
Baligh Uddin
0900b922f1 Fix build break, until migration is done
am: 60665bcaea

Change-Id: I1add6636900d6408a5e05dcb86105a83422bd014
2019-05-31 20:10:10 -07:00
Baligh Uddin
60665bcaea Fix build break, until migration is done 2019-05-31 18:36:33 -07:00
Mariia Sandrikova
2b71a4ceb3 Add platform/external/lottie to manifest.
am: 0b4b26db98

Change-Id: I86e78e945d1f0646cc5ec0e4058af86f51275dec
2019-05-31 10:16:37 -07:00
Mariia Sandrikova
0b4b26db98 Add platform/external/lottie to manifest.
Third-party review: ag/6281574

Bug: 125468555
Change-Id: I829b6101e44a00af5aa64b68c9a16e87ee43790e
2019-05-30 17:42:54 +01:00
Baligh Uddin
648b41d62f Added the following projects to aosp-master manifest:
am: b5dd2cc6bd

Change-Id: I70461e7c9864aebc88ee52587a4549d8db7daf98
2019-05-29 09:48:07 -07:00
Baligh Uddin
b5dd2cc6bd Added the following projects to aosp-master manifest:
- platform/packages/modules/CaptivePortalLogin
 - platform/packages/modules/ExtServices
 - platform/packages/modules/NetworkPermissionConfig
 - platform/packages/modules/NetworkStack

Bug: 133225687
Test: Sync locally
Change-Id: I3c6ed5e4bb5d6479be123d4efe201825bd149e24
2019-05-23 13:56:13 -07:00
Alistair Strachan
aa23fad118 Add igt-gpu-tools to manifest
am: f96b35b9e2

Change-Id: Ib4a011d01aca6ae319f84466ef931617c6f93f83
2019-05-21 17:05:17 -07:00
Alistair Strachan
f96b35b9e2 Add igt-gpu-tools to manifest
Bug: 110963635
Change-Id: I55926b8ec4ec1ebabaf84587621aaf72c2941c35
2019-05-21 11:27:06 -07:00
Stephen Hines
d46de5a1e6 Remove external/spirv-llvm from the manifest.
am: d13db993c4

Change-Id: I88b0a2d37d1670487c0193f70e6b96a6ed11e5e8
2019-05-21 07:39:24 -07:00
Stephen Hines
d13db993c4 Remove external/spirv-llvm from the manifest.
Bug: http://b/118818878
Test: Builds.
Change-Id: I86e94400104f89fe6aaa5a6fb1b5bf3f62aec024
2019-05-18 00:28:11 +00:00
Ian Kasprzak
430854c1dd Document the branching / test strategy for cuttlefish testing.
Bug: 124373490

Change-Id: I6c49976a41d85b91c6337bf8fb2abf9a6044df71
2019-05-17 14:57:48 -07:00
Xin Li
1a7a7179a4 DO NOT MERGE - Merge Pie Bonito/Sargo into master.
am: b75196024d

Change-Id: Idf1dbdb2316ee7f96a03d3c8be8ad52f5e60b061
2019-05-09 15:24:05 -07:00
Ian Kasprzak
c0776188d5 Walleye: Add custom kernel to fix lab testing.
am: a233ecfbe3

Change-Id: I295e8fee9372c49036eb6041e5abbb3651f6225e
2019-05-09 14:33:34 -07:00
Xin Li
b75196024d DO NOT MERGE - Merge Pie Bonito/Sargo into master.
Bug: 131756210
Change-Id: I97892fee5b7a68ce3cc13262fce076c11733b2b4
2019-05-09 20:52:20 +00:00
Ian Kasprzak
a233ecfbe3 Walleye: Add custom kernel to fix lab testing.
Bug: 132196666
Test: repo sync synced new project / path

Change-Id: Ie66bfbe221e3cfeef8303fb8f0edb397b2c44dff
2019-05-09 10:27:57 -07:00
Kevin Cheng
dbe9405d51 Add platform/external/python/ipaddress to manifest.
am: 268781d4c7

Change-Id: I75585b637768c3786d48cf05481a8cd944ad8577
2019-05-07 18:11:44 -07:00
Kevin Cheng
268781d4c7 Add platform/external/python/ipaddress to manifest.
Bug: 132083173
Test: None
2019-05-07 14:48:54 -07:00
Chen Zhu
0d82251044 Add empty repo for mts to manifest.
am: a3443d2193

Change-Id: Id93d2d574f5ad7267dbbe9684faca816296f3b67
2019-05-03 17:59:23 -07:00
Chen Zhu
a3443d2193 Add empty repo for mts to manifest.
Bug: 131352186

Test: Manual test

Merged-In: Ia598208edff4e06d1add91a16bc2ddd6eb3243a2
Change-Id: I3f6140ca6880ab7ee516c92cf01f6fe11b7a979d
2019-05-02 20:53:05 +00:00
Andrew Hsieh
9556d473d6 Create prebuilts/abi-dumps/platform to house abi references for opt-in shared libraries
am: 12feb51bbf

Change-Id: I324307ed2bcdcdc2601830c95e1cec16a2c5a050
2019-04-30 14:40:02 -07:00
Andrew Hsieh
12feb51bbf Create prebuilts/abi-dumps/platform to house abi references for opt-in shared libraries
Shared libraries (other than vndk/[ll]ndk) can opt-in ABI stability enforcement
by populating their dump in prebuilts/abi-dumps/platform

See https://source.android.com/devices/architecture/vndk/abi-stability

Bug: 79424996
Test: manual repo sync which shows prebuilts/abi-dumps/platform exists
2019-04-29 11:14:32 -07:00
Greg Kaiser
210f872422 Add ukey2 to the PDK
am: 3288ab916d

Change-Id: Ic46d659a27d73eb03a0e9d8d5f77dd276f458020
2019-04-19 13:27:41 -07:00
Greg Kaiser
3288ab916d Add ukey2 to the PDK
We want platform/external/ukey2 in the Platform Development Kit
because there are other packages we'll ship which use this
project.

Test: TreeHugger
Change-Id: I72fbdfaa455ccc838420d04b41a0264359bf6194
2019-04-19 09:11:17 -07:00
Alistair Strachan
f4729a5cff Update cuttlefish_kernel branch pin
Bug: 130544496
Test: TreeHugger
Change-Id: Iba4ed5f020b134097150935f9d51ec23368ddd29
2019-04-17 17:22:58 -07:00
Colin Cross
0d8837089f Add external/javapoet
am: 719f75901c

Change-Id: I2a2ae2a07cc10c33d8cb34c0883757c003902881
2019-04-12 17:04:44 -07:00
Colin Cross
719f75901c Add external/javapoet
Bug: 130434382
Test: treehugger
Merged-In: I6c68321600832c1a5e6a3589796d61aa17ab94ab
Change-Id: Iaca23b8fa34aa925c27b3ef3803a843203709d54
2019-04-12 22:19:57 +00:00
Colin Cross
651ea6346f Delete external/libedit and prebuilts/libs/libedit
am: d83aecf4eb

Change-Id: I70696f555484dfcc847ed2cd7d9f0a527aa5549c
2019-04-03 07:18:17 -07:00
Colin Cross
d83aecf4eb Delete external/libedit and prebuilts/libs/libedit
external/libedit is only used to update prebuilts/libs/libedit,
and prebuilts/libs/libedit only contains host library prebuilt
that is not used in the build.

Fixes: 122331950
Test: m checkbuild
Change-Id: Ibe57b7469b665391f9ebdec77ef8dc58f9e16d1d
2019-04-03 14:07:01 +00:00
Dan Willemsen
cc518b2a6b Remove unused frameworks/opt/net/lowpan
am: 235b8d2a6c

Change-Id: Ib4c6cea8db5c7fa3c45931a5e1936d670e4c7c7a
2019-04-02 17:53:25 -07:00
Dan Willemsen
235b8d2a6c Remove unused frameworks/opt/net/lowpan
This is no longer used on master.

Change-Id: I19fdb45bf3e29533e7809de63d051c184e59d661
Fixes: 122331573
Test: codesearch
Test: treehugger
2019-04-02 20:41:15 +00:00
Elliott Hughes
56571f9c38 Add iperf3 to the manifest.
am: 7b9c9e1e06

Change-Id: I245d0ecfd552d13436222ebd0282f3ec6c0777b2
2019-03-28 09:35:26 -07:00
Elliott Hughes
7b9c9e1e06 Add iperf3 to the manifest.
Bug: http://b/123261826
Test: repo sync external/iperf3
Change-Id: Ib103d6083662d456c80b5b5a923ac7aeca356056
2019-03-27 18:44:30 -07:00
Kevin Cheng
e4fb191499 Add in pyopenssl and it's dependencies to manifest.
am: 2894e1e4ba

Change-Id: Ib32b32c9478eac3b3241357b7d95f559388fd599
2019-03-25 11:09:24 -07:00
Colin Cross
15847faa96 Revert "Remove external/blktrace"
am: 7f7585f09c

Change-Id: I4bb60e51626ce961b720e4dc86830e9f0dc69ca7
2019-03-25 11:09:02 -07:00
Kevin Cheng
2894e1e4ba Add in pyopenssl and it's dependencies to manifest.
Added:
- platform/external/python/asn1crypto
- platform/external/python/cffi
- platform/external/python/cryptography
- platform/external/python/pycparser
- platform/external/python/pyopenssl

Bug: 122778810
Test: None
2019-03-25 18:04:33 +00:00
Colin Cross
7f7585f09c Revert "Remove external/blktrace"
This reverts commit 70d63873f1.

Reason for revert: used internally

Change-Id: I9f97765b55f7776feba3c6b1487d6c5f36329e60
2019-03-22 23:22:55 +00:00
Colin Cross
139817db11 Remove external/blktrace
am: 70d63873f1

Change-Id: I44d7e3beecb9be0600eaf439e86eaabab9bf5f07
2019-03-22 15:09:02 -07:00
Colin Cross
70d63873f1 Remove external/blktrace
It hasn't been touched since 2009, the Makefiles are disabled,
and it doesn't build when enabled.

Test: none
Change-Id: I4d380e837235a2b26c8c44842b0e75b7a560d93b
2019-03-22 21:58:57 +00:00
George Lu
a76f242d2a Add external/neon_2_sse to default manifest.
am: 4aae4871c8

Change-Id: I01cf154bd7fe1cb4a16bb98d202c68382e12d655
2019-03-22 14:04:44 -07:00
George Lu
4aae4871c8 Add external/neon_2_sse to default manifest.
Bug: 80630324
2019-03-21 14:06:28 -07:00
Bill Yi
78f4d63561 Remove platform/external/mmc-utils
am: ca654a9e06

Change-Id: If37fe12bee21764febac6364cec355e9aa4b41c1
2019-03-19 14:18:19 -07:00
Bill Yi
ca654a9e06 Remove platform/external/mmc-utils
TEST: make checkbuild
BUG:128626934
Change-Id: I8e5b221ae647472b37e359454d40ccb94b3ef474
2019-03-19 18:30:59 +00:00
Paul Duffin
b6cf79de99 Add tools/currysrc
am: 7115ee5e46

Change-Id: I0cedc746ee592680d7e839fce2d88e356f5bc254
2019-03-12 05:26:39 -07:00
Paul Duffin
7115ee5e46 Add tools/currysrc
Bug: 119243026
Change-Id: I8a40359660b021532e562675217ba54e4f21e4d6
2019-03-05 10:53:01 +00:00
Bill Yi
63e8a44bbe Remove platform/external/x264 from manfiest.
am: 7a8cd7148a

Change-Id: I33b945f3b76d7a2fe9351692c972bd7cb19a77e3
2019-03-04 16:21:33 -08:00
Bill Yi
7a8cd7148a Remove platform/external/x264 from manfiest.
This project is empty

BUG:126929373
Change-Id: I63ff94ea5b98ec3317dd2b524c84983090e57c33
2019-03-04 23:57:37 +00:00
Haibo Huang
e06da52849 Remove libmicrohttpd from manifest
am: 97dc8702e8

Change-Id: Ifa1d8f1ff36aa23b8ed22002ece56ce96cbd6b67
2019-03-01 16:03:50 -08:00
Haibo Huang
97dc8702e8 Remove libmicrohttpd from manifest
Test: build
Change-Id: I86cdeccbbf8c30663e1d8b6ce11dfa546143295f
2019-02-28 23:51:58 +00:00
Ian Kasprzak
a57bccca79 Delete aosp-with-blobs.xml, no longer in use.
am: 494934cd71

Change-Id: I12a628369b8e3d84d093dc9f923709aaafc62ce1
2019-02-28 11:12:59 -08:00
Ian Kasprzak
494934cd71 Delete aosp-with-blobs.xml, no longer in use.
Step 3 of renaming aosp-with-blobs.xml

BUG: 126224721
Change-Id: I935edf66b165a33934f741385d630d9fe758e2ba
2019-02-28 18:59:43 +00:00
Colin Cross
db40c8fce7 Add prebuilts/manifest-merger to the manifest
am: 71994c2ad5

Change-Id: I1fda42309b8f6c68b1dfa57f70d1cc55410c8feb
2019-02-27 10:23:19 -08:00
Colin Cross
71994c2ad5 Add prebuilts/manifest-merger to the manifest
Bug: 112607039
Test: empty project
Change-Id: I478e8cee8e7adacb0ca619150e41bb5ccce7ba9b
2019-02-27 17:44:21 +00:00
Ian Kasprzak
ee2f0b3451 Copy aosp-with-blobs.xml to aosp-master-with-phones.xml
am: c4de9e2d15

Change-Id: Iae9f14a4ff0c06ac773b4eccdf892338a54b87a5
2019-02-27 09:02:25 -08:00
Ian Kasprzak
c4de9e2d15 Copy aosp-with-blobs.xml to aosp-master-with-phones.xml
Step 1 of renaming aosp-with-blobs.xml

BUG: 126224721

Change-Id: I140727670b5a80fcd77e60c0672d6d45247d4194
2019-02-27 01:35:36 +00:00
Kiyoung Kim
628ac8e749 Add platform/system/linkerconfig to /system/linkerconfig
am: 8ae449c3e9

Change-Id: Icb1ed8c7b44fad820f039605320a40dea7b315fe
2019-02-26 16:57:55 -08:00
Kiyoung Kim
8ae449c3e9 Add platform/system/linkerconfig to /system/linkerconfig
Change-Id: I0345a7216994b13d90a307a27d15cd2c8515de2a
2019-02-26 18:27:46 +09:00
Alistair Strachan
338615d770 Add kernel/build
am: 45e21d7acf

Change-Id: I148505107d0abad3fe8f23018fb48362dcd0b50e
2019-02-23 12:50:27 -08:00
Alistair Strachan
45e21d7acf Add kernel/build
Bug: 120282827
Bug: 123999256
Change-Id: I563a8a87345bc43ebd1d01d124123bfa4b27bc9c
2019-02-23 18:45:13 +00:00
George Burgess IV
ed238c48bf Remove glibc-2.15
am: ef6fdaad8c

Change-Id: Ic7878d30f28c56d2ebf0825fd891392919553fa5
2019-02-20 14:01:10 -08:00
George Burgess IV
ef6fdaad8c Remove glibc-2.15
All uses of glibc 2.15 were replaced over a week ago. Everything appears
to be running along smoothly at this point, so we can now remove the
old.

Bug: 111358231
Test: repo sync && lunch aosp_marlin-eng && m (same on internal master,
      s/aosp_marlin-eng/marlin-eng/`)

Change-Id: I0f862f759b6ff716c6dc60252ef8f52db2bf16b7
2019-02-19 00:57:49 +00:00
Keun Soo YIM
fbde69a0e2 [automerger skipped] release projectarch as part of pdk
am: cf7f3edec2 -s ours
am skip reason: SHA1 cf7f3edec2 skipped by user yim

Change-Id: Ieedbadcc69c681cce73ef2bc689c2f5375dadb54
2019-02-15 16:23:25 -08:00
Keun Soo YIM
cf7f3edec2 release projectarch as part of pdk
Test: mma
Bug: 122019952
Change-Id: Ibaab33692ae16597e8144e10f7d577471ef9e983
Fix: 122019952
2019-02-15 10:33:30 -08:00
Ram Periathiruvadi
0ea5e4795e Adding platform/external/ukey2 to the manifest
am: 90e77a6fc5

Change-Id: I26ad8d65cddbb1f4a63306836e6078c0132b8134
2019-02-13 14:45:29 -08:00
Ram Periathiruvadi
90e77a6fc5 Adding platform/external/ukey2 to the manifest
Bug:b/124378762

Change-Id: I654668fd0aa15b0e073b28e9d055416f4ffbf6c9
2019-02-13 18:47:52 +00:00
Ian Kasprzak
ed3d38d8b7 Add side-branch notification to manifest.
am: 146f499259

Change-Id: Ia57179de2c358c29e8da2843453ed98ebdefb8c5
2019-02-12 17:22:24 -08:00
Ian Kasprzak
146f499259 Add side-branch notification to manifest.
See go/side-branch-testing.

Bug: 119048058
Change-Id: Ie9d50cccc6d6b45a19cf1a9e77b501b04d32ff8f
2019-02-12 13:12:45 -08:00
Sasha Smundak
0713e52967 Remove unused hardware/marvell/bt
am: 4481edfa2d

Change-Id: Ic07ba06a3e21090c8b055ff7d38905d0213e5cdb
2019-02-12 07:29:46 -08:00
Dan Willemsen
af42f3bae2 Remove obsolete hardware/akm
am: 533909a8c5

Change-Id: I707af20372698a5869a8d29c9c6ee86344ccf9ff
2019-02-11 17:13:21 -08:00
Sasha Smundak
4481edfa2d Remove unused hardware/marvell/bt
Change-Id: I480fb2b49ccca5e05f3072b988ce252dd4d34f50
Fixes: 122332359
Test: treehugger
2019-02-11 17:05:01 -08:00
Dan Willemsen
533909a8c5 Remove obsolete hardware/akm
Change-Id: Iddef9fb83e5633475f6db19ba36b10b55406438b
2019-02-09 04:15:51 +00:00
Justin Klaassen
a283b93528 Remove ExactCalculator project
am: 17b16465bd

Change-Id: I205b61207f9527f4921b72f3929672a65d4c0681
2019-02-07 10:44:02 -08:00
Justin Klaassen
17b16465bd Remove ExactCalculator project
Bug: 120905067
Merged-In: I3e0311f399fd742d14fc60bc8aafaaa768cee5af
Change-Id: I3e0311f399fd742d14fc60bc8aafaaa768cee5af
2019-02-07 14:50:38 +00:00
evitayan
206898d851 Add ike in default manifest
am: dececd014a

Change-Id: I5708f0e719dcb382043e27744e0296d9fdc0328b
2019-02-06 10:39:50 -08:00
evitayan
dececd014a Add ike in default manifest
This commit adds ike project in default manifest
so as to enable presubmit checks of it.

Bug: 123601077
Change-Id: I2496e312ea0136b1edd1c4cb0f0cac3e40524356
2019-01-31 01:03:24 +00:00
Tri Vo
bbaa284a99 Add ashmemd to Android tree
am: 0553f15a11

Change-Id: I4c0efe2d3008d989e358135d1677b67c371bf893
2019-01-30 08:59:45 -08:00
Tri Vo
0553f15a11 Add ashmemd to Android tree
Bug: 113362644
2019-01-29 19:26:55 -08:00
Matthew Maurer
8d990493fd Add Trusty emulator target to Android tree
am: e656ab11b9

Change-Id: I5a03288370c36bb4efe8e97828bc7cb69c418412
2019-01-29 08:43:12 -08:00
Matthew Maurer
e656ab11b9 Add Trusty emulator target to Android tree
Bug: 122330825
Change-Id: Id3d9f6b094ff57ec5bdac4ee1c030fbb6b06af77
2019-01-29 00:17:58 +00:00
John Reck
000c26a7cd Update trebuchet's groups
am: 6aee2cd2ac

Change-Id: Ic4bce54ad09031d42b8013085e2c6d4eb9ee5c16
2019-01-23 12:52:03 -08:00
John Reck
6aee2cd2ac Update trebuchet's groups
Since it's used by CTS it needs to be in the same
groups as CTS

Merged-In: I6c2fea36cd316c27285e4adf6a3028aaee1e5d34
2019-01-23 17:59:24 +00:00
Sasha Smundak
b345e9ea75 Add rapidjson
am: 57c6aa51ee

Change-Id: I5f34dc969063904f587c4066f1b6d4b56dc24aea
2019-01-22 13:10:06 -08:00
Sasha Smundak
57c6aa51ee Add rapidjson
Change-Id: Ic0f69fb2839c30692fc8a6b2d74ca13693880d96
2019-01-22 20:53:08 +00:00
Miao Wang
bc4fe59b51 Add external/ARMComputeLibrary to repo manifest.
am: 3e98348b8e

Change-Id: I6c3bd2adcef071018b93514f5b9c9f3ac22abd60
2019-01-22 11:57:30 -08:00
Miao Wang
3e98348b8e Add external/ARMComputeLibrary to repo manifest.
Bug: 120862079
Test: repo sync
Change-Id: I5cdb0567a45b67b492c600d21401653f1bd44e27
2019-01-22 19:12:50 +00:00
George Burgess IV
bab80f4f13 Add glibc-2.17 to repo manifests
am: 803cabb36e

Change-Id: Iea32290706465f1736bf205f02f3dbfdad6c8319
2019-01-22 10:54:49 -08:00
George Burgess IV
803cabb36e Add glibc-2.17 to repo manifests
Bug: 111358231
Test: repo sync
Change-Id: Idc3251d550476b1f9a79fdf9dd2d9f86943246e6
2019-01-22 18:35:13 +00:00
Diem Mai
0b992ff6d1 removing project platform/packages/experimental
am: 57f83729a4

Change-Id: I92327b97136bfbbd5bfc3ef348657bfb25f82833
2019-01-22 07:51:54 -08:00
Diem Mai
57f83729a4 removing project platform/packages/experimental
Bug: 121373804
Change-Id: I3cf4702b7e3b70b39083b649db587cbad40f75c6
Merged-In: I3cf4702b7e3b70b39083b649db587cbad40f75c6
(cherry picked from commit 237ebca601)
2019-01-18 15:41:59 -08:00
Chih-Hung Hsieh
ecdd757b5a resolve merge conflicts of f27b5efc4d to master-cuttlefish-testing
Bug: None
Test: I solemnly swear I tested this conflict resolution.
2019-01-17 17:48:26 -08:00
Chih-Hung Hsieh
f27b5efc4d Remove external/subsampling-scale-image-view
Bug: 123035547
Test: None
Change-Id: I7682ea78fa7145f0032ab2889a74ab065f0213be
2019-01-17 14:49:30 -08:00
Greg Hartman
710957e962 Remove unused syslinux module
Bug: 33166666
Test: TreeHugger, verified no makefile
Change-Id: I9703bfcf2b8757cfe5342b32463e589ee9af6895
Merged-In: I9703bfcf2b8757cfe5342b32463e589ee9af6895
(cherry picked from commit e02ff7b2a9)
2019-01-16 23:33:30 -08:00
Aurimas Liutikas
cf076a95de Remove platform/external/webview_support_interfaces
am: ade517382f

Change-Id: I6505ece173a9890545df823e9a23ee171b130f07
2019-01-16 16:47:50 -08:00
Aurimas Liutikas
ade517382f Remove platform/external/webview_support_interfaces
This project is unused in master. This change removes it.
It is used in ub branch androidx-master-dev instead.

Change-Id: Ic8d53c3d06143b59a0efccb1e5c8d22c8e787358
Test: None
2019-01-16 22:23:03 +00:00
Wei Wang
1a419921f5 Revert "Remove obsolete project external/blktrace"
am: 5d37eadaa7

Change-Id: I7f4bee66099409ae4b093d50c080b223b56270e0
2019-01-16 13:39:22 -08:00
Elliott Hughes
5bc1434429 Add external/xz-java to the manifest.
am: 7480141610

Change-Id: I12eb0831f69e0d6cd2b816d1f5789fa0682e5877
2019-01-16 12:54:34 -08:00
Greg Hartman
2f248e4a89 [automerger skipped] Remove unused syslinux module
am: e02ff7b2a9 -s ours
am skip reason: SHA1 e02ff7b2a9 skipped by user ghartman

Change-Id: I05349a747a8c9ff526b1471d9ef6626d4f6a7f59
2019-01-16 12:54:01 -08:00
Wei Wang
5d37eadaa7 Revert "Remove obsolete project external/blktrace"
This reverts commit 6e5835296c.

Bug: b/113540458
Reason for revert: blktrace was updated it in internal repo ag/4898619.

Change-Id: Ic58419855448320b87e4c2adc911a2870fc8d6a3
2019-01-16 18:37:56 +00:00
Elliott Hughes
7480141610 Add external/xz-java to the manifest.
Bug; http://b/122833812

Change-Id: I8c41f49b4ec38e3dbbf15533a6cd57349e800429
2019-01-16 17:32:51 +00:00
Greg Hartman
e02ff7b2a9 Remove unused syslinux module
Bug: 33166666
Test: TreeHugger, verified no makefile
Change-Id: I9703bfcf2b8757cfe5342b32463e589ee9af6895
Merged-In: I9703bfcf2b8757cfe5342b32463e589ee9af6895
2019-01-15 16:18:18 -08:00
Dan Willemsen
6d1f93382d Remove obsolete device/google/accessory/*
am: 4c24e52aec

Change-Id: I3f59fc47ca915db74cf0e03f8da5062931420d9b
2019-01-15 10:58:11 -08:00
Dan Willemsen
4c24e52aec Remove obsolete device/google/accessory/*
They haven't had a change submitted in nearly 7 years, and define no targets that can be used by our build system.

Bug: 122331938
Bug: 122332700
Change-Id: I20c2d42ba109f004537383e20636661d7f0e3bf2
Test: codesearch
2019-01-15 18:41:13 +00:00
Inna Palant
97233a81a4 Added platform/external/lua to manifest
am: c84a438e21

Change-Id: I07dd7f6fbe14d6c0e02cc37dbb61400c621d8cd0
2019-01-15 07:43:46 -08:00
Inna Palant
c84a438e21 Added platform/external/lua to manifest
Bug: 122833046
2019-01-15 15:33:18 +00:00
David Anderson
83f46286d4 Add gsid to the Android tree.
am: fb16102f43

Change-Id: I18e45c0b18120a85b11905c19e45ddb7341554f2
2019-01-14 17:11:35 -08:00
David Anderson
fb16102f43 Add gsid to the Android tree.
Bug: 121211685
Change-Id: I0d83d525fbe400ca2b6dd7046a2984cce392e528
Merged-In: I0d83d525fbe400ca2b6dd7046a2984cce392e528
2019-01-14 12:20:49 -08:00
Greg Hartman
06163690b6 [automerger skipped] Add cuttlefish_vmm repository
am: bd400a8806 -s ours
am skip reason: change_id Id2e8bc3f953a0f15397a7ef464cb7dee59bc470b with SHA1 24f276e0ef is in history

Change-Id: I8ffe147432dc89a84246a0b690e36fac9ca9c2d9
2019-01-11 20:58:57 -08:00
Greg Hartman
24f276e0ef Add cuttlefish_vmm repository
BUG: 122613967
Test: Local sync
Change-Id: Id2e8bc3f953a0f15397a7ef464cb7dee59bc470b
Merged-In: Id2e8bc3f953a0f15397a7ef464cb7dee59bc470b
(cherry picked from commit 42727eeed2aafe6eaeffb6cd3825f619eca8c3eb)
2019-01-11 17:45:21 -08:00
Greg Hartman
bd400a8806 Add cuttlefish_vmm repository
BUG: 122613967
Test: Local sync
Change-Id: Id2e8bc3f953a0f15397a7ef464cb7dee59bc470b
Merged-In: Id2e8bc3f953a0f15397a7ef464cb7dee59bc470b
2019-01-11 16:49:18 -08:00
Aurimas Liutikas
f88523bc51 Remove unused packages/inputmethods/OpenWnn
am: afce7d3c42

Change-Id: I5a8874a8ced15fcd1df0fc4cb288c65defca8294
2019-01-11 16:41:04 -08:00
Aurimas Liutikas
afce7d3c42 Remove unused packages/inputmethods/OpenWnn
packages/inputmethods/OpenWnn has received no real changes for the past 9 years and it is not included in any builds according to cs/

Bug: 122607865
Change-Id: I678fbe80db3a1f127e48e8990227e1a63eae50a8
2019-01-11 17:38:11 +00:00
Yigit Boyar
ad19ae7800 Remove data binding from master checkout
am: 82db953c1c

Change-Id: Ie9e7772933fb88fac71f65a934517d2fae0b8740
2019-01-10 14:03:51 -08:00
Yigit Boyar
82db953c1c Remove data binding from master checkout
Data Binding builds as part of tools project and uses
studio-master-dev branch. This branch is obselete.

Bug: 122478832
2019-01-10 17:17:52 +00:00
Diem Mai
da0597ceae adding projects device/amlogic/yukawa, device/amlogic/yukawa-kernel
am: ea2ae4c5df

Change-Id: Ia7fd2ebccd86febdc875fdbe63157d8179a99519
2019-01-09 17:38:01 -08:00
Diem Mai
ea2ae4c5df adding projects device/amlogic/yukawa, device/amlogic/yukawa-kernel
Bug: 122486287

Merged-In: I915e49a3e576adfbdac9bcd766af3768598b90df
Change-Id: I915e49a3e576adfbdac9bcd766af3768598b90df
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2019-01-09 12:46:15 -08:00
Inna Palant
a6ccb913e4 removed external/jmdns from manifest
am: 0e125feb05

Change-Id: Id5513157d3a99a06a1e4155279387733176d95c6
2019-01-08 14:43:08 -08:00
Inna Palant
0e125feb05 removed external/jmdns from manifest
Bug: 122526624
2019-01-08 11:49:18 -08:00
Dario Freni
5d3f23e7b1 Add ModuleMetadata to Android tree.
am: 8257a09418

Change-Id: Ib51606908e25bd4d0e72f2f5a7b98ee0c1f40a75
2018-12-28 08:37:45 -08:00
Dario Freni
8257a09418 Add ModuleMetadata to Android tree.
Bug: 120912432
Merged-In: Iad85ce1b168816cc6fe445a6c6004ae665887868
Change-Id: Iad85ce1b168816cc6fe445a6c6004ae665887868
2018-12-28 15:33:41 +00:00
Keun Soo YIM
08de2d6e4c tag projectarch projects
am: 956bfbe78c

Change-Id: I51140ebd9ce9fd9951126a5412ba7dd1cafdd31c
2018-12-20 09:47:51 -08:00
Keun Soo YIM
956bfbe78c tag projectarch projects
Test: mma
Bug: 120904956
Change-Id: I490c9f9911f306231f272b3a8b932546c7e6561e
2018-12-19 00:47:33 +00:00
Joel Fernandes
83d9d7d00a Remove LISA repositories from the manifest
am: 94b759063d

Change-Id: I68a213a8df99d013ee116e543b29688caf70fd2d
2018-12-18 10:02:48 -08:00
Joel Fernandes
94b759063d Remove LISA repositories from the manifest
The LISA project added to the Android tree was an attempt to see if LISA
being within the Android tree would help folks who depend on tools like
Monsoon or systrace that are present within the Android tree. While we
initially had a lot of users, it appears most users have now switched to
doing other projects that donot need LISA tools. And other users have
local checkouts of LISA outside of the Android tree that they use. I
thus see no point in spending disk space of all Android checkouts since
some LISA repositories can take space due to notebook files, so I am
removing them from the manifest. Those who are using LISA can either
checkout these repositories manually into their Android trees, or have
their own clones of these projects (which can be cloned from github).
The github clones though wont have the LISA enhancements that were made.

Change-Id: I83f6103c47561a86db64af115b7dd2b46acc9b68
Signed-off-by: Joel Fernandes <joelaf@google.com>
2018-12-14 21:09:03 +00:00
Ralph Nathan
3076d8c365 resolve merge conflicts of 3775f156f7 to master-cuttlefish-testing
Bug: None
Test: I solemnly swear I tested this conflict resolution.
2018-12-13 16:47:15 -08:00
Ralph Nathan
3775f156f7 Add fuchsia repos to master manifest
Bug: 120845351
Test: repo sync works
Change-Id: I3bd77abf1a2fc2619088f89af61b74b449a97544
2018-12-13 16:11:48 -08:00
Xin Li
71ad7fe531 Add a link for sdm845.
am: 860ccf0fd3

Change-Id: I4e96acecf8dd599c6bf2321c528769e0a2c8ee63
2018-12-12 21:59:57 -08:00
Xin Li
860ccf0fd3 Add a link for sdm845.
Bug: 118454372
Change-Id: I0237054149787a0868b5bf35a5feda0e5754a8ab
2018-12-13 05:44:51 +00:00
Joel Fernandes
716d238520 Add BCC to the manifest
am: 1d4f07d019

Change-Id: Ie45216cfeeea518514d64ff685ced14008c1fb33
2018-12-12 15:06:08 -08:00
Joel Fernandes
1d4f07d019 Add BCC to the manifest
Bug: 112334572
Change-Id: Ib5057d3da290735a601f195b8d99dd2ed62171a5
Signed-off-by: Joel Fernandes <joelaf@google.com>
2018-12-12 11:02:11 -08:00
Darren Krahn
f86f637ece Remove external/tpm2 from the manifest.
am: 70307b49db

Change-Id: Ia0f32e2c29c0ffd68359969bf5364053bf969570
2018-12-11 11:26:35 -08:00
Darren Krahn
70307b49db Remove external/tpm2 from the manifest.
Bug: 119134939
Test: none
2018-12-07 19:09:54 +00:00
Haibo Huang
d4b0979f4e Remove unused libconstrainedcrypto from manifest
am: 83e9803545

Change-Id: Ie6dfd845eb33512c8ad603025053e2f9c24c84b4
2018-12-06 21:30:41 -08:00
Haibo Huang
83e9803545 Remove unused libconstrainedcrypto from manifest
Test: compile
Change-Id: I31d1ed89d56a4c74eb0f6a3b88a4ebdf1f5c744b
2018-12-06 06:39:26 +00:00
Dan Willemsen
c5eff97931 Remove unused libvncserver project
am: 754a9557c0

Change-Id: I4c0f7e6a8c58f01aa033a065fe9da9576ea5b486
2018-12-05 20:48:20 -08:00
Dan Willemsen
754a9557c0 Remove unused libvncserver project
This hasn't been touched in serveral years, and I can't find any
references to it in codesearch.

Test: treehugger
Test: cs libvncserver -file:external/libvncserver
Change-Id: Ie474aa6a0e03bc64d71832875f900de751751f82
2018-12-04 23:19:42 +00:00
Inseob Kim
259e1a50e4 Add /system/libsysprop to the manifest
am: f5cd141b41

Change-Id: I20903be0589b1b2b12b843b30e4b6d8bdbe7c7ed
2018-11-29 17:53:53 -08:00
Greg Hartman
d265cca7bf Move device/generic/goldfish-opengl back to master
We've concluded that this project should be tracking master. There are
issues with Vulkan header versioning if we try to use the current
content of master on pie.

BUG: 119684148
Test: Build and boot
Change-Id: I8e6706600ca1c9eb4921599ccee46efcb68212c6
2018-11-28 15:28:00 -08:00
Inseob Kim
f5cd141b41 Add /system/libsysprop to the manifest
Bug: 120044577
2018-11-29 07:51:54 +09:00
Xin Li
1655962e97 Disable upload review for AOSP blobs.
am: 46e2d4d7be

Change-Id: Ie3bfb3424cf4370cd39b78ee16b1495c99334f8f
2018-11-20 10:17:51 -08:00
Xin Li
46e2d4d7be Disable upload review for AOSP blobs.
Bug: 119582241
Change-Id: I5aca5adfd88c57b736cb60de32f2c13c785a7f2f
2018-11-20 18:01:41 +00:00
Dan Willemsen
dfc8eba72b Remove unused opencv project
am: 4685a4bb63

Change-Id: I57554a63985e1d8d7a1c4c12880cdc8a59e935e3
2018-11-19 17:47:21 -08:00
Dan Willemsen
4685a4bb63 Remove unused opencv project
Nothing depends on this project anymore.

Test: treehugger
Change-Id: I14ddc4c3fcc725da05f45aebe36cac831994c1be
2018-11-19 15:43:16 -08:00
Dan Willemsen
9a0eb20ee9 Remove obsolete project external/blktrace
am: 6e5835296c

Change-Id: I580d4aa8d553148ea90ff2992abc29236a9ba2f4
2018-11-19 13:41:17 -08:00
Dan Willemsen
6e5835296c Remove obsolete project external/blktrace
It has been disabled since 2009, and there are no other references to it
in codesearch.

Change-Id: Ia170e876e7e8f6a786f251bdb5c6d997d979b11a
2018-11-17 07:51:01 +00:00
Bill Napier
6a4e8f9531 Ensure manifest points to the right host for internal projects.
am: 8308cc57fe

Change-Id: I28cf7401923d1afe98a3cb19c87f22aa330e087d
2018-11-16 19:55:04 -08:00
Bill Napier
8308cc57fe Ensure manifest points to the right host for internal projects.
BUG=119582241
2018-11-16 18:26:44 -08:00
Bill Napier
3ac73f5425 Setup a manifest that includes the internal vendor blobs.
am: 7bea57af03

Change-Id: I82e42b248c4999624bbb1dd3a3af1d2e2b82799f
2018-11-15 23:08:56 -08:00
Bill Napier
7bea57af03 Setup a manifest that includes the internal vendor blobs.
BUG=119582241
2018-11-15 15:05:08 -08:00
Colin Cross
262940a2d5 Add prebuilts/bundletool to the manifest
am: b85a0e8005

Change-Id: I4834ab6e1ec4dd11ca5d3174e12a3ec97d39a80a
2018-11-15 10:34:23 -08:00
Colin Cross
b85a0e8005 Add prebuilts/bundletool to the manifest
Bug: 119496442
Test: repo sync prebuilts/bundletool
Change-Id: I5359349ad098ed8aa5728bcb00d53711cccee39d
2018-11-14 15:36:29 -08:00
Greg Hartman
5eab6604f9 [automerger skipped] Merging from ab/5068661
am: 437863b3da  -s ours

Change-Id: I35fe42476083f3c58f8ed3ed2ccdb7d632ab5a1b
2018-10-29 15:21:23 -07:00
Greg Hartman
437863b3da Merging from ab/5068661
BUG: 117514054
Test: TH
Change-Id: I0a439204d393dd36bafd132cade4a95896f6ca43
Merged-In: I0a439204d393dd36bafd132cade4a95896f6ca43
2018-10-28 20:02:06 -07:00
Ruchi Kandoi
d08ea0e4ff Add hardware/st/secure_element
am: 57cf91951f

Change-Id: Ibe07a078a5d9fbed4efcd754f9d63b2d14bccefb
2018-10-26 15:27:50 -07:00
Ruchi Kandoi
57cf91951f Add hardware/st/secure_element 2018-10-26 12:23:42 -07:00
Colin Cross
b99fc76385 Add external/protobuf-javalite to the manifest
am: e51e21f569

Change-Id: I628609cadf99883984962fefdff30f7d528e6b0d
2018-10-25 18:37:28 -07:00
Colin Cross
e51e21f569 Add external/protobuf-javalite to the manifest
Bug: 117607748
Change-Id: Id919fb2d6c9efc380c3b72226b30590a021c8e34
2018-10-26 01:30:00 +00:00
Igor Murashkin
114f8e0448 Add external/python/pytest and its dependencies to manifest.
am: 7deabf67b8

Change-Id: Ib3934597d575f7e53e7ec144b9856a93bec8f762
2018-10-25 17:53:12 -07:00
Igor Murashkin
7deabf67b8 Add external/python/pytest and its dependencies to manifest.
Bug: 112283442
2018-10-25 23:02:28 +00:00
Hongyi Zhang
895b0ae737 add new project platform/system/server_configurable_flags
am: 4352407141

Change-Id: I2798b01230b66611b05e0d515e523acfbd274ff9
2018-10-25 15:14:53 -07:00
Hongyi Zhang
4352407141 add new project platform/system/server_configurable_flags 2018-10-24 14:52:41 -07:00
Colin Cross
ccd882f544 Remove appbundle
am: b2dfca2b27

Change-Id: I96128bcc5fb88c1930b2bc08dc0cd52c4bc04611
2018-10-21 00:21:53 -07:00
Colin Cross
b2dfca2b27 Remove appbundle
It's not used by the platform.  Bundletool will be provided by
maven prebuilts in prebuilts/tools/common/m2 instead.

Bug: 117295826
Test: m checkbuild
Change-Id: I75c5648af8b0a2ae8c4f7f34705c61a7c2d12023
2018-10-20 21:32:45 -07:00
Bill Yi
965df085f8 resolve merge conflicts of 288f758cfc to master-cuttlefish-testing 2018-10-19 14:31:36 -07:00
Bill Yi
288f758cfc Add projects for Pixel 3 - DO NOT MERGE
Change-Id: Id72923cea6f74a979fc598187ee87ddbf55dcfaf
2018-10-19 21:02:15 +00:00
Alistair Strachan
5cd962c54a Add beagleboard X15 projects
am: fbb91d8a3d

Change-Id: I136454807c2f5fa21166437fd0c226dfb71d0314
2018-10-19 13:22:18 -07:00
Julien Desprez
b89e21b467 Add opencensus-java to manifest
am: c5b8fc0bd3

Change-Id: I645dfbca128b8f7674a2ab86df0279a6ca98b95f
2018-10-19 10:34:45 -07:00
Alistair Strachan
fbb91d8a3d Add beagleboard X15 projects
Bug: 74437007
Bug: 110964307
Test: lunch beagle_x15-userdebug && m -j128
Change-Id: I34a34bdb29fd0b4fe422cb6ea4db0985bf5bc1a5
Signed-off-by: Alistair Strachan <astrachan@google.com>
2018-10-19 17:29:30 +00:00
Julien Desprez
c5b8fc0bd3 Add opencensus-java to manifest
Change-Id: Id62026f13173200df8d3b776bd105c7fd7354377
Merged-In: Ia588e360a0a393a902458d0b179fd07f34eade53
2018-10-18 16:15:08 -07:00
Bill Yi
06290563e9 Remove platform/vendor/aosp/* - DO NOT MERGE
am: 76d2e4b476

Change-Id: I130ce71d00d19b6596e7ab7edc5287a9de49c2f3
2018-10-12 10:42:43 -07:00
Bill Yi
76d2e4b476 Remove platform/vendor/aosp/* - DO NOT MERGE
BUG:111925172
Change-Id: I3a90c9f251480c40a567a0aeec88f1b436d87db1
2018-10-12 17:17:05 +00:00
Sooraj Sasindran
5c5a235ebe add AlternativeNetworkAccess project
am: c6508cab3f

Change-Id: I507624eead8d66198abb08b13ce912d2914ee226
2018-10-11 19:38:06 -07:00
Sooraj Sasindran
c6508cab3f add AlternativeNetworkAccess project
add AlternativeNetworkAccess project

Bug: 114793357
Test: compile
Change-Id: I54e5dfd3b9ff01e4d27d8128127c667721ce92e3
Merged-In: I54e5dfd3b9ff01e4d27d8128127c667721ce92e3
2018-10-11 22:58:56 +00:00
Pirama Arumuga Nainar
2ef37f22d5 Remove toolchain/binutils from platform manifest
am: b219cffb51

Change-Id: Id22fe537e4dfd5e8cebc36a3c3be7942f04eace0
2018-10-10 16:59:25 -07:00
Pirama Arumuga Nainar
b219cffb51 Remove toolchain/binutils from platform manifest
This is no longer needed - LLVM's gold plugin is no longer built on the
platform.

Test: Treehugger
Change-Id: Ib01ac066933b5e6757de6cac92b4ffb98ca7efae
2018-10-10 23:53:15 +00:00
Chenbo Feng
7332d287b8 Add system/bpf and system/bpfprogs into manifest
am: 1b1e3bdbb0

Change-Id: I7adfbec9f6d65dd4b8160722bc0cce7337f68dde
2018-10-10 15:05:25 -07:00
Chenbo Feng
1b1e3bdbb0 Add system/bpf and system/bpfprogs into manifest
These two project directory will be used for bpf related libraries and
kernel programs.

Bug: 117234388
Bug: 112334572
Test: None

Change-Id: I8e978e1648f133285027d2f0bad88f24f63d3db7
2018-10-10 18:59:38 +00:00
Howard Chen
2b74eca52e Add platform/system/ucontainer under system/ucontainer
am: 73caeff931

Change-Id: Idb165a539dd275e538a6072ce3d3491aa470b1c6
2018-10-09 04:00:38 -07:00
Howard Chen
73caeff931 Add platform/system/ucontainer under system/ucontainer
Bug: 116830225

Change-Id: I142abb0791579f84cfb09a8afeafaf87fdd56053
2018-10-09 07:06:44 +00:00
Eric Holk
234da45554 Add trebuchet project
am: 437cfeebe4

Change-Id: I8254b62128f553c5658f6f9b21eade6c35a69d25
2018-10-08 15:45:56 -07:00
Eric Holk
437cfeebe4 Add trebuchet project
Test: none

Change-Id: I436551e66ff5b0f302c27acccc4bb4b9068bfc89
Merged-In: I436551e66ff5b0f302c27acccc4bb4b9068bfc89
2018-10-05 13:46:29 -07:00
Victor Hsieh
959ff3509b Add fsverity-utils
am: 4c421dfe91

Change-Id: I089371cc4d9bdec27b56c6c42756b2f8291209e6
2018-10-02 20:58:01 -07:00
Victor Hsieh
4c421dfe91 Add fsverity-utils
Test: none
Bug: 114091260
Bug: 115909936
2018-10-02 15:06:24 -07:00
Kevin Cheng
dd11754ddb Add prebuilts/asuite.
am: c9b348bd55

Change-Id: I31b462f7494ca81e43fecf72c952c2e54573183a
2018-10-02 12:25:39 -07:00
Kevin Cheng
c9b348bd55 Add prebuilts/asuite.
Bug: 114274040
Test: None
2018-10-02 09:38:49 -07:00
Jeff Sharkey
5b439d24c3 Add apache-commons-compress to default.xml.
am: f58c415b84

Change-Id: I9d6790ee37a4ce20a083d45739947ea306f4296f
2018-10-01 16:42:16 -07:00
Jeff Sharkey
f58c415b84 Add apache-commons-compress to default.xml.
Bug: 116800376
Test: none
Change-Id: I5128e29501d9052e7ea4b732d941421be397b448
Merged-In: I5128e29501d9052e7ea4b732d941421be397b448
2018-10-01 15:40:33 -06:00
Dan Stoza
7bb935213d Add frameworks/opt/gamesdk to manifest
am: d57a917978

Change-Id: I28a7e87407f6f29840dedac0212928091ae9f890
2018-09-26 12:30:46 -07:00
Dan Stoza
d57a917978 Add frameworks/opt/gamesdk to manifest
Bug: 116328858
Merged-In: Ia91782fe2c339c6e4e4331e90ed8c3a12cd99701
2018-09-26 17:31:33 +00:00
(raulenrique)
3f39ccda8e Manifest for branch master-cuttlefish-testing
BUG: 116063543
2018-09-21 14:02:10 -07:00
Elliott Hughes
f55055ba07 Resurrects external/libutf.
This is going to be used by external/libtextclassifier.

Bug: http://b/111299778
Test: N/A
Change-Id: Ia10a6f66b8665bc2c263d5d81d5f00bfc842e9d8
2018-09-20 10:30:46 -07:00
Dan Willemsen
d0c3ace67b Remove unused xmlrpcpp
Test: codesearch for references
2018-09-15 12:21:06 -07:00
Julien Desprez
cb2394c26c Add grpc and grpc-java to checkout
Test: repo sync
Bug: 113280266
Change-Id: I7d70b372e11d074c16d2b77c14bf055a42a1e2a4
2018-09-13 08:21:41 -07:00
Jae Shin
6638c9b8f1 Add prebuilts/vndk/v28 to the master manifest
This is for P VNDK snapshot

Bug: 78279738
Bug: 114175673
Test: manual sync works
Change-Id: Ie39504f54aa5193f762ed64d4ac6744b8a6defae
Merged-In: Ie39504f54aa5193f762ed64d4ac6744b8a6defae
(cherry picked from commit ddbd0715d9)
2018-09-13 00:42:48 +00:00
Bill Yi
a35b977ae2 Add platform/vendor/aosp/* - DO NOT MERGE
Test:repo sync

BUG:111925172

Change-Id: Ibc47184520f97a0557e5b6299b61258d792ea662
2018-09-12 17:25:24 +00:00
Haibo Huang
48e31bfcef Remove unused projects from manifest
Change-Id: I17b4aa02aa3b321f736a9f96c3c748972a867483
2018-09-11 19:46:13 +00:00
Bill Yi
3d486166d4 Add platform/vendor/aosp/linaro/hikey960 - DO NOT MERGE
Test:repo sync

BUG:111925172
Change-Id: I000dad7e7a53306cca13a479d243ec44e37faa36
2018-09-10 17:16:36 +00:00
Haibo Huang
93c057a456 Remove javassist from manifest
Test: m checkbuild
Change-Id: I0fd57ba4d73f321bcff76fbb0cb2041a88592621
2018-09-04 22:21:29 +00:00
Elliott Hughes
fec73200cb Remove unused project external/safe-iop from the manifest.
Bug: http://b/25224572
Test: builds
Change-Id: Icbef196f0f9db2638f7a3d335a898524051a8bae
2018-08-29 09:08:30 -07:00
Dan Shi
d71b9d26a6 Add a repo hook to validate TEST_MAPPING file.
Bug: 77805721
Test: repo upload a bad TEST_MAPPING file, trigger the repo hook
Change-Id: I6ccd5ec95f33d6cc2357bf5d9a9556af4a66caf6
2018-08-27 18:25:53 +00:00
Alistair Strachan
44b09bc012 Add "external/u-boot" to the manifest.
Bug: 74437007
Merged-In: I9128c49297128e416e0f5debf334eb7b18963594
Change-Id: Id51a13598a73b0cb53fd00846901c6ade26cb80e
2018-08-27 17:02:13 +00:00
Dario Freni
d0743697eb Adding platform/system/apex under system/apex
Bug: 112515528
Merged-In: Id69dff09c6d0ca21d54e97372eda2b262a41115b
Change-Id: Id69dff09c6d0ca21d54e97372eda2b262a41115b
2018-08-24 18:24:41 +09:00
Inseob Kim
bfcfa94789 Add /system/tools/sysprop to the manifest
Bug: 111328558
Change-Id: Ia9c5b017923e59ccd97bb3259eacc5eb74aca104
2018-08-24 07:56:01 +09:00
Christopher Ferris
d5a55ce2fe Adding new repo system/testing/gtest_extras
Bug: 112605091

Change-Id: I76795cd980cb4206202ee73055adb8796328e6c3
2018-08-23 13:27:42 -07:00
(raulenrique)
270f8c25de In AOSP(master) manifest, added the new project
platform/external/syzkaller

BUG: 112370435
2018-08-22 11:29:41 -07:00
Xin Li
fa950e150d Temporarily remove syzkaller so we can make some repository surgery.
Bug: 113012833
Change-Id: Ib2e6232582c5218400fabbc81053dba1d90ed3db
2018-08-22 10:25:09 -07:00
Christopher Ferris
d18dd05b8b Add external/jemalloc_new to the manifest.
Bug: 62621531

Change-Id: I73cbda09c4abdd1b33da48189a96832a4e890b36
2018-08-20 12:41:46 -07:00
(raulenrique)
653e02bb44 In AOSP(master) manifest, added the new project
platform/external/syzkaller

BUG: 112370435
2018-08-16 23:15:26 +00:00
Joel Fernandes (Google)
43437b00fc Add adeb to the manifest
Bug: 111852163
Signed-off-by: Joel Fernandes <joelaf@google.com>
2018-08-15 16:48:35 -07:00
Elliott Hughes
7b01a135cc Add tools/ndkports to the manifest.
Bug: http://b/112382846
Test: `repo sync tools/ndkports`
Change-Id: I5e9cdf0650e627567a00956c1f7d7fa9428b9d89
2018-08-15 21:07:16 +00:00
Kevin Cheng
a997b9bfb7 Add platform/external/python/funcsigs to the manifest.
Bug: 112596689
Test: None
2018-08-14 19:50:45 +00:00
(raulenrique)
1072c13dc5 AOSP(master) manifest
BUG: 112369099
2018-08-13 15:36:57 -07:00
Jiyong Park
6485083d5b Add /system/tools/xsdc to the manifest
Bug: 112202593
Change-Id: I4c6ee451424f8d2791af6199ad1b35610580dd0e
2018-08-08 08:42:27 +09:00
Josh Gao
ad662721c5 Add gdb prebuilts to the pdk.
Change-Id: Idc735d460a0a838d466dfca6483c0b4700071f4e
2018-08-07 11:18:12 -07:00
Xin Li
ade30205de Merge Android Pie into master.
Bug: 112104996
Merged-In: I0875d590371c2ae77e746d741ae41fc5a0bd0c66
Change-Id: Icccc1c37ff32fb9a4e5bad35c9e2a9f7bb7b68f9
2018-08-07 06:40:37 +00:00
Igor Murashkin
83ce74a60f Add external/catch2 to the manifest.
Bug: b/112202352
Merged-In: I84b32ec932496b04ed99e2435e812eb5350c0af0
Change-Id: I84b32ec932496b04ed99e2435e812eb5350c0af0
2018-08-06 16:35:32 -07:00
3 changed files with 229 additions and 90 deletions

View File

@@ -7,8 +7,10 @@ ignore_merged_commits = true
[Builtin Hooks]
commit_msg_test_field = true
android_test_mapping_format = true
[Tool Paths]
bpfmt = ${REPO_ROOT}/prebuilts/build-tools/${BUILD_OS}/bin/bpfmt
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

View File

@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!--
This branch is a master side branch and is configured to have all project
specific rules. When updating this manifest file, please also update the
project rule in google3 to ensure new projects get testing.
See go/side-branch-testing for details.
-->
<remote name="goog"
fetch="https://googleplex-android.googlesource.com/"
revision="mirror-aosp-master-with-vendor" />
<!-- pull in the standard AOSP projects. -->
<include name="default.xml" />
<project path="vendor/google_devices/blueline" name="platform/vendor/aosp/google_devices/blueline" groups="vendor" remote="goog" />
<project path="vendor/google_devices/bonito" name="platform/vendor/aosp/google_devices/bonito" groups="vendor" remote="goog" />
<project path="vendor/google_devices/crosshatch" name="platform/vendor/aosp/google_devices/crosshatch" groups="vendor" remote="goog" />
<project path="vendor/google_devices/marlin" name="platform/vendor/aosp/google_devices/marlin" groups="vendor" remote="goog" />
<project path="vendor/google_devices/muskie" name="platform/vendor/aosp/google_devices/muskie" groups="vendor" remote="goog" />
<project path="vendor/google_devices/sailfish" name="platform/vendor/aosp/google_devices/sailfish" groups="vendor" remote="goog" />
<project path="vendor/google_devices/sargo" name="platform/vendor/aosp/google_devices/sargo" groups="vendor" remote="goog" />
<project path="vendor/google_devices/taimen" name="platform/vendor/aosp/google_devices/taimen" groups="vendor" remote="goog" />
<project path="vendor/google_devices/walleye" name="platform/vendor/aosp/google_devices/walleye" groups="vendor" remote="goog" />
<project path="vendor/google/security" name="platform/vendor/google/security" groups="vendor" remote="goog" />
<project path="vendor/google/tools" name="platform/vendor/google/tools" groups="vendor" remote="goog" />
<project path="vendor/linaro/hikey960" name="platform/vendor/aosp/linaro/hikey960" groups="vendor" remote="goog" />
<project path="vendor/qcom/bonito" name="platform/vendor/aosp/qcom/bonito" groups="vendor" remote="goog" />
<project path="vendor/qcom/blueline" name="platform/vendor/aosp/qcom/blueline" groups="vendor" remote="goog" />
<project path="vendor/qcom/crosshatch" name="platform/vendor/aosp/qcom/crosshatch" groups="vendor" remote="goog" />
<project path="vendor/qcom/marlin" name="platform/vendor/aosp/qcom/marlin" groups="vendor" remote="goog" />
<project path="vendor/qcom/sailfish" name="platform/vendor/aosp/qcom/sailfish" groups="vendor" remote="goog" />
<project path="vendor/qcom/sargo" name="platform/vendor/aosp/qcom/sargo" groups="vendor" remote="goog" />
<project path="vendor/qcom/taimen" name="platform/vendor/aosp/qcom/taimen" groups="vendor" remote="goog" />
<project path="vendor/qcom/walleye" name="platform/vendor/aosp/qcom/walleye" groups="vendor" remote="goog" />
</manifest>

View File

@@ -1,13 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!--
This branch is a main side branch, but is not to be setup for testing
as documented in go/side-branch-testing. This is because the Cuttlefish
branches use a different branching strategy, please see
go/cuttlefish-branching-proposal for details.
-->
<remote name="aosp"
fetch=".."
review="https://android-review.googlesource.com/" />
<default revision="master"
<default revision="main"
remote="aosp"
sync-j="4" />
<manifest-server url="http://android-smartsync.corp.google.com/android.googlesource.com/manifestserver" />
<project path="build/make" name="platform/build" groups="pdk" >
<copyfile src="core/root.mk" dest="Makefile" />
<linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
@@ -33,6 +41,8 @@
<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" />
@@ -44,30 +54,32 @@
<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" revision="cuttlefish-testing" />
<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/google/accessory/arduino" name="device/google/accessory/arduino" groups="device,pdk" />
<project path="device/google/accessory/demokit" name="device/google/accessory/demokit" groups="device,pdk" />
<project path="device/google/atv" name="device/google/atv" groups="device,broadcom_pdk,generic_fs,pdk" />
<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/contexthub" name="device/google/contexthub" groups="device,marlin,pdk" />
<project path="device/google/cuttlefish" name="device/google/cuttlefish" groups="device" />
<project path="device/google/cuttlefish_common" name="device/google/cuttlefish_common" groups="device" />
<project path="device/google/cuttlefish_kernel" name="device/google/cuttlefish_kernel" groups="device" clone-depth="1" />
<project path="device/google/dragon" name="device/google/dragon" groups="device,dragon" />
<project path="device/google/dragon-kernel" name="device/google/dragon-kernel" groups="device,dragon" clone-depth="1" />
<project path="device/google/crosshatch" name="device/google/crosshatch" groups="device,crosshatch" />
<project path="device/google/crosshatch-kernel" name="device/google/crosshatch-kernel" groups="device,crosshatch" clone-depth="1" />
<project path="device/google/crosshatch-sepolicy" name="device/google/crosshatch-sepolicy" groups="device,crosshatch" />
<project path="device/google/cuttlefish" name="device/google/cuttlefish" groups="device,pdk" revision="master-cuttlefish-testing" />
<project path="device/google/cuttlefish_common" name="device/google/cuttlefish_common" groups="device,pdk" revision="cuttlefish-testing" />
<project path="device/google/cuttlefish_kernel" name="device/google/cuttlefish_kernel" groups="device,pdk" clone-depth="1" revision="master-cuttlefish-testing" />
<project path="device/google/cuttlefish_vmm" name="device/google/cuttlefish_vmm" groups="device,pdk" clone-depth="1" revision="cuttlefish-testing" />
<project path="device/google/fuchsia" name="device/google/fuchsia" groups="device" />
<project path="device/google/marlin" name="device/google/marlin" groups="device,marlin,pdk" />
<project path="device/google/marlin-kernel" name="device/google/marlin-kernel" groups="device,marlin,pdk" clone-depth="1" />
<project path="device/google/muskie" name="device/google/muskie" groups="device,muskie" />
<project path="device/google/taimen" name="device/google/taimen" groups="device,taimen" />
<project path="device/google/muskie" name="device/google/muskie" groups="device,muskie,pdk" />
<project path="device/google/taimen" name="device/google/taimen" groups="device,taimen,pdk" />
<project path="device/google/vrservices" name="device/google/vrservices" groups="pdk" clone-depth="1" />
<project path="device/google/wahoo" name="device/google/wahoo" groups="device,wahoo" />
<project path="device/google/wahoo-kernel" name="device/google/wahoo-kernel" groups="device,wahoo" clone-depth="1" />
<project path="device/huawei/angler" name="device/huawei/angler" groups="device,angler,broadcom_pdk" />
<project path="device/huawei/angler-kernel" name="device/huawei/angler-kernel" groups="device,angler,broadcom_pdk" clone-depth="1" />
<project path="device/lge/bullhead" name="device/lge/bullhead" groups="device,bullhead" />
<project path="device/lge/bullhead-kernel" name="device/lge/bullhead-kernel" groups="device,bullhead" clone-depth="1" />
<project path="device/google/wahoo" name="device/google/wahoo" groups="device,wahoo,pdk" />
<project path="device/google/wahoo-kernel" name="device/google/wahoo-kernel" groups="device,wahoo,pdk" clone-depth="1" />
<project path="device/linaro/bootloader/arm-trusted-firmware" name="device/linaro/bootloader/arm-trusted-firmware" />
<project path="device/linaro/bootloader/edk2" name="device/linaro/bootloader/edk2" />
<project path="device/linaro/bootloader/OpenPlatformPkg" name="device/linaro/bootloader/OpenPlatformPkg" />
@@ -76,14 +88,19 @@
<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 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/ARMComputeLibrary" name="platform/external/ARMComputeLibrary" groups="pdk" />
<project path="external/aac" name="platform/external/aac" groups="pdk" />
<project path="external/adeb" name="platform/external/adeb" 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/annotation-tools" name="platform/external/annotation-tools" 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" />
@@ -93,7 +110,7 @@
<project path="external/arm-optimized-routines" name="platform/external/arm-optimized-routines" 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/bart" name="platform/external/bart" 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" />
@@ -101,6 +118,8 @@
<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/chromium-libpac" name="platform/external/chromium-libpac" groups="pdk" />
<project path="external/chromium-trace" name="platform/external/chromium-trace" groups="pdk" />
@@ -111,15 +130,15 @@
<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/conscrypt" name="platform/external/conscrypt" groups="pdk" />
<project path="external/cpu_features" name="platform/external/cpu_features" 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/desugar" name="platform/external/desugar" groups="pdk" />
<project path="external/devlib" name="platform/external/devlib" groups="pdk" />
<project path="external/dexmaker" name="platform/external/dexmaker" groups="pdk" />
<project path="external/dhcpcd-6.8.2" name="platform/external/dhcpcd-6.8.2" 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" />
@@ -136,17 +155,17 @@
<project path="external/emma" name="platform/external/emma" groups="pdk" />
<project path="external/epid-sdk" name="platform/external/epid-sdk" groups="pdk" />
<project path="external/error_prone" name="platform/external/error_prone" groups="pdk" />
<project path="external/esd" name="platform/external/esd" groups="pdk" />
<project path="external/expat" name="platform/external/expat" groups="pdk" />
<project path="external/eyes-free" name="platform/external/eyes-free" groups="pdk" />
<project path="external/f2fs-tools" name="platform/external/f2fs-tools" 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/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/gemmlowp" name="platform/external/gemmlowp" groups="pdk" />
<project path="external/gflags" name="platform/external/gflags" groups="pdk" />
<project path="external/giflib" name="platform/external/giflib" groups="pdk,qcom_msm8x26" />
@@ -160,17 +179,21 @@
<project path="external/google-fonts/dancing-script" name="platform/external/google-fonts/dancing-script" groups="pdk" />
<project path="external/google-fruit" name="platform/external/google-fruit" groups="pdk" />
<project path="external/google-styleguide" name="platform/external/google-styleguide" groups="pdk" />
<project path="external/google-tv-pairing-protocol" name="platform/external/google-tv-pairing-protocol" 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/hamcrest" name="platform/external/hamcrest" groups="pdk" />
<project path="external/harfbuzz_ng" name="platform/external/harfbuzz_ng" groups="pdk,qcom_msm8x26" />
<project path="external/honggfuzz" name="platform/external/honggfuzz" groups="pdk" />
<project path="external/hyphenation-patterns" name="platform/external/hyphenation-patterns" 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/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" />
@@ -179,13 +202,13 @@
<project path="external/jacoco" name="platform/external/jacoco" 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" name="platform/external/jemalloc" groups="pdk" />
<project path="external/jemalloc_new" name="platform/external/jemalloc_new" groups="pdk" />
<project path="external/jline" name="platform/external/jline" groups="pdk,tradefed,pdk-fs" />
<project path="external/jmdns" name="platform/external/jmdns" groups="pdk" />
<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" />
@@ -203,22 +226,22 @@
<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/libconstrainedcrypto" name="platform/external/libconstrainedcrypto" 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/libdaemon" name="platform/external/libdaemon" 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/libedit" name="platform/external/libedit" 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/libgsm" name="platform/external/libgsm" groups="pdk" />
<project path="external/libhevc" name="platform/external/libhevc" 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/libmicrohttpd" name="platform/external/libmicrohttpd" groups="pdk" />
<project path="external/libmpeg2" name="platform/external/libmpeg2" groups="pdk" />
<project path="external/libmtp" name="platform/external/libmtp" groups="pdk" />
<project path="external/libnetfilter_conntrack" name="platform/external/libnetfilter_conntrack" groups="pdk" />
@@ -229,21 +252,25 @@
<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/libtextclassifier" name="platform/external/libtextclassifier" groups="pdk" />
<project path="external/libunwind" name="platform/external/libunwind" groups="pdk" />
<project path="external/libunwind_llvm" name="platform/external/libunwind_llvm" groups="pdk" />
<project path="external/libusb" name="platform/external/libusb" groups="pdk" />
<project path="external/libusb-compat" name="platform/external/libusb-compat" groups="pdk" />
<project path="external/libvncserver" name="platform/external/libvncserver" 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/libvterm" name="platform/external/libvterm" groups="pdk" />
<project path="external/libxaac" name="platform/external/libxaac" groups="pdk" />
<project path="external/libxcam" name="platform/external/libxcam" 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" />
<project path="external/lisa" name="platform/external/lisa" groups="pdk" />
<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/lzma" name="platform/external/lzma" groups="pdk" />
@@ -254,7 +281,6 @@
<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/mmc-utils" name="platform/external/mmc-utils" 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" />
@@ -264,39 +290,50 @@
<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/nfacct" name="platform/external/nfacct" 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/android" name="platform/external/nos/host/android" groups="pdk" />
<project path="external/nos/host/generic" name="platform/external/nos/host/generic" groups="pdk" />
<project path="external/nos/test/system-test-harness" name="platform/external/nos/test/system-test-harness" 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/oj-libjdwp" name="platform/external/oj-libjdwp" groups="pdk" />
<project path="external/okhttp" name="platform/external/okhttp" groups="pdk" />
<project path="external/one-true-awk" name="platform/external/one-true-awk" groups="pdk" />
<project path="external/opencv" name="platform/external/opencv" groups="pdk-cw-fs,pdk-fs" />
<project path="external/opencensus-java" name="platform/external/opencensus-java" groups="pdk,tradefed" />
<project path="external/OpenCSD" name="platform/external/OpenCSD" groups="pdk" />
<project path="external/owasp/sanitizer" name="platform/external/owasp/sanitizer" 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/perf_data_converter" name="platform/external/perf_data_converter" 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/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/protobuf-javalite" name="platform/external/protobuf-javalite" 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/appdirs" name="platform/external/python/appdirs" groups="vts,pdk" />
<project path="external/python/asn1crypto" name="platform/external/python/asn1crypto" groups="pdk" />
<project path="external/python/atomicwrites" name="platform/external/python/atomicwrites" groups="pdk" />
<project path="external/python/attrs" name="platform/external/python/attrs" groups="pdk" />
<project path="external/python/cachetools" name="platform/external/python/cachetools" groups="vts,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/dill" name="platform/external/python/dill" groups="vts,pdk" />
<project path="external/python/enum" name="platform/external/python/enum" groups="vts,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/future" name="platform/external/python/future" groups="vts,pdk" />
<project path="external/python/futures" name="platform/external/python/futures" groups="vts,pdk" />
<project path="external/python/gapic-google-cloud-pubsub-v1" name="platform/external/python/gapic-google-cloud-pubsub-v1" groups="vts,pdk" />
@@ -310,8 +347,10 @@
<project path="external/python/grpc-google-iam-v1" name="platform/external/python/grpc-google-iam-v1" groups="vts,pdk" />
<project path="external/python/grpcio" name="platform/external/python/grpcio" 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/matplotlib" name="platform/external/python/matplotlib" groups="vts,pdk" />
<project path="external/python/mock" name="platform/external/python/mock" groups="pdk" />
<project path="external/python/more-itertools" name="platform/external/python/more-itertools" groups="pdk" />
<project path="external/python/numpy" name="platform/external/python/numpy" groups="vts,pdk" />
<project path="external/python/oauth2client" name="platform/external/python/oauth2client" groups="vts,pdk" />
<project path="external/python/olefile" name="platform/external/python/olefile" groups="vts,pdk" />
@@ -319,24 +358,33 @@
<project path="external/python/parse" name="platform/external/python/parse" groups="vts,pdk" />
<project path="external/python/Pillow" name="platform/external/python/Pillow" groups="vts,pdk" />
<project path="external/python/ply" name="platform/external/python/ply" groups="vts,pdk" />
<project path="external/python/pluggy" name="platform/external/python/pluggy" groups="pdk" />
<project path="external/python/proto-google-cloud-pubsub-v1" name="platform/external/python/proto-google-cloud-pubsub-v1" groups="vts,pdk" />
<project path="external/python/protobuf" name="platform/external/python/protobuf" groups="vts,pdk" />
<project path="external/python/py" name="platform/external/python/py" groups="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/pycparser" name="platform/external/python/pycparser" groups="pdk" />
<project path="external/python/pyopenssl" name="platform/external/python/pyopenssl" groups="pdk" />
<project path="external/python/pyparsing" name="platform/external/python/pyparsing" groups="vts,pdk" />
<project path="external/python/pytest" name="platform/external/python/pytest" groups="pdk" />
<project path="external/python/requests" name="platform/external/python/requests" groups="vts,pdk" />
<project path="external/python/rsa" name="platform/external/python/rsa" groups="vts,pdk" />
<project path="external/python/scipy" name="platform/external/python/scipy" 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/rapidjson" name="platform/external/rapidjson" groups="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" name="platform/external/robolectric" groups="pdk-cw-fs,pdk-fs" />
<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/safe-iop" name="platform/external/safe-iop" groups="pdk" />
<project path="external/rust/crates/byteorder" name="platform/external/rust/crates/byteorder" groups="pdk" />
<project path="external/rust/crates/libc" name="platform/external/rust/crates/libc" groups="pdk" />
<project path="external/rust/crates/remain" name="platform/external/rust/crates/remain" 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/seccomp-tests" name="platform/external/seccomp-tests" groups="pdk" />
@@ -345,6 +393,7 @@
<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" 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" />
@@ -352,14 +401,12 @@
<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/spirv-llvm" name="platform/external/spirv-llvm" 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/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" clone-depth="1" />
<project path="external/swiftshader" name="platform/external/swiftshader" groups="pdk" />
<project path="external/syslinux" name="platform/external/syslinux" groups="pdk" />
<project path="external/swiftshader" name="platform/external/swiftshader" groups="pdk" revision="cuttlefish-testing" />
<project path="external/syzkaller" name="platform/external/syzkaller" groups="projectarch" />
<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" />
@@ -370,31 +417,32 @@
<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" name="platform/external/tpm2" groups="pdk" />
<project path="external/trappy" name="platform/external/trappy" 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/u-boot" name="platform/external/u-boot" 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/v4l2_codec2" name="platform/external/v4l2_codec2" groups="pdk" />
<project path="external/v8" name="platform/external/v8" 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" revision="cuttlefish-testing" />
<project path="external/vixl" name="platform/external/vixl" 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/webview_support_interfaces" name="platform/external/webview_support_interfaces" 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/x264" name="platform/external/x264" groups="pdk" />
<project path="external/xmlrpcpp" name="platform/external/xmlrpcpp" 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/yapf" name="platform/external/yapf" groups="vts,pdk" />
<project path="external/xz-java" name="platform/external/xz-java" 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/zxing" name="platform/external/zxing" groups="pdk" />
@@ -403,7 +451,6 @@
<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/data-binding" name="platform/frameworks/data-binding" groups="pdk-cw-fs,pdk-fs" />
<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" />
@@ -414,13 +461,14 @@
<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/datetimepicker" name="platform/frameworks/opt/datetimepicker" groups="pdk-cw-fs,pdk-fs" />
<project path="frameworks/opt/inputmethodcommon" name="platform/frameworks/opt/inputmethodcommon" groups="pdk-cw-fs,pdk-fs" />
<project path="frameworks/opt/net/ethernet" name="platform/frameworks/opt/net/ethernet" groups="pdk-fs" />
<project path="frameworks/opt/net/ike" name="platform/frameworks/opt/net/ike" groups="pdk" />
<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/lowpan" name="platform/frameworks/opt/net/lowpan" groups="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" />
@@ -430,43 +478,64 @@
<project path="frameworks/opt/vcard" name="platform/frameworks/opt/vcard" groups="pdk-cw-fs,pdk-fs" />
<project path="frameworks/rs" name="platform/frameworks/rs" groups="pdk" />
<project path="frameworks/support" name="platform/frameworks/support" groups="pdk-cw-fs,pdk-fs" />
<project path="frameworks/webview" name="platform/frameworks/webview" groups="pdk-cw-fs,pdk-fs" />
<project path="frameworks/wilhelm" name="platform/frameworks/wilhelm" groups="pdk-cw-fs,pdk-fs" />
<project path="hardware/akm" name="platform/hardware/akm" groups="pdk" />
<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/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="bonito,crosshatch" />
<project path="hardware/interfaces" name="platform/hardware/interfaces" groups="pdk" />
<project path="hardware/invensense" name="platform/hardware/invensense" groups="invensense,pdk" />
<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/marvell/bt" name="platform/hardware/marvell/bt" groups="marvell_bt,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" />
<project path="hardware/qcom/bootctrl" name="platform/hardware/qcom/bootctrl" groups="pdk" />
<project path="hardware/qcom/bt" name="platform/hardware/qcom/bt" groups="qcom,pdk" />
<project path="hardware/qcom/camera" name="platform/hardware/qcom/camera" groups="qcom_camera,pdk" />
<project path="hardware/qcom/data/ipacfg-mgr" name="platform/hardware/qcom/data/ipacfg-mgr" groups="qcom,pdk" />
<project path="hardware/qcom/display" name="platform/hardware/qcom/display" groups="pdk,qcom,qcom_display" />
<project path="hardware/qcom/gps" name="platform/hardware/qcom/gps" groups="qcom,qcom_gps,pdk" />
<project path="hardware/qcom/keymaster" name="platform/hardware/qcom/keymaster" groups="qcom,qcom_keymaster,pdk" />
<project path="hardware/qcom/media" name="platform/hardware/qcom/media" groups="qcom,pdk" />
<project path="hardware/qcom/msm8960" name="platform/hardware/qcom/msm8960" groups="qcom_msm8960,pdk" />
<project path="hardware/qcom/msm8994" name="platform/hardware/qcom/msm8994" groups="qcom_msm8994,pdk" />
<project path="hardware/qcom/msm8996" name="platform/hardware/qcom/msm8996" groups="qcom_msm8996,pdk" />
<project path="hardware/qcom/msm8998" name="platform/hardware/qcom/msm8998" groups="qcom_msm8998,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/msm8998" name="platform/hardware/qcom/msm8998" groups="qcom_msm8998,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" />
<project path="hardware/qcom/msm8x27" name="platform/hardware/qcom/msm8x27" groups="qcom_msm8x27,pdk" />
<project path="hardware/qcom/msm8x84" name="platform/hardware/qcom/msm8x84" groups="qcom_msm8x84,pdk" />
<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/neuralnetworks/hvxservice" name="platform/hardware/qcom/neuralnetworks/hvxservice" groups="wahoo" />
<project path="hardware/qcom/power" name="platform/hardware/qcom/power" groups="qcom,pdk" />
<project path="hardware/qcom/wlan" name="platform/hardware/qcom/wlan" groups="qcom_wlan,pdk" />
<project path="hardware/qcom/power" name="platform/hardware/qcom/power" groups="qcom,pdk-qcom" />
<project path="hardware/qcom/sdm710/data/ipacfg-mgr" name="platform/hardware/qcom/sdm710/data/ipacfg-mgr" groups="vendor,qcom_sdm710" />
<project path="hardware/qcom/sdm710/display" name="platform/hardware/qcom/sdm710/display" groups="qcom_sdm710" >
<linkfile src="os_pickup.mk" dest="hardware/qcom/sdm710/Android.mk" />
<linkfile src="os_pickup.bp" dest="hardware/qcom/sdm710/Android.bp" />
</project>
<project path="hardware/qcom/sdm710/gps" name="platform/hardware/qcom/sdm710/gps" groups="qcom_sdm710" />
<project path="hardware/qcom/sdm710/media" name="platform/hardware/qcom/sdm710/media" groups="qcom_sdm710" />
<project path="hardware/qcom/sdm710/thermal" name="platform/hardware/qcom/sdm710/thermal" groups="qcom_sdm710" />
<project path="hardware/qcom/sdm710/vr" name="platform/hardware/qcom/sdm710/vr" groups="qcom_sdm710" />
<project path="hardware/qcom/sdm845/bt" name="platform/hardware/qcom/sdm845/bt" groups="qcom_sdm845" />
<project path="hardware/qcom/sdm845/data/ipacfg-mgr" name="platform/hardware/qcom/sdm845/data/ipacfg-mgr" groups="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="qcom_sdm845" />
<project path="hardware/qcom/sdm845/gps" name="platform/hardware/qcom/sdm845/gps" groups="qcom_sdm845" />
<project path="hardware/qcom/sdm845/media" name="platform/hardware/qcom/sdm845/media" groups="qcom_sdm845" />
<project path="hardware/qcom/sdm845/thermal" name="platform/hardware/qcom/sdm845/thermal" groups="qcom_sdm845" />
<project path="hardware/qcom/sdm845/vr" name="platform/hardware/qcom/sdm845/vr" groups="qcom_sdm845" />
<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/ti/am57x" name="platform/hardware/ti/am57x" groups="pdk" />
<project path="kernel/build" name="kernel/build" />
<project path="kernel/configs" name="kernel/configs" groups="vts,pdk" />
<project path="kernel/tests" name="kernel/tests" />
<project path="libcore" name="platform/libcore" groups="pdk" />
@@ -501,7 +570,6 @@
<project path="packages/apps/DocumentsUI" name="platform/packages/apps/DocumentsUI" groups="pdk-cw-fs,pdk-fs" />
<project path="packages/apps/Email" name="platform/packages/apps/Email" groups="pdk-fs" />
<project path="packages/apps/EmergencyInfo" name="platform/packages/apps/EmergencyInfo" groups="pdk-fs" />
<project path="packages/apps/ExactCalculator" name="platform/packages/apps/ExactCalculator" 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" />
@@ -523,6 +591,7 @@
<project path="packages/apps/SafetyRegulatoryInfo" name="platform/packages/apps/SafetyRegulatoryInfo" 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/SoundRecorder" name="platform/packages/apps/SoundRecorder" 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" />
@@ -537,9 +606,13 @@
<project path="packages/apps/TV" name="platform/packages/apps/TV" />
<project path="packages/apps/UnifiedEmail" name="platform/packages/apps/UnifiedEmail" groups="pdk-fs" />
<project path="packages/apps/WallpaperPicker" name="platform/packages/apps/WallpaperPicker" groups="pdk-fs" />
<project path="packages/experimental" name="platform/packages/experimental" />
<project path="packages/inputmethods/LatinIME" name="platform/packages/inputmethods/LatinIME" groups="pdk-fs" />
<project path="packages/inputmethods/OpenWnn" name="platform/packages/inputmethods/OpenWnn" groups="pdk-fs" />
<project path="packages/modules/CaptivePortalLogin" name="platform/packages/modules/CaptivePortalLogin" 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/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/providers/ApplicationsProvider" name="platform/packages/providers/ApplicationsProvider" groups="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" />
@@ -556,6 +629,7 @@
<project path="packages/screensavers/PhotoTable" name="platform/packages/screensavers/PhotoTable" groups="pdk-fs" />
<project path="packages/screensavers/WebView" name="platform/packages/screensavers/WebView" 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/Mms" name="platform/packages/services/Mms" groups="pdk-cw-fs,pdk-fs" />
<project path="packages/services/NetworkRecommendation" name="platform/packages/services/NetworkRecommendation" groups="pdk-fs" />
@@ -565,15 +639,20 @@
<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/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/deqp" name="platform/prebuilts/deqp" 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" />
@@ -581,31 +660,39 @@
<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.15-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8" groups="pdk,linux" 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/mips/mips64el-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9" groups="pdk,linux,mips" 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" clone-depth="1" />
<project path="prebuilts/gdb/linux-x86" name="platform/prebuilts/gdb/linux-x86" groups="linux" 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-cw-fs,pdk-fs" 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/libs/libedit" name="platform/prebuilts/libs/libedit" groups="pdk-cw-fs,pdk-fs" 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/maven_repo/google-play-service-client-libraries-3p" name="platform/prebuilts/maven_repo/google-play-service-client-libraries-3p" clone-depth="1" />
<project path="prebuilts/misc" name="platform/prebuilts/misc" 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" 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/r8" name="platform/prebuilts/r8" 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/v27" name="platform/prebuilts/vndk/v27" groups="pdk" clone-depth="1" />
<project path="prebuilts/vndk/v28" name="platform/prebuilts/vndk/v28" 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/ashmemd" name="platform/system/ashmemd" 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" />
@@ -613,6 +700,7 @@
<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/iorap" name="platform/system/iorap" groups="pdk" />
@@ -621,47 +709,55 @@
<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/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/linkerconfig" name="platform/system/linkerconfig" groups="pdk" />
<project path="system/media" name="platform/system/media" 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/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-cw-fs,pdk-fs" />
<project path="system/tools/bpt" name="platform/system/tools/bpt" 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/update_engine" name="platform/system/update_engine" groups="pdk" />
<project path="system/ucontainer" name="platform/system/ucontainer" groups="pdk" />
<project path="system/vold" name="platform/system/vold" groups="pdk" />
<project path="test/framework" name="platform/test/framework" groups="vts,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/sts" name="platform/test/sts" groups="sts,pdk" />
<project path="test/vti/alert" name="platform/test/vti/alert" groups="vts,pdk" />
<project path="test/vti/dashboard" name="platform/test/vti/dashboard" groups="vts,pdk" />
<project path="test/vti/fuzz_test_serving" name="platform/test/vti/fuzz_test_serving" groups="vts,pdk" />
<project path="test/vti/test_serving" name="platform/test/vti/test_serving" groups="vts,pdk" />
<project path="test/mts" name="platform/test/mts" />
<project path="test/suite_harness" name="platform/test/suite_harness" groups="cts,pdk-cw-fs,pdk-fs" />
<project path="test/vti/alert" name="platform/test/vti/alert" groups="vts,projectarch" />
<project path="test/vti/dashboard" name="platform/test/vti/dashboard" groups="vts,projectarch" />
<project path="test/vti/fuzz_test_serving" name="platform/test/vti/fuzz_test_serving" groups="vts,projectarch" />
<project path="test/vti/test_serving" name="platform/test/vti/test_serving" groups="vts,projectarch" />
<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,pdk" />
<project path="test/vts-testcase/fuzz" name="platform/test/vts-testcase/fuzz" groups="vts,projectarch" />
<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,pdk" />
<project path="test/vts-testcase/performance" name="platform/test/vts-testcase/performance" groups="vts,pdk" />
<project path="test/vts-testcase/security" name="platform/test/vts-testcase/security" groups="vts,pdk" />
<project path="test/vts-testcase/nbu" name="platform/test/vts-testcase/nbu" groups="vts,projectarch" />
<project path="test/vts-testcase/performance" name="platform/test/vts-testcase/performance" groups="vts,projectarch" />
<project path="test/vts-testcase/security" name="platform/test/vts-testcase/security" groups="vts,projectarch" />
<project path="test/vts-testcase/vndk" name="platform/test/vts-testcase/vndk" groups="vts,pdk" />
<project path="toolchain/benchmark" name="toolchain/benchmark" />
<project path="toolchain/binutils" name="toolchain/binutils" groups="pdk" />
<project path="toolchain/pgo-profiles" name="toolchain/pgo-profiles" groups="pdk" />
<project path="tools/acloud" name="platform/tools/acloud" groups="tools,vts,pdk,tradefed" />
<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/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/currysrc" name="platform/tools/currysrc" groups="pdk" />
<project path="tools/dexter" name="platform/tools/dexter" groups="tools,pdk-fs" />
<project path="tools/external_updater" name="platform/tools/external_updater" groups="tools" />
<project path="tools/external/fat32lib" name="platform/tools/external/fat32lib" groups="tools" />
@@ -670,6 +766,8 @@
<project path="tools/loganalysis" name="platform/tools/loganalysis" groups="nopresubmit,pdk,tradefed" />
<project path="tools/metalava" name="platform/tools/metalava" groups="tools" />
<project path="tools/motodev" name="platform/tools/motodev" groups="notdefault,motodev" />
<project path="tools/ndkports" name="platform/tools/ndkports" groups="pdk" />
<project path="tools/platform-compat" name="tools/platform-compat" />
<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" />
@@ -678,6 +776,7 @@
<project path="tools/test/graphicsbenchmark" name="platform/tools/test/graphicsbenchmark" groups="pdk" />
<project path="tools/tradefederation/core" name="platform/tools/tradefederation" groups="pdk,tradefed" />
<project path="tools/tradefederation/contrib" name="platform/tools/tradefederation/contrib" groups="pdk,tradefed" />
<project path="tools/trebuchet" name="platform/tools/trebuchet" groups="tools,cts,pdk-cw-fs,pdk-fs" />
<repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload" />