Index: platform_tools/android/gyp/dependencies.gypi |
diff --git a/platform_tools/android/gyp/dependencies.gypi b/platform_tools/android/gyp/dependencies.gypi |
index 8bacd434a5eb0f928c4a82220e6240e76cec5a99..40dcf767c18faf23828ea9c6dd40cba4fe39b2f0 100644 |
--- a/platform_tools/android/gyp/dependencies.gypi |
+++ b/platform_tools/android/gyp/dependencies.gypi |
@@ -19,6 +19,22 @@ |
}, |
'targets': [ |
{ |
+ 'target_name': 'native_app_glue', |
+ 'type': 'static_library', |
+ 'direct_dependent_settings': { |
+ 'include_dirs': [ |
+ '../third_party/native_app_glue', |
+ ], |
+ }, |
+ 'sources': [ |
+ '../third_party/native_app_glue/android_native_app_glue.c', |
+ '../third_party/native_app_glue/android_native_app_glue.h', |
+ ], |
+ 'cflags': [ |
+ '-w', |
+ ], |
+ }, |
+ { |
'target_name': 'cpu_features', |
'type': 'static_library', |
'direct_dependent_settings': { |