pmb.aportgen: add deviceinfo_bootimg_qcdt_type (MR 2276)

This commit is contained in:
methanal 2024-03-11 17:31:50 +00:00 committed by Oliver Smith
parent 416781d2c2
commit 75dcab4405
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 5 additions and 0 deletions

View File

@ -139,6 +139,11 @@ def generate_deviceinfo_fastboot_content(bootimg=None):
deviceinfo_flash_pagesize="{bootimg["pagesize"]}"
"""
if "qcdt_type" in bootimg.keys():
content += f"""\
deviceinfo_bootimg_qcdt_type="{bootimg["qcdt_type"]}"
"""
if "mtk_label_kernel" in bootimg.keys():
content += f"""\
deviceinfo_mtk_label_kernel="{bootimg["mtk_label_kernel"]}"