1. 76b3ac9 Simplfy DEPS: always pull all deps, remove unused barelinux platform. by mtklein · 10 years ago
  2. 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
  3. 8338a9a Reland "Move from libstlport to libc++ for Android framework builds" (patchset #1 id:1 of https://codereview.chromium.org/718793003/) by scroggo · 10 years ago
  4. 3c3fe7c Revert of Move from libstlport to libc++ for Android framework builds (patchset #1 id:1 of https://codereview.chromium.org/714113002/) by scroggo · 10 years ago
  5. ce25951 Move from libstlport to libc++ for Android framework builds by djsollen · 10 years ago
  6. 978d37b Add LOCAL_PICKUP_FILES to dm and bench makefiles. by scroggo · 10 years ago
  7. 0130c30 Add support for clang to the android build scripts by djsollen · 10 years ago
  8. 2550a7e Remove adb from Skia repository by djsollen · 10 years ago
  9. e228ba3 Update the Android NDK to r10c by djsollen · 10 years ago
  10. f49bba8 Use the most recent version of ADB from the SDK if necessary. by djsollen · 10 years ago
  11. c96aa64 Add a helper script to expose which version of adb the android scripts use. by djsollen · 10 years ago
  12. cd048d1 Update adb on linux to 1.0.32 by Derek Sollenberger · 10 years ago
  13. 89e5caa Revert of Update the Android NDK to r10c (patchset #1 id:1 of https://codereview.chromium.org/687603002/) by hcm · 10 years ago
  14. a01a17b Update the Android NDK to r10c by djsollen · 10 years ago
  15. f5b6bf7 Make -d x86 have the default GPU cache size. by mtklein · 10 years ago
  16. 77d724c Fix adb_pull_if_needed by borenet · 10 years ago
  17. 60d3054 Add Android copy_directory_contents_[to|from]_device scripts by Eric Boren · 10 years ago
  18. 7deeaf9 add n5 by mtklein · 10 years ago
  19. ed20c9b Fix root level Android.mk to now point to the correct nanobench makefile by djsollen · 10 years ago
  20. 8ebdd99 Cleanup FDO options. by djsollen · 10 years ago
  21. 6bf35c2 Update FDO options to match what is needed by the framework by djsollen · 10 years ago
  22. 0459cc7 Android.mk: bench_pictures -> nanobench by mtklein · 10 years ago
  23. dc0fcbb Fix Android platform self-tests by borenet · 10 years ago
  24. c7f069b Fix Android framework builds by Derek Sollenberger · 10 years ago
  25. be21e34 Bye bye bench. by mtklein · 10 years ago
  26. d3d6b81 Stop building tests in the Android tree. by mtklein · 10 years ago
  27. 937fca8 Add ability to generate/use FDO profiles for Android by djsollen · 10 years ago
  28. 7419e95 remove command line args by caryclark · 10 years ago
  29. fa9d135 fix nacl by caryclark · 10 years ago
  30. 384b020 Fix mac NDK builds by djsollen · 10 years ago
  31. ac29838 Fix warning about missing shared library symbols in android_gdbserver by qiankun.miao · 10 years ago
  32. 3eb258d Generate makefile for bench_pictures. by scroggo · 10 years ago
  33. d755479 Make gdb work for 64-bit Skia by qiankun.miao · 10 years ago
  34. 24b04fa Alphabetize defines in generated SkUserConfig. by scroggo · 10 years ago
  35. f94bdb8 explicitly add /data/local/tmp to the library path to support new AOSP restrictions by djsollen · 10 years ago
  36. 777a7dd Add config to build mips with dsp2 optimizations enabled by default. by Derek Sollenberger · 10 years ago
  37. c7d29c8 update our build system to support the experimental L-Release NDK by Derek Sollenberger · 10 years ago
  38. f955223 Add missing / in android_gdbserver by tomhudson · 10 years ago
  39. f50a793 Use BUILD_NATIVE_TEST instead of BUILD_EXECUTABLE. by scroggo · 10 years ago
  40. 6815011 make skia_launcher be a position independent executable by Derek Sollenberger · 10 years ago
  41. 950f89d Specify the name of tool for creating a makefile. by scroggo · 10 years ago
  42. b2e1fa5 Push resources to Android device by qiankun.miao · 10 years ago
  43. 9ac68ee Move BenchTimer to tools as Timer by mtklein · 10 years ago
  44. 9e64b78 Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/344213003/) by mtklein · 10 years ago
  45. 4ed7528 Move BenchTimer to tools as Timer by mtklein · 10 years ago
  46. 8766330 teach Nacl to not call setConfig by reed · 10 years ago
  47. 5102345 Fix android_run_skia script running with command line options by qiankun.miao · 10 years ago
  48. 9de2fb6 Add mips64 to the makefile. by scroggo · 10 years ago
  49. 0ba5a4a Use tests tag for Skia tools on Android. by scroggo · 10 years ago
  50. bec3634 Android: remove -lcutils dependency by mtklein · 10 years ago
  51. 12ba2cb Update expectations to fix self tests. by scroggo · 10 years ago
  52. b30aa62 Update comments about debugging on master. by scroggo · 10 years ago
  53. 738a921 If our gyp does not exist, use chromium's. by commit-bot@chromium.org · 10 years ago
  54. 114487c Fix generation tests. by commit-bot@chromium.org · 10 years ago
  55. 120c999 Generate Android.mk for DM. by commit-bot@chromium.org · 10 years ago
  56. 25c1066 Generate gm/Android.mk, minus JSON. by commit-bot@chromium.org · 10 years ago
  57. 61744ec Generate bench/Android.mk from gyp. by commit-bot@chromium.org · 10 years ago
  58. 8041f3d arm64make script - fix error preventing Release testing. by commit-bot@chromium.org · 10 years ago
  59. 105775b Run Android make script from any directory by commit-bot@chromium.org · 10 years ago
  60. c1dc0d4 Fix android_install_apk script to work with changes from a137675 by commit-bot@chromium.org · 10 years ago
  61. e8846f3 Fix android_perf script to work with changes from a137675 by commit-bot@chromium.org · 10 years ago
  62. cce39b2 Remove extra includes from android sample app by djsollen@google.com · 10 years ago
  63. 123f3d7 Add more detailed logging when things go wrong in android_run_skia by commit-bot@chromium.org · 10 years ago
  64. c2d6a20 Improve Android gdbserver and gdb_ex scripts by commit-bot@chromium.org · 10 years ago
  65. e3916bf Support unknown Android target devices via environment variables. by commit-bot@chromium.org · 10 years ago
  66. b0ba9f8 make gitignore happy with symlinks by commit-bot@chromium.org · 10 years ago
  67. edea842 Revert of Improve Android scripts: (https://codereview.chromium.org/254923003/) by commit-bot@chromium.org · 10 years ago
  68. 7f07e95 adb_push_if_needed - make target directory if it does not exist. by commit-bot@chromium.org · 10 years ago
  69. 21a6d13 Improve Android scripts: by commit-bot@chromium.org · 10 years ago
  70. 19a2189 android_gdbserver - fix warning about missing shared library symbols by commit-bot@chromium.org · 10 years ago
  71. a398757 Explicitly include gyp_gen/android_framework_gyp. by commit-bot@chromium.org · 10 years ago
  72. d665685 Generate tests/Android.mk from gyp by commit-bot@chromium.org · 10 years ago
  73. 44566e2 Fix android_gdbserver script to work with changes from a137675. by commit-bot@chromium.org · 10 years ago
  74. e20f7cf android scripts respect SKIA_OUT, if already set. by commit-bot@chromium.org · 10 years ago
  75. ec68ee9 Allow running gyp_to_android without SkUserConfig. by commit-bot@chromium.org · 10 years ago
  76. d202528 SkiaSampleRenderer - handle case where compiler won't cast jint to void*. by commit-bot@chromium.org · 10 years ago
  77. d1061e2 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  78. ec1ff6a Fix generation of Android SampleApp APK now that we default to using gyp's ninja generator. by commit-bot@chromium.org · 10 years ago
  79. 86cbfbe arm64_download script - fix error starting vm twice. by commit-bot@chromium.org · 10 years ago
  80. 87126fb arm64_download script waits for VM to boot before finishing. by commit-bot@chromium.org · 10 years ago
  81. fe23f79 Revert of remove sprintf (https://codereview.chromium.org/230413005/) by commit-bot@chromium.org · 10 years ago
  82. d6e9b88 remove sprintf by commit-bot@chromium.org · 10 years ago
  83. 0257ebe enable developers to provide their own android toolchain by commit-bot@chromium.org · 10 years ago
  84. 479d1ae Fixes to Android.mk generation for arm64. by commit-bot@chromium.org · 10 years ago
  85. a137675 hack hack hack by commit-bot@chromium.org · 10 years ago
  86. c13fae6 android_make now exactly the same as android_ninja by commit-bot@chromium.org · 10 years ago
  87. 6ce77fa Fix ninja build for Android by commit-bot@chromium.org · 10 years ago
  88. a749e60 arm64_make script changes by commit-bot@chromium.org · 10 years ago
  89. 6f2d4d4 ARM Skia NEON patches - 35 - First AArch64 support by commit-bot@chromium.org · 10 years ago
  90. 23f116d Rename test SkUserConfig files. by commit-bot@chromium.org · 10 years ago
  91. 58d69d8 change default build (in "make" wrapper) to ninja on all platforms by epoger@google.com · 10 years ago
  92. da0d978 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  93. 5be2def Fix the ninja build on mac to use nm/readelf from the Android toolchain instead of the host system. by commit-bot@chromium.org · 10 years ago
  94. d643a90 Revert of ARM Skia NEON patches - 35 - First AArch64 support (https://codereview.chromium.org/143423004/) by commit-bot@chromium.org · 10 years ago
  95. 7a0e275 ARM Skia NEON patches - 35 - First AArch64 support by commit-bot@chromium.org · 10 years ago
  96. ba0c5ea Updates to Android.mk generation. by commit-bot@chromium.org · 10 years ago
  97. f6394d9 Add tests for makefile_writer.py. by commit-bot@chromium.org · 10 years ago
  98. b0a6578 platform_tools/barelinux/bin/arm64_make script by commit-bot@chromium.org · 10 years ago
  99. 2ac68c6 Add tools to generated Android.mk by commit-bot@chromium.org · 10 years ago
  100. e65f1fa fix error in linux makefile for some shells by commit-bot@chromium.org · 10 years ago