Compare commits

...

13 Commits

Author SHA1 Message Date
Henry Daitx
a979873094 Add protobuf-3.0.0 dependency
Test: sync gamesdk and check the directory is there
Change-Id: I7c5a36ca322059bba401693093aa4630b8062dc9
2021-06-30 15:11:34 +01:00
Will Osborn
bc201d52b8 Add NDK21 to android-games-sdk manifest
Test: repo sync and check the NDK is there
Test: build the gamesdk with the NDK added
Change-Id: Id42d2753674c7b372797abf944548ac3753e4d24
2020-04-21 16:20:27 +01:00
Insaf Latypov
b858ae3d59 Add Windows binaries of cmake used in builds.
Bug: 147667086
Change-Id: Id4ac2da5dd9b93ee1e7bce1afd6e5e9ef2f0a032
2020-02-26 17:10:23 +00:00
Haibo Huang
3638bf796e Pin CMake to 3.6
NDK r14 and r15 doesn't work on CMake 3.10. Pin cmake to 3.6.

Change-Id: Ib5dd1608fb6273d26ea1a006017b48c51996a0f5
2020-02-24 01:47:24 +00:00
Thomas Joseph Avila
bea5c0e60d Add platform/build to manifest. It is needed by Coastguard.
Bug: 148595875
2020-01-30 14:37:00 -08: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

51
default.xml Normal file
View File

@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="aosp"
fetch=".."
review="https://android-review.googlesource.com/" />
<default revision="master"
remote="aosp"
sync-j="4" />
<!-- platform/build is required by Coastguard -->
<project path="build" name="platform/build" revision="android-games-sdk"/>
<!-- The SDK repository itself + external code dependencies -->
<project path="gamesdk" name="platform/frameworks/opt/gamesdk"/>
<project path="external/protobuf" name="platform/external/protobuf"/>
<project path="external/nanopb-c" name="platform/external/nanopb-c"/>
<project path="external/modp_b64" name="platform/external/modp_b64"/>
<project path="external/googletest" name="platform/external/googletest"/>
<project path="external/six" name="platform/external/python/six"/>
<!-- All the required releases of the Android NDK -->
<project path="prebuilts/ndk/r13" name="toolchain/prebuilts/ndk/r13" />
<project path="prebuilts/ndk/r14" name="toolchain/prebuilts/ndk/r14" />
<project path="prebuilts/ndk/r15" name="toolchain/prebuilts/ndk/r15" />
<project path="prebuilts/ndk/r16" name="toolchain/prebuilts/ndk/r16" />
<project path="prebuilts/ndk/r17" name="toolchain/prebuilts/ndk/r17" />
<project path="prebuilts/ndk/r18" name="toolchain/prebuilts/ndk/r18" />
<project path="prebuilts/ndk/r19" name="toolchain/prebuilts/ndk/r19" />
<project path="prebuilts/ndk/r20" name="toolchain/prebuilts/ndk/r20" />
<project path="prebuilts/ndk/r21" name="toolchain/prebuilts/ndk/r21" />
<!-- All the pre-built components of releases of the Android SDK -->
<project path="prebuilts/sdk/build-tools/26.0.1" name="platform/prebuilts/fullsdk-linux/build-tools/26.0.1"/>
<project path="prebuilts/sdk/platforms/android-26" name="platform/prebuilts/fullsdk/platforms/android-26"/>
<project path="prebuilts/sdk/build-tools/28.0.3" name="platform/prebuilts/fullsdk-linux/build-tools/28.0.3"/>
<project path="prebuilts/sdk/platforms/android-28" name="platform/prebuilts/fullsdk/platforms/android-28"/>
<!-- Other tool packages required by the build system -->
<project path="prebuilts/cmake/linux-x86" name="platform/prebuilts/cmake/linux-x86"
clone-depth="1" revision="da4b9cb08341185e002c8a8c5df73533cdb93b41" />
<project path="prebuilts/cmake/darwin-x86" name="platform/prebuilts/cmake/darwin-x86"
clone-depth="1" revision="f3bfe547014d2d751b7547ad7847a51b0ea34dc8" />
<project path="prebuilts/cmake/windows-x86" name="platform/prebuilts/cmake/windows-x86"
clone-depth="1" revision="0462c2d1927fb299d29010aee3e24c31fec67033" />
<!-- Repo hooks -->
<project path="tools/repohooks" name="platform/tools/repohooks" />
<repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload" />
</manifest>