PeerConnectionTest.java: use java_home gyp var instead of hardcoding /usr.
BUG=1796 R=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1899005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4433 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
fd7e3c52d8
commit
85f07f59ee
@ -426,7 +426,7 @@
|
||||
'<(PRODUCT_DIR)/libjingle_peerconnection_test.jar',
|
||||
],
|
||||
'action': [
|
||||
'build/build_jar.sh', '/usr', '<@(_outputs)',
|
||||
'build/build_jar.sh', '<(java_home)', '<@(_outputs)',
|
||||
'<(INTERMEDIATE_DIR)',
|
||||
'<(java_src_dir):<(PRODUCT_DIR)/libjingle_peerconnection.jar:<(DEPTH)/third_party/junit/junit-4.11.jar',
|
||||
'<@(java_files)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user