Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 0d4011d2a7e560c8b6c7fa8813d19b6cd100788a..32f479d7b4d05e2b06a75cf968667f186c79e47d 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -846,6 +846,12 @@ |
# Use the system icu. |
'use_system_icu%': 0, |
+ # TODO(yfriedman): Remove once unit_tests can link for Android. |
+ # To override it specify: |
+ # GYP_DEFINES="$GYP_DEFINES android_unit_test_target_type=executable" |
+ # android_gyp |
+ 'android_unit_test_target_type%': 'static_library', |
+ |
# Choose static link by build type. |
'conditions': [ |
['android_build_type==0', { |