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

Unverified Commit d0b4f989 authored by Michael Bestas's avatar Michael Bestas
Browse files

Revert "soong: Export bootloader_message_offset to dependencies"

* Fix build, revert when/if this is needed again.

This reverts commit 1b4ecdcb.

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

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