Tim Zimmermann | c9d42bc | 2021-01-26 13:27:03 +0100 | [diff] [blame] | 1 | # |
| 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 | |
| 16 | include device/samsung/exynos9820-common/BoardConfigPlatform.mk |
Tim Zimmermann | 0c90372 | 2021-03-23 20:44:27 +0100 | [diff] [blame] | 17 | include vendor/samsung/beyond2lte/BoardConfigVendor.mk |
Tim Zimmermann | c9d42bc | 2021-01-26 13:27:03 +0100 | [diff] [blame] | 18 | |
| 19 | DEVICE_PATH := device/samsung/beyond2lte |
| 20 | |
| 21 | PRODUCT_PLATFORM := exynos9820 |
| 22 | |
| 23 | # APEX image |
| 24 | DEXPREOPT_GENERATE_APEX_IMAGE := true |
| 25 | |
| 26 | TARGET_SPECIFIC_HEADER_PATH += $(DEVICE_PATH)/hardware/include |
| 27 | |
| 28 | ### DISPLAY |
| 29 | TARGET_SCREEN_DENSITY := 420 |
| 30 | |
| 31 | ### KERNEL |
| 32 | TARGET_KERNEL_CONFIG := exynos9820-beyond2lte_defconfig |
| 33 | |
| 34 | ### VENDOR SECURITY PATCH DATE |
| 35 | VENDOR_SECURITY_PATCH := 2021-03-01 |