Add dummy Android test APK to be used for buildbot automation testing.

Until we have WebRTC test targets created for Android, this test
makes it possible to move forward for buildbot automation.

TEST=Android NDK buildbot and local execution of:
source build/android/envsetup.sh
gclient runhooks
ninjar -C out/Debug
verified the out/Debug/simple_apk dir exists and has the files.
BUG=1882
R=henrika@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1688005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4245 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org 2013-06-19 09:10:49 +00:00
parent d7148c86c5
commit 2d7617afce
3 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -67,6 +67,7 @@
/third_party/yasm
/third_party/WebKit/Tools/Scripts
/tools/android
/tools/android-dummy-test
/tools/clang
/tools/grit
/tools/gritsettings

3
DEPS
View File

@ -118,6 +118,9 @@ deps_os = {
"tools/android":
(Var("googlecode_url") % "webrtc") + "/deps/tools/android@4235",
"tools/android-dummy-test":
(Var("googlecode_url") % "webrtc") + "/deps/tools/android-dummy-test@4244",
"third_party/android_tools":
From("chromium_deps", "src/third_party/android_tools"),

View File

@ -39,6 +39,7 @@
['OS=="android"', {
'dependencies': [
'tools/android/android_tools_precompiled.gyp:*',
'tools/android-dummy-test/android_dummy_test.gyp:*',
],
}],
],