summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-04Remove unused NDKs from the manifest.android-games-sdkDan Albert
afaict these are not used and are just wasting a ton of disk space. Bug: None Test: None Change-Id: I04f571357be0a41badf573e57bb37c47b361fe99
2023-07-05DO NOT MERGE ANYWHERE - Update android-games-sdk to use main branch.Xin Li
Bug: b/289400079 Change-Id: I972870787b15de1f5ab13bc0877c901dc53a33d6
2023-03-07Update protobuf version and add StatsD as a dependency for android-games-sdkBarış Kaya
Test: Built agdk libraries Change-Id: I6cd0014fad1b2fbcff8d4194ccf8c83607f94cd5
2022-08-08Add build-tools 30.0.3 to support new gradle plugin requirementsTom Murphy
The new version of AGP requires build-tools 30.0.3 Test: n/a Bug: n/a Change-Id: Ia279b0791a4960c2efe9fc9ce811716b162bd91d
2022-07-27Add python for windows and linuxTom Murphy
It is recommended that we vendor our dependencies. Add python to our manifest so we use a common in our ci and locally. Test: n/a Bug: n/a Change-Id: I730370337954cea163353a3d18b7f982533e95aa
2022-07-26Update python-protobuf to 3.20Tom Murphy
Update our python protobuf to fix issues with python 3.10 Test: n/a Bug: 236359013 Change-Id: If300fe0d8b71ac489e04dc5fad4c177f73933b08
2022-07-25Add libprotobuf to help us clean up our protobuf depsTom Murphy
We currently have many different dependencies on different parts of protobuf. Add libprotobuf so we can start cleaning these up. Test: n/a Bug: n/a Change-Id: I738d05aa7976cd06de3048511f470ccc2adc85fa
2022-07-21Add old cmake to work around gradle bugTom Murphy
There is a bug with the current version of gradle and cmake: b/239732968 Add an old version of cmake so we can work around this issue for the moment Test: n/a Bug: n/a Change-Id: I26f4488f7f3eb379713bbe4fbe46cbf42aad585d
2022-07-06add jdk11 to manifestTom Murphy
add jdk11 to manifest to allow us to upgrade to java 11 in our CI Test: n/a Bug: 236605626 Change-Id: I65b0802842ea6aaf8df6b3bbfef54cbe7e288d15
2022-05-16Switch xnnpack to lowercase so that tensorflow can properly locate.Barış Kaya
Test: Tested by building the memory advice library. Change-Id: I4e62a3652257b05a1134b07cdac2192720c4cd81
2022-05-12Add the rest of the dependencies to get tensorflow to build without anyBarış Kaya
downloads. Test: Tested by building the memory advice library Change-Id: I4b61bc6305998c3b39a56491ec8d846e9a684b5f
2022-03-30The memory advice testing app relies on headers located atBarış Kaya
external/flatbuffers, adding it to the manifest file. Test: Tested by running memory_advice's testapp Change-Id: Id6ca144b3d0167faa121f3f9c8afe3aa606efa70
2022-03-14Update cmake to 3.22 in order to placate build warningsWill Osborn
Bug: 218658612 Test: full build of libraries Change-Id: I6f422cefa9110d41b45768576b9953e1c3da3ea9
2022-03-09Add build tools 30.0.2 and android 29 platform to android games sdkWill Osborn
Bug: 218658612 Test: NA Change-Id: Id2984bce1e1c51b28f5f86e8211b4d526432ac3d
2022-02-08superproject - add superproject and contactinfo tags for mandroid-games-sdk ↵Raman Tenneti
branch. Bug: 201759197 Tested: Manual $ repo_dev init -b android-games-sdk -u sso://android/platform/manifest --use-superproject NOTICE: --use-superproject is in beta; report any issues to the address described in `repo version` /sdc/android/src/android-games-sdk/.repo/exp-superproject/925043f706ba64db713e9bf3b55987e2-superproject.git: Performing initial setup for superproject; this might take several minutes. /sdc/android/src/android-games-sdk/.repo/exp-superproject/925043f706ba64db713e9bf3b55987e2-superproject.git: Initial setup for superproject completed. $ repo_dev sync NOTICE: --use-superproject is in beta; report any issues to the address described in `repo version` /sdc/android/src/android-games-sdk/.repo/exp-superproject/925043f706ba64db713e9bf3b55987e2-superproject.git: Initial setup for superproject completed. Change-Id: I8f84c198051755f41dd042ebc6390803ff0e29d0
2022-02-04Added XNNPACK as a dependency for gamesdkBarış Kaya
Test: N/A Change-Id: I6efd36a8089bed13e61e2854eb511556987b422c
2022-02-01Added another dependency for tensorflow.Barış Kaya
Also included change-ids for libraries related to tensorflow. Test: Built memory_advice library Change-Id: Ie64e05a5ad647467e938acab722fbb0ff37713a8
2022-01-31Add NDK r23 to android-games-sdk manifestWill Osborn
Bug: 217171242 Test: NA Change-Id: I04c8b783603b6de29e742c47594e5071f6ebbdfa
2021-11-29Add android-31 to prebuilt platform manifest.Nate Trost
Needed for building Game Controller 1.1 library. Change-Id: Ie0281eb7e3b69e18c7edbd45145bd259f40b7a52
2021-11-07Add external dependencies of tensorflow so that it can be built as a native ↵Barış Kaya
library. Test: Built hogger app in samples/memory_advice Change-Id: I5c0b2b24847ffbcca2f13be243cf0d7cd296a56f
2021-10-20Remove cmake_temp/ directory.Barış Kaya
Test: built gamesdk Change-Id: I9eb80e34cb386527d0370873fc500c22230f807c
2021-10-20Change the cmake located in prebuilts/cmake to version 3.18.1Barış Kaya
Test: Built gamesdk Change-Id: I1834689cb6d3dfd230854dbb7d78dbf80ae01603
2021-10-14Added tensorflow as an external dependency to gamesdk.Baris Kaya
Also changed the cmake and ninja versions used in gamesdk. Test: Build and run tuningfork and swappy samples, and the TF Test App Change-Id: Ia0ee576cefc5c7be3eb27cbc91552009c085a9cd
2021-06-30Add protobuf-3.0.0 dependencyHenry Daitx
Test: sync gamesdk and check the directory is there Change-Id: I7c5a36ca322059bba401693093aa4630b8062dc9
2020-04-21Add NDK21 to android-games-sdk manifestWill Osborn
Test: repo sync and check the NDK is there Test: build the gamesdk with the NDK added Change-Id: Id42d2753674c7b372797abf944548ac3753e4d24
2020-02-26Add Windows binaries of cmake used in builds.Insaf Latypov
Bug: 147667086 Change-Id: Id4ac2da5dd9b93ee1e7bce1afd6e5e9ef2f0a032
2020-02-24Pin CMake to 3.6Haibo Huang
NDK r14 and r15 doesn't work on CMake 3.10. Pin cmake to 3.6. Change-Id: Ib5dd1608fb6273d26ea1a006017b48c51996a0f5
2020-01-30Add platform/build to manifest. It is needed by Coastguard.Thomas Joseph Avila
Bug: 148595875
2019-09-02Add NDK r20Victor Repetskyi
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-06-20Add NDK r18 and r19Will Osborn
Test: repo sync -j 8 and check the NDKs are downloaded Bug: 135661374 Change-Id: I3ce1dd679f543652db44a27b9eed22d9efafe700
2019-06-19Added darwin prebuilt cmake binaries to games sdk repo manifestIdries Hamadi
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-10add repohooks to gamesdk manifestAdy Abraham
Test: upload dummy cl and verify presubmit hooks run Change-Id: I6fa356be388ae70a2b0ccac254eaf239dd9d7ab0
2019-03-01Remove slash from some path namesThomas Joseph Avila
Bug: 126525859
2019-02-27remove trailing backslash from the name of several projects.Thomas Joseph Avila
Bug: 126525859
2019-02-11Add googletest project dependencyWill Osborn
Bug: 120761553
2019-02-04Manifest for Android Games SDK.Xin Li
Bug: 123068679 Change-Id: Icd11f74f4b2ca11e278027d7512337c5f1fd0d4d
2011-09-16Start from an empty projectaosp-dackka-main-devaosp-android-games-sdkThe Android Open Source Project