From b6367d76bf88dbfb59fc9fcd3cc0b176e381a4f3 Mon Sep 17 00:00:00 2001 From: Ying Yu Date: Mon, 3 Jun 2024 16:47:21 -0700 Subject: [PATCH] Add back SbMemoryGetStackBounds for EG AOSP This API is needed for running EG AOSP for SB < 15 b/341636739 Change-Id: Ied03b5574d48d9380fd1e7b067cb8c5f02fb6a37 --- starboard/android/shared/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/starboard/android/shared/BUILD.gn b/starboard/android/shared/BUILD.gn index 8c219b391aec..31b36f236f20 100644 --- a/starboard/android/shared/BUILD.gn +++ b/starboard/android/shared/BUILD.gn @@ -77,6 +77,7 @@ static_library("starboard_platform") { "//starboard/shared/libevent/socket_waiter_wake_up.cc", "//starboard/shared/linux/byte_swap.cc", "//starboard/shared/linux/cpu_features_get.cc", + "//starboard/shared/linux/memory_get_stack_bounds.cc", "//starboard/shared/linux/system_get_random_data.cc", "//starboard/shared/linux/system_get_total_cpu_memory.cc", "//starboard/shared/linux/system_get_used_cpu_memory.cc",