diff options
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 42de325..72dae4e8 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -399,7 +399,7 @@ 'chromium_win_pch%': 1 }], - ['use_aura==1 or chromeos==1', { + ['use_aura==1 or chromeos==1 or OS=="android"', { 'enable_plugin_installation%': 0, }, { 'enable_plugin_installation%': 1, |