| Index: platform_tools/android/tests/gyp_to_android_tests.py
|
| diff --git a/platform_tools/android/tests/gyp_to_android_tests.py b/platform_tools/android/tests/gyp_to_android_tests.py
|
| index 512ce36548de53106c0b9837b07b0fb65e5d82de..434afd11cebddbf5b30d2ae0d464d76bd2e7a81c 100644
|
| --- a/platform_tools/android/tests/gyp_to_android_tests.py
|
| +++ b/platform_tools/android/tests/gyp_to_android_tests.py
|
| @@ -37,11 +37,6 @@ class AndroidMkCreationTest(unittest.TestCase):
|
| test_variables.ANDROID_MK)
|
| self.assertTrue(os.path.exists(path_to_android_mk))
|
|
|
| - # In addition, there should be an 'Android.mk' inside /tests/
|
| - path_to_tests_android_mk = os.path.join(self.__tmp_dir, 'tests',
|
| - test_variables.ANDROID_MK)
|
| - self.assertTrue(os.path.exists(path_to_tests_android_mk))
|
| -
|
| def tearDown(self):
|
| # Remove self.__tmp_dir, which is no longer needed.
|
| shutil.rmtree(self.__tmp_dir)
|
|
|