From 9baa9ca399592b8a603fb1ac98d528c476638cf9 Mon Sep 17 00:00:00 2001 From: "perkj@webrtc.org" Date: Fri, 6 Feb 2015 16:08:57 +0000 Subject: [PATCH] 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 --- talk/libjingle_tests.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/talk/libjingle_tests.gyp b/talk/libjingle_tests.gyp index 5ba4da9887..0cc8d6db9a 100755 --- a/talk/libjingle_tests.gyp +++ b/talk/libjingle_tests.gyp @@ -274,6 +274,7 @@ 'build/build_jar.sh', '<@(java_files)', '<(PRODUCT_DIR)/libjingle_peerconnection.jar', + '<(PRODUCT_DIR)/lib/libjingle_peerconnection_so.so', '<(DEPTH)/third_party/junit/junit-4.11.jar', ], 'outputs': [