| Index: test/library/gyptest-shared-obj-install-path.py
|
| diff --git a/test/library/gyptest-shared-obj-install-path.py b/test/library/gyptest-shared-obj-install-path.py
|
| index 04f32e50115383db62d2ba1db88b5f244ede40b2..af335365f98e0097f42908f8234c620ab8ec16e4 100755
|
| --- a/test/library/gyptest-shared-obj-install-path.py
|
| +++ b/test/library/gyptest-shared-obj-install-path.py
|
| @@ -23,10 +23,7 @@ test.relocate('src', 'relocate/src')
|
|
|
| test.build('shared_dependency.gyp', test.ALL, chdir='relocate/src')
|
|
|
| -if test.format=='android':
|
| - makefile_path = 'relocate/src/GypAndroid.mk'
|
| -else:
|
| - makefile_path = 'relocate/src/Makefile'
|
| +makefile_path = 'relocate/src/Makefile'
|
|
|
| with open(makefile_path) as makefile:
|
| make_contents = makefile.read()
|
|
|