summaryrefslogtreecommitdiff
path: root/libjingle_examples.gyp
diff options
context:
space:
mode:
authorhenrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-07-12 16:04:50 +0000
committerhenrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-07-12 16:04:50 +0000
commita113c08d77afcecf042d96eacc23a0ed512ec122 (patch)
tree6c6738e13110ba9ee0cafda2f93ae248940e23b1 /libjingle_examples.gyp
parent0c89f8bc457649dec2c73680dbfc1c47a6752b8a (diff)
downloadtalk-a113c08d77afcecf042d96eacc23a0ed512ec122.tar.gz
Update talk folder to revision=49260075. Same as 369 in libjingle's google code repository.
TBR=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1797004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@4338 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'libjingle_examples.gyp')
-rwxr-xr-xlibjingle_examples.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libjingle_examples.gyp b/libjingle_examples.gyp
index 3a33740..192ba03 100755
--- a/libjingle_examples.gyp
+++ b/libjingle_examples.gyp
@@ -233,6 +233,7 @@
# (http://crbug.com/225101)
'action_name': 'build_apprtcdemo_apk',
'inputs' : [
+ '<(PRODUCT_DIR)/libjingle_peerconnection.jar',
'<(PRODUCT_DIR)/libjingle_peerconnection_so.so',
'examples/android/AndroidManifest.xml',
'examples/android/README',
@@ -256,7 +257,7 @@
],
'action': [
'bash', '-ec',
- 'rm -f <(_outputs) && '
+ 'rm -fr <(_outputs) examples/android/{bin,libs} && '
'mkdir -p examples/android/libs/<(android_app_abi) && '
'cp <(PRODUCT_DIR)/libjingle_peerconnection.jar examples/android/libs/ &&'
'<(android_strip) -o examples/android/libs/<(android_app_abi)/libjingle_peerconnection_so.so <(PRODUCT_DIR)/libjingle_peerconnection_so.so &&'