Index: remoting/remoting_android.gypi |
diff --git a/remoting/remoting_android.gypi b/remoting/remoting_android.gypi |
index 4fedb31f99f93d2c59f3d23ffe0449d08ddf6ffd..fdfc4e021ba68479cbfeb4bae5d9fc19a69d79af 100644 |
--- a/remoting/remoting_android.gypi |
+++ b/remoting/remoting_android.gypi |
@@ -134,7 +134,7 @@ |
], # end of 'targets' |
}], # 'OS=="android"' |
- ['OS=="android" and gtest_target_type=="shared_library"', { |
+ ['OS=="android"', { |
'targets': [ |
{ |
'target_name': 'remoting_unittests_apk', |
@@ -148,6 +148,6 @@ |
'includes': [ '../build/apk_test.gypi' ], |
}, |
], |
- }], # 'OS=="android" and gtest_target_type=="shared_library"' |
+ }], # 'OS=="android" |
], # end of 'conditions' |
} |