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
2 changed files with 38 additions and 1111 deletions

View File

@@ -1,17 +0,0 @@
# Settings in here control defaults for `repo upload` checks for all projects
# listed in the manifest. Do not turn on things here without first consulting
# the wider Android team, and make sure you send out a PSA before landing.
[Options]
ignore_merged_commits = true
[Builtin Hooks]
commit_msg_test_field = true
[Tool Paths]
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
google-java-format = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format
google-java-format-diff = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format-diff.py
cpplint = ${REPO_ROOT}/external/google-styleguide/cpplint/cpplint.py

File diff suppressed because it is too large Load Diff