Amit Pundir | 276a055 | 2019-11-23 22:27:15 +0530 | [diff] [blame] | 1 | # Kernel tree is hosted at https://github.com/pundiramit/linux/tree/display (beryllium_defconfig). |
| 2 | # cat arch/arm64/boot/Image.gz arch/arm64/boot/dts/qcom/sdm845-beryllium.dtb > Image.gz-dtb-beryllium |
Amit Pundir | c738b81 | 2019-06-19 16:13:49 +0530 | [diff] [blame] | 3 | TARGET_PREBUILT_KERNEL ?= Image.gz-dtb-beryllium-5.2 |
| 4 | |
| 5 | # Inherit the full_base and device configurations |
| 6 | $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) |
| 7 | $(call inherit-product, device/xiaomi/beryllium/aosp_beryllium/device.mk) |
| 8 | $(call inherit-product, device/xiaomi/beryllium/device-common.mk) |
| 9 | $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) |
| 10 | |
| 11 | # Product overrides |
| 12 | PRODUCT_NAME := aosp_beryllium |
| 13 | PRODUCT_DEVICE := aosp_beryllium |
| 14 | PRODUCT_BRAND := AOSP |