Loading build/soong/Android.bp +5 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading @@ -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"], }, }, } Loading Loading
build/soong/Android.bp +5 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading @@ -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"], }, }, } Loading