| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index a235be4ac9ac996571e8b23343724fe364a0cf16..7de39efee56bbbd7ffa249f2376abb1501fc4c95 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -38,16 +38,6 @@ declare_args() {
|
|
|
| # Additional dependent variables -----------------------------------------------
|
|
|
| -# Set the version of CLD.
|
| -# 0: Don't specify the version. This option is for the Finch testing.
|
| -# 1: Use only CLD1.
|
| -# 2: Use only CLD2.
|
| -if (is_android) {
|
| - cld_version = 1
|
| -} else {
|
| - cld_version = 2
|
| -}
|
| -
|
| # libudev usage.
|
| use_udev = is_linux && !is_fnl
|
|
|
|
|