Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Change-Id: Ib71299533aaa80645bfbd7eec4ddcd445dae82ff
  • Loading branch information
madhurajayaraman committed Aug 30, 2024
1 parent c2ae994 commit 95338ce
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 123 deletions.
92 changes: 0 additions & 92 deletions starboard/android/shared/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,9 @@ static_library("starboard_platform") {
"//starboard/shared/gles/gl_call.h",
"//starboard/shared/gles/system_gles2.cc",
"//starboard/shared/internal_only.h",
"//starboard/shared/iso/impl/directory_close.h",
"//starboard/shared/iso/impl/directory_get_next.h",
"//starboard/shared/iso/impl/directory_open.h",
"//starboard/shared/iso/memory_allocate_unchecked.cc",
"//starboard/shared/iso/memory_free.cc",
"//starboard/shared/iso/memory_reallocate_unchecked.cc",
"//starboard/shared/iso/string_scan.cc",
"//starboard/shared/libevent/socket_waiter_add.cc",
"//starboard/shared/libevent/socket_waiter_create.cc",
"//starboard/shared/libevent/socket_waiter_destroy.cc",
Expand All @@ -75,42 +71,19 @@ static_library("starboard_platform") {
"//starboard/shared/libevent/socket_waiter_wait.cc",
"//starboard/shared/libevent/socket_waiter_wait_timed.cc",
"//starboard/shared/libevent/socket_waiter_wake_up.cc",
"//starboard/shared/linux/byte_swap.cc",
"//starboard/shared/linux/cpu_features_get.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",
"//starboard/shared/linux/system_is_debugger_attached.cc",
"//starboard/shared/linux/system_symbolize.cc",
"//starboard/shared/linux/thread_get_id.cc",
"//starboard/shared/linux/thread_set_name.cc",
"//starboard/shared/nouser/user_get_current.cc",
"//starboard/shared/nouser/user_get_property.cc",
"//starboard/shared/nouser/user_get_signed_in.cc",
"//starboard/shared/nouser/user_internal.cc",
"//starboard/shared/nouser/user_internal.h",
"//starboard/shared/opus/opus_audio_decoder.cc",
"//starboard/shared/opus/opus_audio_decoder.h",
"//starboard/shared/posix/directory_create.cc",
"//starboard/shared/posix/environment.cc",
"//starboard/shared/posix/file_atomic_replace.cc",
"//starboard/shared/posix/impl/file_can_open.h",
"//starboard/shared/posix/impl/file_close.h",
"//starboard/shared/posix/impl/file_delete.h",
"//starboard/shared/posix/impl/file_flush.h",
"//starboard/shared/posix/impl/file_get_info.h",
"//starboard/shared/posix/impl/file_get_path_info.h",
"//starboard/shared/posix/impl/file_open.h",
"//starboard/shared/posix/impl/file_read.h",
"//starboard/shared/posix/impl/file_seek.h",
"//starboard/shared/posix/impl/file_truncate.h",
"//starboard/shared/posix/impl/file_write.h",
"//starboard/shared/posix/memory_allocate_aligned_unchecked.cc",
"//starboard/shared/posix/memory_flush.cc",
"//starboard/shared/posix/memory_free_aligned.cc",
"//starboard/shared/posix/memory_map.cc",
"//starboard/shared/posix/memory_protect.cc",
"//starboard/shared/posix/memory_unmap.cc",
"//starboard/shared/posix/page_internal.cc",
"//starboard/shared/posix/set_non_blocking_internal.cc",
"//starboard/shared/posix/socket_accept.cc",
Expand Down Expand Up @@ -139,52 +112,24 @@ static_library("starboard_platform") {
"//starboard/shared/posix/socket_set_tcp_no_delay.cc",
"//starboard/shared/posix/socket_set_tcp_window_scaling.cc",
"//starboard/shared/posix/storage_write_record.cc",
"//starboard/shared/posix/string_compare_no_case.cc",
"//starboard/shared/posix/string_compare_no_case_n.cc",
"//starboard/shared/posix/string_format.cc",
"//starboard/shared/posix/string_format_wide.cc",
"//starboard/shared/posix/system_break_into_debugger.cc",
"//starboard/shared/posix/system_clear_last_error.cc",
"//starboard/shared/posix/system_get_error_string.cc",
"//starboard/shared/posix/system_get_last_error.cc",
"//starboard/shared/posix/system_get_number_of_processors.cc",
"//starboard/shared/posix/thread_sleep.cc",
"//starboard/shared/posix/time_get_monotonic_now.cc",
"//starboard/shared/posix/time_get_monotonic_thread_now.cc",
"//starboard/shared/posix/time_get_now.cc",
"//starboard/shared/posix/time_is_time_thread_now_supported.cc",
"//starboard/shared/posix/time_zone_get_current.cc",
"//starboard/shared/pthread/condition_variable_broadcast.cc",
"//starboard/shared/pthread/condition_variable_create.cc",
"//starboard/shared/pthread/condition_variable_destroy.cc",
"//starboard/shared/pthread/condition_variable_signal.cc",
"//starboard/shared/pthread/condition_variable_wait.cc",
"//starboard/shared/pthread/condition_variable_wait_timed.cc",
"//starboard/shared/pthread/mutex_acquire.cc",
"//starboard/shared/pthread/mutex_acquire_try.cc",
"//starboard/shared/pthread/mutex_create.cc",
"//starboard/shared/pthread/mutex_destroy.cc",
"//starboard/shared/pthread/mutex_release.cc",
"//starboard/shared/pthread/once.cc",
"//starboard/shared/pthread/thread_context_get_pointer.cc",
"//starboard/shared/pthread/thread_context_internal.cc",
"//starboard/shared/pthread/thread_context_internal.h",
"//starboard/shared/pthread/thread_create_local_key.cc",
"//starboard/shared/pthread/thread_create_priority.h",
"//starboard/shared/pthread/thread_destroy_local_key.cc",
"//starboard/shared/pthread/thread_detach.cc",
"//starboard/shared/pthread/thread_get_current.cc",
"//starboard/shared/pthread/thread_get_local_value.cc",
"//starboard/shared/pthread/thread_is_equal.cc",
"//starboard/shared/pthread/thread_join.cc",
"//starboard/shared/pthread/thread_sampler_create.cc",
"//starboard/shared/pthread/thread_sampler_destroy.cc",
"//starboard/shared/pthread/thread_sampler_freeze.cc",
"//starboard/shared/pthread/thread_sampler_internal.cc",
"//starboard/shared/pthread/thread_sampler_internal.h",
"//starboard/shared/pthread/thread_sampler_is_supported.cc",
"//starboard/shared/pthread/thread_sampler_thaw.cc",
"//starboard/shared/pthread/thread_set_local_value.cc",
"//starboard/shared/pthread/thread_yield.cc",
"//starboard/shared/signal/crash_signals.h",
"//starboard/shared/signal/crash_signals_sigaction.cc",
Expand All @@ -201,7 +146,6 @@ static_library("starboard_platform") {
"//starboard/shared/starboard/audio_sink/stub_audio_sink_type.h",
"//starboard/shared/starboard/command_line.cc",
"//starboard/shared/starboard/command_line.h",
"//starboard/shared/starboard/directory_can_open.cc",
"//starboard/shared/starboard/drm/drm_close_session.cc",
"//starboard/shared/starboard/drm/drm_destroy_system.cc",
"//starboard/shared/starboard/drm/drm_generate_session_update_request.cc",
Expand All @@ -214,7 +158,6 @@ static_library("starboard_platform") {
"//starboard/shared/starboard/event_schedule.cc",
"//starboard/shared/starboard/file_atomic_replace_write_file.cc",
"//starboard/shared/starboard/file_atomic_replace_write_file.h",
"//starboard/shared/starboard/file_mode_string_to_flags.cc",
"//starboard/shared/starboard/file_storage/storage_close_record.cc",
"//starboard/shared/starboard/file_storage/storage_delete_record.cc",
"//starboard/shared/starboard/file_storage/storage_get_record_size.cc",
Expand All @@ -230,10 +173,8 @@ static_library("starboard_platform") {
"//starboard/shared/starboard/media/media_get_buffer_allocation_unit.cc",
"//starboard/shared/starboard/media/media_get_buffer_garbage_collection_duration_threshold.cc",
"//starboard/shared/starboard/media/media_get_buffer_padding.cc",
"//starboard/shared/starboard/media/media_get_buffer_storage_type.cc",
"//starboard/shared/starboard/media/media_get_progressive_buffer_budget.cc",
"//starboard/shared/starboard/media/media_is_buffer_using_memory_pool.cc",
"//starboard/shared/starboard/memory.cc",
"//starboard/shared/starboard/microphone/microphone_close.cc",
"//starboard/shared/starboard/microphone/microphone_create.cc",
"//starboard/shared/starboard/microphone/microphone_destroy.cc",
Expand All @@ -245,31 +186,17 @@ static_library("starboard_platform") {
"//starboard/shared/starboard/new.cc",
"//starboard/shared/starboard/queue_application.cc",
"//starboard/shared/starboard/queue_application.h",
"//starboard/shared/starboard/string_duplicate.cc",
"//starboard/shared/starboard/system_get_random_uint64.cc",
"//starboard/shared/starboard/system_supports_resume.cc",
"//starboard/shared/starboard/thread_checker.h",
"//starboard/shared/starboard/window_set_default_options.cc",
"//starboard/shared/stub/image_decode.cc",
"//starboard/shared/stub/image_is_decode_supported.cc",
"//starboard/shared/stub/system_get_total_gpu_memory.cc",
"//starboard/shared/stub/system_get_used_gpu_memory.cc",
"//starboard/shared/stub/system_hide_splash_screen.cc",
"//starboard/shared/stub/system_request_blur.cc",
"//starboard/shared/stub/system_request_focus.cc",
"//starboard/shared/stub/system_request_reveal.cc",
"//starboard/shared/stub/system_sign_with_certification_secret_key.cc",
"//starboard/shared/stub/ui_nav_get_interface.cc",
"//starboard/shared/stub/window_blur_on_screen_keyboard.cc",
"//starboard/shared/stub/window_focus_on_screen_keyboard.cc",
"//starboard/shared/stub/window_get_on_screen_keyboard_bounding_rect.cc",
"//starboard/shared/stub/window_hide_on_screen_keyboard.cc",
"//starboard/shared/stub/window_is_on_screen_keyboard_shown.cc",
"//starboard/shared/stub/window_on_screen_keyboard_is_supported.cc",
"//starboard/shared/stub/window_on_screen_keyboard_suggestions_supported.cc",
"//starboard/shared/stub/window_set_on_screen_keyboard_keep_focus.cc",
"//starboard/shared/stub/window_show_on_screen_keyboard.cc",
"//starboard/shared/stub/window_update_on_screen_keyboard_suggestions.cc",
"accessibility_extension.cc",
"accessibility_extension.h",
"accessibility_get_caption_settings.cc",
Expand Down Expand Up @@ -311,28 +238,12 @@ static_library("starboard_platform") {
"decode_target_internal.cc",
"decode_target_internal.h",
"decode_target_release.cc",
"directory_close.cc",
"directory_get_next.cc",
"directory_internal.h",
"directory_open.cc",
"drm_create_system.cc",
"drm_system.cc",
"drm_system.h",
"egl_swap_buffers.cc",
"file_can_open.cc",
"file_close.cc",
"file_delete.cc",
"file_exists.cc",
"file_flush.cc",
"file_get_info.cc",
"file_get_path_info.cc",
"file_internal.cc",
"file_internal.h",
"file_open.cc",
"file_read.cc",
"file_seek.cc",
"file_truncate.cc",
"file_write.cc",
"get_home_directory.cc",
"graphics.cc",
"graphics.h",
Expand Down Expand Up @@ -396,7 +307,6 @@ static_library("starboard_platform") {
"speech_synthesis_internal.cc",
"speech_synthesis_is_supported.cc",
"speech_synthesis_speak.cc",
"system_get_device_type.cc",
"system_get_extensions.cc",
"system_get_locale_id.cc",
"system_get_path.cc",
Expand All @@ -410,9 +320,7 @@ static_library("starboard_platform") {
"system_request_conceal.cc",
"system_request_freeze_no_freezedone_callback.cc",
"system_request_stop.cc",
"thread_create.cc",
"thread_create_priority.cc",
"thread_get_name.cc",
"time_zone_get_name.cc",
"trace_util.h",
"video_decoder.cc",
Expand Down
5 changes: 0 additions & 5 deletions starboard/android/shared/configuration_constants.cc
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ const char* kSbPathSepString = ":";
// generally prefer a byte order of RGBA, regardless of endianness.
const int kSbPreferredRgbaByteOrder = SB_PREFERRED_RGBA_BYTE_ORDER_RGBA;

#if SB_API_VERSION < 16
// The maximum number of users that can be signed in at the same time.
const uint32_t kSbUserMaxSignedIn = 1;
#endif // SB_API_VERSION < 16

// The maximum size the cache directory is allowed to use in bytes.
const uint32_t kSbMaxSystemPathCacheDirectorySize = 24 << 20; // 24MiB

Expand Down
26 changes: 0 additions & 26 deletions starboard/android/shared/configuration_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,32 +51,6 @@
#define SB_IS_WCHAR_T_UNSIGNED 1
#endif

// --- Compiler Configuration ------------------------------------------------

#if SB_API_VERSION < 16
// The platform's annotation for forcing a C function to be inlined.
#define SB_C_FORCE_INLINE __inline__ __attribute__((always_inline))

// The platform's annotation for marking a C function as suggested to be
// inlined.
#define SB_C_INLINE inline

// The platform's annotation for marking a symbol as exported outside of the
// current shared library.
#define SB_EXPORT_PLATFORM __attribute__((visibility("default")))

// The platform's annotation for marking a symbol as imported from outside of
// the current linking unit.
#define SB_IMPORT_PLATFORM

// --- Memory Configuration --------------------------------------------------

// Whether this platform can map executable memory. Implies the platform can map
// memory. This is required for platforms that want to JIT.
#define SB_CAN_MAP_EXECUTABLE_MEMORY 1

#endif // SB_API_VERSION < 16

// --- Network Configuration -------------------------------------------------

// Specifies whether this platform supports IPV6.
Expand Down

0 comments on commit 95338ce

Please sign in to comment.