blob: 44ce3c36ada8e5254b7876a4d520afbec66f4d04 [file] [log] [blame]
Nikita Savchenkoddabfff2025-08-08 12:05:29 +00001#
2# Copyright (C) 2025 The LineageOS Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17DEVICE_PATH := device/motorola/ctwo
18
19# Inherit from motorola sm8650-common
20include device/motorola/sm8650-common/BoardConfigCommon.mk
21
22# Bootloader
23TARGET_BOOTLOADER_BOARD_NAME := ctwo
24
25# Recovery
26TARGET_RECOVERY_UI_MARGIN_HEIGHT := 90
27
28# Security
29BOOT_SECURITY_PATCH := 2025-10-01
30VENDOR_SECURITY_PATCH := $(BOOT_SECURITY_PATCH)
31
32# Verified Boot
33BOARD_AVB_ROLLBACK_INDEX := 19
34BOARD_AVB_VBMETA_SYSTEM_ROLLBACK_INDEX := 19
35
36# inherit from the proprietary version
37include vendor/motorola/ctwo/BoardConfigVendor.mk