summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorhenrik.lundin@webrtc.org <henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-04-29 09:49:51 +0000
committerhenrik.lundin@webrtc.org <henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-04-29 09:49:51 +0000
commitb2b3a14965c1754c2fe9e104838a5f34d7542a60 (patch)
tree88a025d4314e7515392bfcb5114d80ce5ae925a5 /build
parent25748991fda5b8456c7bcb8ca2f3697ac1eb6f6e (diff)
downloadwebrtc-b2b3a14965c1754c2fe9e104838a5f34d7542a60.tar.gz
Remove neteq_unittests from Android builds
BUG=2996 R=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/13409004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6011 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'build')
-rw-r--r--build/apk_tests.gyp14
-rw-r--r--build/apk_tests_noop.gyp4
2 files changed, 0 insertions, 18 deletions
diff --git a/build/apk_tests.gyp b/build/apk_tests.gyp
index f916cdf2..01859753 100644
--- a/build/apk_tests.gyp
+++ b/build/apk_tests.gyp
@@ -89,20 +89,6 @@
],
},
{
- 'target_name': 'neteq_unittests_apk',
- 'type': 'none',
- 'variables': {
- 'test_suite_name': 'neteq_unittests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)neteq_unittests<(SHARED_LIB_SUFFIX)',
- },
- 'dependencies': [
- '<(webrtc_root)/modules/modules.gyp:neteq_unittests',
- ],
- 'includes': [
- '../../../build/apk_test.gypi',
- ],
- },
- {
'target_name': 'system_wrappers_unittests_apk',
'type': 'none',
'variables': {
diff --git a/build/apk_tests_noop.gyp b/build/apk_tests_noop.gyp
index e8d39d78..3523e79b 100644
--- a/build/apk_tests_noop.gyp
+++ b/build/apk_tests_noop.gyp
@@ -30,10 +30,6 @@
'type': 'none',
},
{
- 'target_name': 'neteq_unittests_apk',
- 'type': 'none',
- },
- {
'target_name': 'system_wrappers_unittests_apk',
'type': 'none',
},