| Index: webrtc/webrtc_examples.gyp
|
| diff --git a/webrtc/webrtc_examples.gyp b/webrtc/webrtc_examples.gyp
|
| index 0978404435e5f4056ad8f5e38da2949be38901ae..a1e89658ef51a9eb3a3445302be43f05b3a2973a 100755
|
| --- a/webrtc/webrtc_examples.gyp
|
| +++ b/webrtc/webrtc_examples.gyp
|
| @@ -419,10 +419,10 @@
|
| 'R_package': 'org.appspot.apprtc',
|
| 'R_package_relpath': 'org/appspot/apprtc',
|
| 'input_jars_paths': [
|
| - 'examples/androidapp/third_party/autobanh/autobanh.jar',
|
| + '../third_party/autobanh/lib/autobanh.jar',
|
| ],
|
| 'library_dexed_jars_paths': [
|
| - 'examples/androidapp/third_party/autobanh/autobanh.jar',
|
| + '../third_party/autobanh/lib/autobanh.jar',
|
| ],
|
| 'native_lib_target': 'libjingle_peerconnection_so',
|
| 'add_to_dependents_classpaths':1,
|
|
|