Skip to content

Commit 03711b5

Browse files
add eglSwapBuffers ldflags to Android
1 parent 7bbf2ef commit 03711b5

File tree

1 file changed

+1
-0
lines changed
  • starboard/android/shared/platform_configuration

1 file changed

+1
-0
lines changed

starboard/android/shared/platform_configuration/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ config("platform_configuration") {
3030
"-Wno-sign-compare",
3131
"-Wno-c++11-narrowing",
3232
]
33+
ldflags = [ "-Wl,--wrap=eglSwapBuffers" ]
3334
}
3435

3536
config("size") {

0 commit comments

Comments
 (0)