Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb8ec7fd authored by Nolen Johnson's avatar Nolen Johnson Committed by Luca Stefani
Browse files

Revert "Revert "soong: Export bootloader_message_offset to dependencies""

This reverts commit d0b4f989.

Reason for revert: Bringing this back, LGE 8996 lives.

Change-Id: Iae68fee53ba647d8c64c54388e7296232adf4db8
parent ecdedb51
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -324,7 +324,10 @@ soong_config_module_type {
    module_type: "cc_defaults",
    config_namespace: "lineageGlobalVars",
    value_variables: ["bootloader_message_offset"],
    properties: ["cflags"],
    properties: [
        "cflags",
        "export_cflags",
    ],
}

bootloader_message_offset {
@@ -332,6 +335,7 @@ bootloader_message_offset {
    soong_config_variables: {
        bootloader_message_offset: {
            cflags: ["-DBOARD_RECOVERY_BLDRMSG_OFFSET=%s"],
            export_cflags: ["-DBOARD_RECOVERY_BLDRMSG_OFFSET=%s"],
        },
    },
}