Compare commits

..

15 Commits

Author SHA1 Message Date
android-build-prod (mdb)
2669b2a613 DO NOT MERGE ANYWHERE Create manifest for android-games-sdk-unity-release
Change-Id: Ibe60ec0893c7d430dc461df231d6a0c259c79f86
BUG: 165895670
2020-09-10 18:30:13 +00:00
android-build-prod (mdb)
71c53d15c7 DO NOT MERGE ANYWHERE Create manifest for android-games-sdk-unity-dev
Change-Id: I374b3c2adae361b816ad1e1c891e666bfe696962
BUG: 165895670
2020-09-10 18:16:00 +00:00
android-build-prod (mdb)
d4947a8b0e Pin manifest of android-games-sdk-release
Change-Id: Ia4402e4c14bd2f708f5d1885c1e1985b284f3e48
2020-02-13 16:18:52 +00:00
android-build-prod (mdb)
96cd04de51 Pin manifest of android-games-sdk-release
Change-Id: I0fd0a9b8a8d53df7393e054f2afed0c52c608a09
2020-02-11 10:12:25 +00:00
android-build-prod (mdb)
e6b77501be Pin manifest of android-games-sdk-release
Change-Id: I1d3345be94f0a228c4889c5c6e38e28d02f78aa3
2020-02-10 22:45:17 +00:00
android-build-prod (mdb)
9a2f6600ac Pin manifest of android-games-sdk-release
Change-Id: I358649fb3f64c7152f612eaef13e4c2150c2ce1a
2020-02-03 09:34:12 +00:00
android-build-prod (mdb)
3a6db20398 DO NOT MERGE ANYWHERE Create manifest for android-games-sdk-release
Change-Id: I8e3375936256cc4904e7f554953d03862a523038
BUG: 147488710
2020-01-14 16:46:18 +00:00
Victor Repetskyi
28c4c4c9ab Add NDK r20
Test: repo sync -j32 and check the NDK is downloaded
Test: build Games SDK with Android SDK 28 and NDK 20 and check that
buils is successful
Bug: 140161309

Change-Id: I66c55eb3b4dbe158c57ce3cf09e5f11e94e66ee9
2019-09-02 11:26:26 +01:00
Will Osborn
79d43ae4b6 Add NDK r18 and r19
Test: repo sync -j 8 and check the NDKs are downloaded
Bug: 135661374
Change-Id: I3ce1dd679f543652db44a27b9eed22d9efafe700
2019-06-20 11:05:40 +01:00
Idries Hamadi
a0c845d345 Added darwin prebuilt cmake binaries to games sdk repo manifest
Test: ln manifest.xml from test repo to default.xml from this change
Test: repo sync -j 8 in test repo
Test: verify that darwin-x86 files were synced

Bug: 135561237
2019-06-19 00:27:09 +00:00
Ady Abraham
78559d40f8 add repohooks to gamesdk manifest
Test: upload dummy cl and verify presubmit hooks run

Change-Id: I6fa356be388ae70a2b0ccac254eaf239dd9d7ab0
2019-06-10 18:57:28 +00:00
Thomas Joseph Avila
40cecc4040 Remove slash from some path names
Bug: 126525859
2019-03-01 11:50:30 -08:00
Thomas Joseph Avila
2d9b0d1ae5 remove trailing backslash from the name of several projects.
Bug: 126525859
2019-02-27 09:29:58 -08:00
Will Osborn
57958d1817 Add googletest project dependency
Bug: 120761553
2019-02-11 11:35:46 +00:00
Xin Li
fa0b8c649b Manifest for Android Games SDK.
Bug: 123068679
Change-Id: Icd11f74f4b2ca11e278027d7512337c5f1fd0d4d
2019-02-04 11:47:43 -08:00

View File

