summaryrefslogtreecommitdiff
path: root/webrtc_examples.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc_examples.gyp')
-rw-r--r--webrtc_examples.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc_examples.gyp b/webrtc_examples.gyp
index e8d1b982..8d8e2277 100644
--- a/webrtc_examples.gyp
+++ b/webrtc_examples.gyp
@@ -130,7 +130,7 @@
'outputs': ['<(PRODUCT_DIR)/OpenSlDemo-debug.apk'],
'action': [
'bash', '-ec',
- 'rm -f <(_outputs) && '
+ 'rm -fr <(_outputs) <(android_opensl_demo_root)/{bin,libs} && '
'mkdir -p <(android_opensl_demo_root)/libs/<(android_app_abi) && '
'mkdir -p <(INTERMEDIATE_DIR) && ' # Must happen _before_ the cd below
'<(android_strip) -o <(android_opensl_demo_root)/libs/<(android_app_abi)/libopensl-demo-jni.so <(PRODUCT_DIR)/libopensl-demo-jni.so && '