Skip to content

Commit

Permalink
Rename sandbox.cc to elf_loader_sandbox.cc (#1961)
Browse files Browse the repository at this point in the history
b/310225966

Change-Id: I4faef65e29bedd999e1ec1415c48123b2e5dddb7
  • Loading branch information
y4vor authored Nov 10, 2023
1 parent 21626ed commit c3e9811
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion starboard/build/config/BUILDCONFIG.gn
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ template("evergreen_loader") {
configs += [ "//starboard/build/config:no_pedantic_warnings" ]
}

sources = [ "//starboard/elf_loader/sandbox.cc" ]
sources = [ "//starboard/elf_loader/elf_loader_sandbox.cc" ]
configs += [ "//starboard/elf_loader:elf_loader_config" ]

deps = [
Expand Down
4 changes: 2 additions & 2 deletions starboard/elf_loader/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ if (current_toolchain == starboard_toolchain && !is_host_win) {
]
}

sources = [ "sandbox.cc" ]
sources = [ "elf_loader_sandbox.cc" ]
configs += [ ":elf_loader_config" ]

deps = [
Expand Down Expand Up @@ -134,7 +134,7 @@ if (sb_is_evergreen_compatible) {
# Example run:
# export LD_LIBRARY_PATH=.
# ./elf_loader_sys_sandbox --evergreen_library=app/cobalt/lib/libcobalt.so --evergreen_content=app/cobalt/content
sources = [ "sandbox.cc" ]
sources = [ "elf_loader_sandbox.cc" ]
configs += [ ":elf_loader_config" ]

starboard_syms_path =
Expand Down
File renamed without changes.

0 comments on commit c3e9811

Please sign in to comment.