Caleb Connolly | ac63902 | 2021-08-06 10:21:00 +0100 | [diff] [blame] | 1 | include device/generic/sdm845/BoardConfigCommon.mk |
Caleb Connolly | 726fc21 | 2021-08-02 10:03:37 +0100 | [diff] [blame] | 2 | |
| 3 | # Copied from https://github.com/LineageOS/android_device_oneplus_sdm845-common/blob/lineage-16.0/BoardConfigCommon.mk |
| 4 | # Board Information |
| 5 | TARGET_BOOTLOADER_BOARD_NAME := enchilada |
| 6 | TARGET_BOARD_PLATFORM := enchilada |
Amit Pundir | 298ae95 | 2022-01-24 01:03:37 +0530 | [diff] [blame^] | 7 | |
| 8 | # Kernel/boot.img Configuration |
| 9 | BOARD_KERNEL_CMDLINE += androidboot.hardware=enchilada |
| 10 | |
| 11 | # Image Configuration |
| 12 | BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2998927360 |
| 13 | BOARD_USERDATAIMAGE_PARTITION_SIZE := 57453555712 |