Amit Pundir | fb9cf9b | 2022-03-27 21:52:15 +0530 | [diff] [blame] | 1 | include device/generic/sdm845/shared/BoardConfig.mk |
Amit Pundir | c738b81 | 2019-06-19 16:13:49 +0530 | [diff] [blame] | 2 | |
| 3 | # Copied from https://github.com/LineageOS/android_device_xiaomi_sdm845-common/blob/lineage-16.0/BoardConfigCommon.mk |
| 4 | # Board Information |
Amit Pundir | 97e6746 | 2020-07-26 21:26:00 +0530 | [diff] [blame] | 5 | TARGET_BOOTLOADER_BOARD_NAME := beryllium |
| 6 | TARGET_BOARD_PLATFORM := beryllium |
Luca Weiss | 0c2db53 | 2022-06-18 17:20:08 +0200 | [diff] [blame^] | 7 | TARGET_SCREEN_DENSITY := 400 |
Amit Pundir | 298ae95 | 2022-01-24 01:03:37 +0530 | [diff] [blame] | 8 | |
| 9 | # Kernel/boot.img Configuration |
| 10 | BOARD_KERNEL_CMDLINE += androidboot.hardware=beryllium |
| 11 | |
| 12 | # Image Configuration |
| 13 | BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3221225472 |
| 14 | BOARD_USERDATAIMAGE_PARTITION_SIZE := 57453555712 |