Archive or update unsupported Android scripts and third-party dependencies.
authorDerek Sollenberger <djsollen@google.com>
Thu, 1 Dec 2016 19:37:41 +0000 (14:37 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Fri, 2 Dec 2016 14:11:24 +0000 (14:11 +0000)
commit78b35230aaa2620f826266e3f2385bf06eb881ed
tree28104f2dff9cf0eaa2e8987b45269f6157c6e150
parent9c77ea1ea5a1fa26f10d3bf83a6250008af78049
Archive or update unsupported Android scripts and third-party dependencies.

  - nothing uses ashmem;
  - cpufeatures and native_app_glue are now pulled from the NDK;
  - no bots use the scripts in platform_tools/android/bin;
  - update scripts to work with GN instead of GYP.

Change-Id: I14f47eeadb3047505e232dd10385f58ef12c73f4
Reviewed-on: https://skia-review.googlesource.com/5422
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Derek Sollenberger <djsollen@google.com>
27 files changed:
platform_tools/android/bin/adb_list_devices.py [deleted file]
platform_tools/android/bin/adb_print_path [deleted file]
platform_tools/android/bin/adb_pull_if_needed
platform_tools/android/bin/adb_push_if_needed
platform_tools/android/bin/adb_wait_for_charge [deleted file]
platform_tools/android/bin/adb_wait_for_device [deleted file]
platform_tools/android/bin/android_gdb_native
platform_tools/android/bin/android_gdbserver
platform_tools/android/bin/android_kill_skia [deleted file]
platform_tools/android/bin/android_make
platform_tools/android/bin/android_perf
platform_tools/android/bin/android_run_skia
platform_tools/android/bin/download_utils.py [deleted file]
platform_tools/android/bin/http_download.py [deleted file]
platform_tools/android/bin/utils/android_setup.sh [moved from platform_tools/android/bin/android_setup.sh with 63% similarity]
platform_tools/android/bin/utils/setup_adb.sh
platform_tools/android/bin/utils/setup_toolchain.sh [deleted file]
platform_tools/android/third_party/ashmem/LICENSE [deleted file]
platform_tools/android/third_party/ashmem/README.skia [deleted file]
platform_tools/android/third_party/ashmem/cutils/ashmem-dev.c [deleted file]
platform_tools/android/third_party/ashmem/cutils/ashmem.h [deleted file]
platform_tools/android/third_party/cpufeatures/README [deleted file]
platform_tools/android/third_party/cpufeatures/cpu-features.c [deleted file]
platform_tools/android/third_party/cpufeatures/cpu-features.h [deleted file]
platform_tools/android/third_party/native_app_glue/README [deleted file]
platform_tools/android/third_party/native_app_glue/android_native_app_glue.c [deleted file]
platform_tools/android/third_party/native_app_glue/android_native_app_glue.h [deleted file]