commit | 11ad5a7b564fcb91be3635a112e81687d8524ce2 | [log] [tgz] |
---|---|---|
author | David Dorwin <ddorwin@google.com> | Fri Aug 29 13:39:00 2025 -0700 |
committer | David Dorwin <ddorwin@google.com> | Fri Aug 29 14:21:06 2025 -0700 |
tree | c59bc865787b66745ad0e5acd5ebc47b1e2792cd | |
parent | 410f668c7a0460595c86b3e2a25e396b96181ccf [diff] |
[sdk][build] Only reference header files once in build rule Use `public` directly rather than setting its value to `sources`. This is correct and avoids an error about a file being defined by multiple atoms (though it is just this one) during IDK generation when building //sdk/firmware. Change-Id: I0e5722952f6c8a98e714d1fc3d61bb5df59bc25e Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/vboot_reference/+/1357835 Reviewed-by: Yecheng Zhao <zyecheng@google.com>