| Index: platform_tools/android/tests/test_variables.py
|
| diff --git a/platform_tools/android/tests/test_variables.py b/platform_tools/android/tests/test_variables.py
|
| index dd49a7e4e9239ea838bdabd626d67d1c5f99ccca..cc0bf1c3a978ca7ab61511fa6b198ef8fffcec01 100644
|
| --- a/platform_tools/android/tests/test_variables.py
|
| +++ b/platform_tools/android/tests/test_variables.py
|
| @@ -20,3 +20,5 @@ BIN_DIR = os.path.join(ANDROID_DIR, 'bin')
|
|
|
| # Path to generator files.
|
| GYP_GEN_DIR = os.path.join(ANDROID_DIR, 'gyp_gen')
|
| +
|
| +ANDROID_MK = 'Android.mk'
|
|
|