Revert "soong: Export bootloader_message_offset to dependencies"
* Fix build, revert when/if this is needed again.
This reverts commit 1b4ecdcb1c
.
Change-Id: I14ec026d8be7297319564340b84ceb164dccfdd5
This commit is contained in:
parent
85da432b7b
commit
d0b4f9894a
1 changed files with 1 additions and 5 deletions
|
@ -297,10 +297,7 @@ soong_config_module_type {
|
||||||
module_type: "cc_defaults",
|
module_type: "cc_defaults",
|
||||||
config_namespace: "lineageGlobalVars",
|
config_namespace: "lineageGlobalVars",
|
||||||
value_variables: ["bootloader_message_offset"],
|
value_variables: ["bootloader_message_offset"],
|
||||||
properties: [
|
properties: ["cflags"],
|
||||||
"cflags",
|
|
||||||
"export_cflags",
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bootloader_message_offset {
|
bootloader_message_offset {
|
||||||
|
@ -308,7 +305,6 @@ bootloader_message_offset {
|
||||||
soong_config_variables: {
|
soong_config_variables: {
|
||||||
bootloader_message_offset: {
|
bootloader_message_offset: {
|
||||||
cflags: ["-DBOARD_RECOVERY_BLDRMSG_OFFSET=%s"],
|
cflags: ["-DBOARD_RECOVERY_BLDRMSG_OFFSET=%s"],
|
||||||
export_cflags: ["-DBOARD_RECOVERY_BLDRMSG_OFFSET=%s"],
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue