device_xiaomi_sm6150-common/BoardConfig.mk
Dan Willemsen f74425846c
davinci: Builds have overriding commands
This product has warnings about overriding build commands, which
means that there are multiple instructions on how to build a file, and
we've just picked one of them. Which one we pick is usually stable, but
it can change.

Bug: 77611511
Test: turn default to false, davinci still uses a warning
Change-Id: I11d194863b313f64b19291f65219682b169d9ced
2020-05-08 16:05:44 +02:00

25 lines
773 B
Makefile

#
# Copyright (C) 2020 The LineageOS Project
#
# 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.
#
BOARD_VENDOR := xiaomi
DEVICE_PATH := device/xiaomi/davinci
BUILD_BROKEN_DUP_RULES := true
# Inherit from proprietary files
include vendor/xiaomi/davinci/BoardConfigVendor.mk