@@ -1,58 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<manifest> <manifest>
<!-- <remote fetch=".." name="aosp" review="https://android-review.googlesource.com/" />
This branch is a master side branch and is configured to have all project <default revision="android-games-sdk-unity-release" remote="aosp" sync-j="4" />
specific rules. When updating this manifest file, please also update the <project name="platform/build" path="build" />
project rule in google3 to ensure new projects get testing. <project name="platform/frameworks/opt/gamesdk" path="gamesdk" />
See go/side-branch-testing for details. <project name="platform/external/protobuf" path="external/protobuf" />
--> <project name="platform/external/nanopb-c" path="external/nanopb-c" />
<remote name="aosp" <project name="platform/external/modp_b64" path="external/modp_b64" />
fetch=".." <project name="platform/external/googletest" path="external/googletest" />
review="https://android-review.googlesource.com/" /> <project name="toolchain/prebuilts/ndk/r13" path="prebuilts/ndk/r13" />
<default revision="llvm-r416183" <project name="toolchain/prebuilts/ndk/r14" path="prebuilts/ndk/r14" />
remote="aosp" <project name="toolchain/prebuilts/ndk/r15" path="prebuilts/ndk/r15" />
sync-j="4" /> <project name="toolchain/prebuilts/ndk/r16" path="prebuilts/ndk/r16" />
<!-- Core LLVM toolchain components --> <project name="toolchain/prebuilts/ndk/r17" path="prebuilts/ndk/r17" />
<project path="bionic" name="platform/bionic" /> <project name="toolchain/prebuilts/ndk/r18" path="prebuilts/ndk/r18" />
<project path="toolchain/binutils" name="toolchain/binutils" /> <project name="toolchain/prebuilts/ndk/r19" path="prebuilts/ndk/r19" />
<project path="toolchain/llvm-project" name="toolchain/llvm-project" <project name="toolchain/prebuilts/ndk/r20" path="prebuilts/ndk/r20" />
/> <project name="platform/prebuilts/fullsdk-linux/build-tools/26.0.1" path="prebuilts/sdk/build-tools/26.0.1" />
<project path="toolchain/llvm_android" name="toolchain/llvm_android" /> <project name="platform/prebuilts/fullsdk/platforms/android-26" path="prebuilts/sdk/platforms/android-26" />
<!-- Android/ChromeOS shared toolchain-utils --> <project name="platform/prebuilts/fullsdk-linux/build-tools/28.0.3" path="prebuilts/sdk/build-tools/28.0.3" />
<project path="external/toolchain-utils" name="platform/external/toolchain-utils" /> <project name="platform/prebuilts/fullsdk/platforms/android-28" path="prebuilts/sdk/platforms/android-28" />
<!-- Binutils/gcc toolchains --> <project name="platform/prebuilts/cmake/linux-x86" path="prebuilts/cmake/linux-x86" />
<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 name="platform/prebuilts/cmake/darwin-x86" path="prebuilts/cmake/darwin-x86" />
<project path="prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" name="platform/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" clone-depth="1" /> <project name="platform/tools/repohooks" path="tools/repohooks" />
<project path="prebuilts/gcc/darwin-x86/host/headers" name="platform/prebuilts/gcc/darwin-x86/host/headers" groups="pdk,darwin" clone-depth="1" /> <repo-hooks enabled-list="pre-upload" in-project="platform/tools/repohooks" />
<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" /> </manifest>
<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" 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" 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" 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" />
<!-- CMake prebuilts -->
<project path="prebuilts/cmake/darwin-x86" name="platform/prebuilts/cmake/darwin-x86" clone-depth="1" />
<project path="prebuilts/cmake/linux-x86" name="platform/prebuilts/cmake/linux-x86" clone-depth="1" />
<!-- build-tools prebuilts (includes ninja) -->
<project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" clone-depth="1" />
<!-- Go prebuilts -->
<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" />
<!-- Dependencies for lldb -->
<project path="external/libedit" name="platform/external/libedit" />
<project path="external/swig" name="platform/external/swig" />
<project path="toolchain/xz" name="toolchain/xz" />
<project path="external/libxml2" name="platform/external/libxml2" />
<project path="external/libncurses" name="platform/external/ncurses" />
<!-- Python prebuilts -->
<project path="prebuilts/python/linux-x86" name="platform/prebuilts/python/linux-x86" clone-depth="1" />
<project path="prebuilts/python/darwin-x86" name="platform/prebuilts/python/darwin-x86" clone-depth="1" />
<project path="prebuilts/python/windows-x86" name="platform/prebuilts/python/windows-x86" clone-depth="1" />
<!-- Prebuilts (for ease of updating) -->
<project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" clone-depth="1" />
<project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1" />
<project path="prebuilts/clang/host/windows-x86" name="platform/prebuilts/clang/host/windows-x86" clone-depth="1" />
<!-- NDK headers/libraries -->
<project path="toolchain/prebuilts/ndk/r23" name="toolchain/prebuilts/ndk/r23" />
</manifest>