#
# Copyright (C) 2020 Xiaomi Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
menu "Middle Ware: Chromium general utility library"
config LIB_CHROMIUM
bool "The Chromium general utility library"
default n
---help---
The Chromium project has an general utility library referred to as libbase.
Because it is standalone and does not depend on any other parts of Chromium,
it has been been picked up by other Google related projects so people don't
have to reinvent these things.
if LIB_CHROMIUM
config CHROMIUM_LOG_LEVEL
int "Chromium Debug Log Level"
default 3
help
Sets log level for the Chromium Base library.
endif
endmenu