summaryrefslogtreecommitdiff
path: root/common_audio/common_audio.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'common_audio/common_audio.gyp')
-rw-r--r--common_audio/common_audio.gyp11
1 files changed, 2 insertions, 9 deletions
diff --git a/common_audio/common_audio.gyp b/common_audio/common_audio.gyp
index 699a7ebc..e9abf822 100644
--- a/common_audio/common_audio.gyp
+++ b/common_audio/common_audio.gyp
@@ -240,17 +240,10 @@
['OS=="android"', {
'targets': [
{
- 'target_name': 'common_audio_unittests_apk',
+ 'target_name': 'common_audio_unittests_apk_target',
'type': 'none',
- 'variables': {
- 'test_suite_name': 'common_audio_unittests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)common_audio_unittests<(SHARED_LIB_SUFFIX)',
- },
'dependencies': [
- 'common_audio_unittests',
- ],
- 'includes': [
- '../../build/apk_test.gypi',
+ '<(apk_tests_path):common_audio_unittests_apk',
],
},
],