Add libjingle_peerconnection_so.so to Java test dependencies.

This fix a problem where the Java test is not dependent on the so file.

BUG=4275
R=phoglund@webrtc.org

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

Cr-Commit-Position: refs/heads/master@{#8270}
git-svn-id: http://webrtc.googlecode.com/svn/trunk@8270 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
perkj@webrtc.org 2015-02-06 16:08:57 +00:00
parent b5a1252e66
commit 9baa9ca399

View File

@ -274,6 +274,7 @@
'build/build_jar.sh', 'build/build_jar.sh',
'<@(java_files)', '<@(java_files)',
'<(PRODUCT_DIR)/libjingle_peerconnection.jar', '<(PRODUCT_DIR)/libjingle_peerconnection.jar',
'<(PRODUCT_DIR)/lib/libjingle_peerconnection_so.so',
'<(DEPTH)/third_party/junit/junit-4.11.jar', '<(DEPTH)/third_party/junit/junit-4.11.jar',
], ],
'outputs': [ 'outputs': [