blob: 14edefd87e373017fbe17f3707f419500492dd70 [file] [log] [blame]
Tim Zimmermannc9d42bc2021-01-26 13:27:03 +01001#
2# Copyright (C) 2021 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
16include device/samsung/exynos9820-common/BoardConfigPlatform.mk
Tim Zimmermann0c903722021-03-23 20:44:27 +010017include vendor/samsung/beyond2lte/BoardConfigVendor.mk
Tim Zimmermannc9d42bc2021-01-26 13:27:03 +010018
19DEVICE_PATH := device/samsung/beyond2lte
20
21PRODUCT_PLATFORM := exynos9820
22
23# APEX image
24DEXPREOPT_GENERATE_APEX_IMAGE := true
25
26TARGET_SPECIFIC_HEADER_PATH += $(DEVICE_PATH)/hardware/include
27
28### DISPLAY
29TARGET_SCREEN_DENSITY := 420
30
31### KERNEL
32TARGET_KERNEL_CONFIG := exynos9820-beyond2lte_defconfig
33
34### VENDOR SECURITY PATCH DATE
35VENDOR_SECURITY_PATCH := 2021-03-01