We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2cc4a commit b48c4e0Copy full SHA for b48c4e0
third_party/ti_simplelink_sdk/ti_simplelink_executable.gni
@@ -484,7 +484,7 @@ template("ti_simplelink_executable") {
484
} else {
485
# The executable is the final target.
486
data_deps = [ ":${simplelink_target_name}.out" ]
487
- if (custom_factory_data && ti_simplelink_device_family == "cc13x4_26x4") {
+ if (ti_simplelink_device_family == "cc13x4_26x4" && custom_factory_data) {
488
data_deps += [ ":${simplelink_target_name}-and-factory-data.hex" ]
489
}
490
0 commit comments