Rename APK tests workaround to make it more generic.
We plan to add junit tests running with Robolectric
so naming these files "apk" is slightly confusing.
NOTRY=True
Review-Url: https://codereview.webrtc.org/2020213002
Cr-Commit-Position: refs/heads/master@{#12971}
diff --git a/webrtc/api/api_tests.gyp b/webrtc/api/api_tests.gyp
index 65bb461..e58fdbc 100644
--- a/webrtc/api/api_tests.gyp
+++ b/webrtc/api/api_tests.gyp
@@ -159,7 +159,7 @@
'target_name': 'peerconnection_unittests_apk_target',
'type': 'none',
'dependencies': [
- '<(apk_tests_path):peerconnection_unittests_apk',
+ '<(android_tests_path):peerconnection_unittests_apk',
],
},
],
@@ -171,7 +171,7 @@
'target_name': 'peerconnection_unittests_apk_run',
'type': 'none',
'dependencies': [
- '<(apk_tests_path):peerconnection_unittests_apk',
+ '<(android_tests_path):peerconnection_unittests_apk',
],
'includes': [
'../build/isolate.gypi',