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

Commit 1b4ecdcb authored by Alessandro Astone's avatar Alessandro Astone Committed by Bruno Martins
Browse files

soong: Export bootloader_message_offset to dependencies

Change-Id: I5b81d4a58406b1b521297a217dc33086e70259d0
parent 5412f813
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -228,7 +228,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 {
@@ -236,6 +239,7 @@ bootloader_message_offset {
    soong_config_variables: {
        bootloader_message_offset: {
            cflags: ["-DBOARD_RECOVERY_BLDRMSG_OFFSET=%s"],
            export_cflags: ["-DBOARD_RECOVERY_BLDRMSG_OFFSET=%s"],
        },
    },
}