Cleanup temporary class files for OpenSlDemo
I've seen tryjobs failing when they shouldn't on the Android trybots and I suspect this might have something to do with it. TBR=henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/20339004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7091 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -130,7 +130,7 @@
|
||||
'outputs': ['<(PRODUCT_DIR)/OpenSlDemo-debug.apk'],
|
||||
'action': [
|
||||
'bash', '-ec',
|
||||
'rm -f <(_outputs) && '
|
||||
'rm -f <(_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 && '
|
||||
|
||||
Reference in New Issue
Block a user