PeerConnectionTest.java: build on android bots as well as linux ones.

BUG=1796
R=henrike@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4455 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fischman@webrtc.org 2013-07-31 21:56:30 +00:00
parent a543114004
commit caa7024b86

View File

@ -402,7 +402,7 @@
}, # target libjingle_peerconnection_unittest
],
'conditions': [
['OS=="linux"', {
['OS=="linux" or OS=="android"', {
'targets': [
{
'target_name': 'libjingle_peerconnection_test_jar',