Copy the top level Android directory into trunk.
authordjsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 29 Apr 2013 12:09:31 +0000 (12:09 +0000)
committerdjsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 29 Apr 2013 12:09:31 +0000 (12:09 +0000)
commitdcdd57faf02fb4fd23bb8265392b9c22e068907e
tree9fd7bfc2238672202dd72f29fd3b3c8c1c7fb776
parent48115de566aaa861b06371fc649899915174279f
Copy the top level Android directory into trunk.

This CL is the first step in a series needed to move the
android directory into trunk. After the copy we will update
GYP and DEPS to point to the new location and only then
remove the original directory.

git-svn-id: http://skia.googlecode.com/svn/trunk@8891 2bbb7eff-a529-9590-31e7-b0007b416f81
42 files changed:
platform_tools/android/.gitignore [new file with mode: 0644]
platform_tools/android/DEPS [new file with mode: 0644]
platform_tools/android/app/AndroidManifest.xml [new file with mode: 0644]
platform_tools/android/app/build.xml [new file with mode: 0644]
platform_tools/android/app/jni/com_skia_SkiaIntentService.cpp [new file with mode: 0644]
platform_tools/android/app/jni/com_skia_SkiaIntentService.h [new file with mode: 0644]
platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.cpp [new file with mode: 0644]
platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.h [new file with mode: 0644]
platform_tools/android/app/project.properties [new file with mode: 0644]
platform_tools/android/app/res/drawable-hdpi/ic_btn_find_next.png [new file with mode: 0644]
platform_tools/android/app/res/drawable-hdpi/ic_btn_find_prev.png [new file with mode: 0644]
platform_tools/android/app/res/layout/layout.xml [new file with mode: 0644]
platform_tools/android/app/res/menu/action_bar.xml [new file with mode: 0644]
platform_tools/android/app/res/values/strings.xml [new file with mode: 0644]
platform_tools/android/app/src/com/skia/SkiaIntentService.java [new file with mode: 0644]
platform_tools/android/app/src/com/skia/SkiaReceiver.java [new file with mode: 0644]
platform_tools/android/app/src/com/skia/SkiaSampleActivity.java [new file with mode: 0644]
platform_tools/android/app/src/com/skia/SkiaSampleRenderer.java [new file with mode: 0644]
platform_tools/android/app/src/com/skia/SkiaSampleView.java [new file with mode: 0644]
platform_tools/android/bin/adb_list_devices.py [new file with mode: 0755]
platform_tools/android/bin/android_gdb [new file with mode: 0755]
platform_tools/android/bin/android_gdb_exe [new file with mode: 0755]
platform_tools/android/bin/android_install_skia [new file with mode: 0755]
platform_tools/android/bin/android_kill_skia [new file with mode: 0755]
platform_tools/android/bin/android_make [new file with mode: 0755]
platform_tools/android/bin/android_perf [new file with mode: 0644]
platform_tools/android/bin/android_run_skia [new file with mode: 0755]
platform_tools/android/bin/android_setup.sh [new file with mode: 0755]
platform_tools/android/bin/linux/adb [new file with mode: 0755]
platform_tools/android/bin/linux/perfhost [new file with mode: 0644]
platform_tools/android/bin/mac/adb [new file with mode: 0755]
platform_tools/android/bin/mac/perfhost [new file with mode: 0755]
platform_tools/android/bin/utils/setup_adb.sh [new file with mode: 0644]
platform_tools/android/bin/utils/setup_skia_out.sh [new file with mode: 0644]
platform_tools/android/gclient.config [new file with mode: 0644]
platform_tools/android/gyp/dependencies.gypi [new file with mode: 0644]
platform_tools/android/gyp/skia_android.gypi [new file with mode: 0644]
platform_tools/android/launcher/skia_launcher.cpp [new file with mode: 0644]
platform_tools/android/third_party/cpufeatures/README [new file with mode: 0644]
platform_tools/android/third_party/cpufeatures/cpu-features.c [new file with mode: 0644]
platform_tools/android/third_party/cpufeatures/cpu-features.h [new file with mode: 0644]
platform_tools/android/whitespace.txt [new file with mode: 0644]