Skip to content

Commit

Permalink
Make posix_time_wrappers a source_set (#2121)
Browse files Browse the repository at this point in the history
All starboard symbols which need to be exported must be part of a
source_set(not static library) unless this bug for modular PS5 is
solved: b/315170518

b/315170518
b/316956094

(cherry picked from commit 649c19a)
  • Loading branch information
niranjanyardi authored and anonymous1-me committed Dec 27, 2023
1 parent de30d18 commit 86464ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lbshell/build/copy_and_filter_out_dir.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,18 @@
# limitations under the License.
"""Compatibility layer for buildbot."""

<<<<<<< HEAD:lbshell/build/copy_and_filter_out_dir.py
import sys
from tools.copy_and_filter_out_dir import main
=======
# TODO: b/315170518 - Revert to static library after fixing
# symbol visibility issues for windows based modular platform builds.
source_set("posix_time_wrappers") {
sources = [
"posix_time_wrappers.cc",
"posix_time_wrappers.h",
]
>>>>>>> 649c19a331f (Make posix_time_wrappers a source_set (#2121)):starboard/shared/modular/BUILD.gn

if __name__ == '__main__':
sys.exit(main())

0 comments on commit 86464ac

Please sign in to comment.