Index: platform_tools/android/gyp_gen/tool_makefile_writer.py |
diff --git a/platform_tools/android/gyp_gen/tool_makefile_writer.py b/platform_tools/android/gyp_gen/tool_makefile_writer.py |
index 2dacb042b6fc8c6858e4ee18d68d5312ef5c2cb2..0bf7e129e346f5f9f20f9752ce7f6b91acd10386 100644 |
--- a/platform_tools/android/gyp_gen/tool_makefile_writer.py |
+++ b/platform_tools/android/gyp_gen/tool_makefile_writer.py |
@@ -33,6 +33,8 @@ |
makefile_writer.write_group(f, 'LOCAL_PICKUP_FILES', |
['$(LOCAL_PATH)/../resources'], False) |
+ |
+ makefile_writer.write_include_stlport(f) |
f.write('include $(BUILD_NATIVE_TEST)\n') |