Compare commits

..

1 Commits

Author SHA1 Message Date
android-build-prod (mdb)
6b74498c5e DO NOT MERGE ANYWHERE Create manifest for android14-prebuilt-test
Change-Id: I435528ec07d6090659b516873fda5f774a460326
BUG: 379161992
2024-12-03 05:08:53 +00:00

View File

@@ -1,8 +1,16 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<manifest> <manifest>
<remote name="aosp" fetch=".." review="https://android-review.googlesource.com/"/>
<default remote="aosp" sync-j="4" revision="refs/tags/android-vts-14.0_r2"/> <remote name="aosp"
fetch=".."
review="https://android-review.googlesource.com/" />
<default revision="android14-prebuilt-test"
remote="aosp"
sync-j="4" />
<superproject name="platform/superproject" remote="aosp"/>
<contactinfo bugurl="go/repo-bug" /> <contactinfo bugurl="go/repo-bug" />
<project path="build/make" name="platform/build" groups="pdk" > <project path="build/make" name="platform/build" groups="pdk" >
<linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" /> <linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
<linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" /> <linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" />
@@ -1243,7 +1251,6 @@
<project path="tools/netsim" name="platform/tools/netsim" groups="pdk" /> <project path="tools/netsim" name="platform/tools/netsim" groups="pdk" />
<project path="tools/platform-compat" name="tools/platform-compat" groups="pdk-cw-fs,pdk-fs,pdk" /> <project path="tools/platform-compat" name="tools/platform-compat" groups="pdk-cw-fs,pdk-fs,pdk" />
<project path="tools/ndkports" name="platform/tools/ndkports" groups="pdk" /> <project path="tools/ndkports" name="platform/tools/ndkports" groups="pdk" />
<project path="tools/repohooks" name="platform/tools/repohooks" groups="adt-infra,cts,developers,motodev,pdk,tools,tradefed"/>
<project path="tools/security" name="platform/tools/security" groups="pdk,tools" /> <project path="tools/security" name="platform/tools/security" groups="pdk,tools" />
<project path="tools/test/connectivity" name="platform/tools/test/connectivity" groups="pdk" /> <project path="tools/test/connectivity" name="platform/tools/test/connectivity" groups="pdk" />
<project path="tools/test/graphicsbenchmark" name="platform/tools/test/graphicsbenchmark" groups="pdk" /> <project path="tools/test/graphicsbenchmark" name="platform/tools/test/graphicsbenchmark" groups="pdk" />
@@ -1253,5 +1260,4 @@
<project path="tools/tradefederation/prebuilts" name="platform/tools/tradefederation/prebuilts" groups="pdk,tradefed" clone-depth="1" /> <project path="tools/tradefederation/prebuilts" name="platform/tools/tradefederation/prebuilts" groups="pdk,tradefed" clone-depth="1" />
<project path="tools/treble" name="platform/tools/treble" groups="tools,pdk" /> <project path="tools/treble" name="platform/tools/treble" groups="tools,pdk" />
<project path="tools/trebuchet" name="platform/tools/trebuchet" groups="tools,cts,pdk,pdk-cw-fs,pdk-fs" /> <project path="tools/trebuchet" name="platform/tools/trebuchet" groups="tools,cts,pdk,pdk-cw-fs,pdk-fs" />
<repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload"/>
</manifest> </manifest>