config 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # vim: filetype=yaml sw=2
  2. version: '[% c("abbrev") %]'
  3. filename: 'orbot-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]'
  4. git_hash: '[% c("var/orbot_version") %]-tor-[% c("var/tor_version") %]'
  5. git_url: https://git.torproject.org/orbot.git
  6. git_submodule: 1
  7. var:
  8. tor_version: 0.3.4.9
  9. orbot_version: 16.0.5-RC-1
  10. deps:
  11. - build-essential
  12. - autotools-dev
  13. - unzip
  14. - zip
  15. - automake
  16. - autoconf
  17. - libtool
  18. - gettext-base
  19. - autopoint
  20. container:
  21. use_container: 1
  22. # this should be updated when the list of gradle dependencies is changed
  23. gradle_dependencies_version: 1
  24. targets:
  25. android:
  26. var:
  27. arch_deps:
  28. - openjdk-8-jdk
  29. input_files:
  30. - project: container-image
  31. - name: '[% c("var/compiler") %]'
  32. project: '[% c("var/compiler") %]'
  33. - filename: 0001-Bug-28051-Build-Orbot-as-a-library.patch
  34. - filename: 0002-Bug-28051-Exclude-the-AppUpdater.patch
  35. - filename: 0003-Bug-28051-Delete-the-Onboarding-activity.patch
  36. - filename: 0004-Bug-28051-Rename-the-Hidden-Service-content-provider.patch
  37. - filename: 0005-Bug-28051-Cast-the-layout-elements.patch
  38. - filename: 0006-Bug-28051-Don-t-use-Orbot-s-LocaleHelper-for-locale-.patch
  39. - filename: 0007-Bug-28051-Rename-Orbot-s-preferences-so-they-don-t-c.patch
  40. - filename: 0008-Bug-28051-Make-TorService-compatible-with-the-suppor.patch
  41. - filename: 0009-Bug-28051-Change-Orbot-s-behavior-for-Tor-Browser.patch
  42. - filename: 0010-Bug-28051-Rename-Orbot-as-Tor-Browser.patch
  43. - filename: 0011-Bug-28051-Tell-Proguard-it-should-keep-an-unused-met.patch
  44. - filename: 0012-Bug-28051-Escape-the-apostrophe-correctly.patch
  45. - filename: 0013-Bug-28051-Add-a-notification-compatibility-class.patch
  46. - filename: 0014-Bug-29794-Update-built-in-bridges.patch
  47. - filename: set_gradle_repo_to_local.patch
  48. - filename: 'gradle-dependencies-[% c("var/gradle_dependencies_version") %]'
  49. name: gradle-dependencies
  50. exec: '[% INCLUDE "fetch-gradle-dependencies" %]'