android_device_xiaomi_clover/AndroidProducts.mk
Dan Willemsen 4927a525db
clover: Switch from add_lunch_combo to COMMON_LUNCH_CHOICES
Bug: 77599627
Test: lunch  [see entries in list]
Change-Id: I7f06edb331a2a56f29db26294b2ece28666d2103
Signed-off-by: PIPIPIG233666 <2212848813@qq.com>
2019-07-10 10:41:27 +02:00

31 lines
1 KiB
Makefile

#
# Copyright (C) 2018 The Xiaomi-SDM660 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.
#
# This file sets variables that control the way modules are built
# thorughout the system. It should not be used to conditionally
# disable makefiles (the proper mechanism to control what gets
# included in a build is to use PRODUCT_PACKAGES in a product
# definition file).
#
# inherit MI PAD 4 HAVOC-OS device config
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/havoc_clover.mk
COMMON_LUNCH_CHOICES := \
havoc_clover-eng \
havoc_clover-userdebug \
havoc_clover-user