| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index f362777e92eb6974350f7e1881b4cc824303fb96..b6e24cb107c215c73ed7141d1f06bc9a23b76796 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -119,8 +119,8 @@ if (is_android) {
|
| cld_version = 2
|
| }
|
|
|
| -# libudev usage. This currently only affects the content layer.
|
| -use_udev = is_linux
|
| +# libudev usage.
|
| +use_udev = is_linux && !is_fnl
|
|
|
| # Enable the spell checker.
|
| enable_spellcheck = !is_android
|
|
|