Add test runner scripts for instrumentation tests
BUG=599919
NOTRY=True
TBR=perkj@webrtc.org
Review URL: https://codereview.webrtc.org/1863363002
Cr-Commit-Position: refs/heads/master@{#12294}
diff --git a/webrtc/api/api_tests.gyp b/webrtc/api/api_tests.gyp
index b7cbd68..7cefd13 100644
--- a/webrtc/api/api_tests.gyp
+++ b/webrtc/api/api_tests.gyp
@@ -131,9 +131,14 @@
'resource_dir': 'androidtests/res',
'native_lib_target': 'libjingle_peerconnection_so',
'is_test_apk': 1,
+ 'test_type': 'instrumentation',
+ 'tested_apk_path': '',
'never_lint': 1,
},
- 'includes': [ '../../build/java_apk.gypi' ],
+ 'includes': [
+ '../../build/java_apk.gypi',
+ '../../build/android/test_runner.gypi',
+ ],
},
], # targets
}], # OS=="android"