-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBoardConfig.mk
38 lines (31 loc) · 1.14 KB
/
BoardConfig.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# Copyright (C) 2024 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.
#
DEVICE_PATH := device/samsung/r8q
# Multi-SKU
TARGET_HAVE_MULTI_SKU := true
include device/samsung/sm8250-common/BoardConfigCommon.mk
# Kernel
TARGET_KERNEL_CONFIG := vendor/r8q_eur_openx_defconfig
BOARD_NAME := SRPUB26A007
# OTA assert
TARGET_OTA_ASSERT_DEVICE := r8q
TARGET_BOARD_INFO_FILE := $(DEVICE_PATH)/board-info.txt
# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# UDFPS
TARGET_SURFACEFLINGER_UDFPS_LIB := //$(DEVICE_PATH):libudfps_extension.r8q
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x2000U | 0x400000000LL
TARGET_USES_FOD_ZPOS := true