Merge cherrypicks of ['android-review.googlesource.com/2608926'] into android-games-sdk-release.

Change-Id: Id51b5fc4dde45b449235ea772fb9d095e1ad8811
tree: 8f2aa66516733591e7063884015fdcb00fe174b7
  1. bender/
  2. buildSrc/
  3. cert/
  4. game-activity/
  5. game-text-input/
  6. games-controller/
  7. games-frame-pacing/
  8. games-memory-advice/
  9. games-performance-tuner/
  10. gradle/
  11. hooks/
  12. include/
  13. samples/
  14. src/
  15. test/
  16. third_party/
  17. .clang-format
  18. .gitignore
  19. ab_info.py
  20. build.bat
  21. build.gradle
  22. build.sh
  23. bundle-zip.sh
  24. download.sh
  25. gradle.properties
  26. gradlew
  27. gradlew.bat
  28. LICENSE
  29. OWNERS
  30. prepproto.gradle
  31. PREUPLOAD.cfg
  32. README.md
  33. RELEASE_NOTES
  34. settings.gradle
  35. THIRD_PARTY_NOTICES
  36. VERSIONS
README.md

Android Game Development Kit (AGDK)

Introduction

This bundled package is provided as a convenience for developers using legacy build methods, we encourage developers to use the gradle & maven approach if possible.

Included libraries

The following libraries are included in this bundle:

  • game-activity
  • game-controller (paddleboat)
  • game-text-input
  • games-frame-pacing (swappy)
  • games-performance-tuning (tuningfork)
  • games-memory-advice

The source code for these libraries is available at the gerrit repo

Bundle structure

The bundle contains the following:

  • All the AARs published on maven are in the root directory
  • Header files for the libraries are in the include directory
  • Library files (both static & shared) are in the libs directory
  • Per-library classes.jar files are in the jar-classes directory

Additional information

For more details please visit the AGDK website