| Index: platform_tools/android/gyp_gen/makefile_writer.py
|
| diff --git a/platform_tools/android/gyp_gen/makefile_writer.py b/platform_tools/android/gyp_gen/makefile_writer.py
|
| index 948407e974d2e4d72fd2203e6dec6c2bfcbd08cc..3384773cb6bfb5a4084f18fd4d7b7c4e68ac4be5 100644
|
| --- a/platform_tools/android/gyp_gen/makefile_writer.py
|
| +++ b/platform_tools/android/gyp_gen/makefile_writer.py
|
| @@ -124,6 +124,9 @@ include $(BASE_PATH)/gm/Android.mk
|
|
|
| # unit-tests
|
| include $(BASE_PATH)/tests/Android.mk
|
| +
|
| +# diamond-master (one test to rule them all)
|
| +include $(BASE_PATH)/dm/Android.mk
|
| """
|
| )
|
|
|
|
|