tup.config 872 B

123456789101112131415161718192021
  1. # ANDROID is the location of the Android SDK, it should have a folder called 'sdk' in it
  2. # To see the installed build tool versions, ls $(ANDROID)/sdk/build-tools
  3. # To see host tags, ls $(ANDROID)/sdk/ndk-bundle/toolchains/llvm/prebuilt
  4. CONFIG_ANDROID=/Users/user/Library/Android
  5. CONFIG_BUILD_TOOLS_VERSION=29.0.2
  6. CONFIG_HOST_TAG=darwin-x86_64
  7. CONFIG_TARGET=aarch64-linux-android29
  8. CONFIG_API_VERSION=21
  9. CONFIG_ABI=arm64-v8a
  10. # The path to a keystore file and its password:
  11. ## use "pass:hunter2" for plaintext
  12. ## use "file:pass.txt" to source it from a file
  13. ## use "env:PASS" to load it from an environment variable
  14. # To generate a keystore, do this:
  15. ## keytool -genkey -v -keystore YOURNAME-key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias YOURNAME
  16. CONFIG_KEYSTORE=
  17. CONFIG_KEYSTORE_PASS=
  18. # Path to VrApi folder from Oculus Mobile SDK
  19. CONFIG_VRAPI=/path/to/VrApi