soong: Export bootloader_message_offset to dependencies
Change-Id: I5b81d4a58406b1b521297a217dc33086e70259d0
This commit is contained in:
committed by
Bruno Martins
parent
5412f813b0
commit
1b4ecdcb1c
@@ -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"],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user