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:
parent
d7148c86c5
commit
2d7617afce
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
3
DEPS
@ -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"),
|
||||
|
||||
|
@ -39,6 +39,7 @@
|
||||
['OS=="android"', {
|
||||
'dependencies': [
|
||||
'tools/android/android_tools_precompiled.gyp:*',
|
||||
'tools/android-dummy-test/android_dummy_test.gyp:*',
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user