Skip to content

Commit

Permalink
Set the default starboard API to 12.
Browse files Browse the repository at this point in the history
Change-Id: If7ead5ce08915e223bb9b78fad8b911ae47bc256
  • Loading branch information
y4vor committed Nov 5, 2020
1 parent 637f655 commit 9b42892
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 33 deletions.
6 changes: 0 additions & 6 deletions starboard/android/shared/configuration_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
#ifndef STARBOARD_ANDROID_SHARED_CONFIGURATION_PUBLIC_H_
#define STARBOARD_ANDROID_SHARED_CONFIGURATION_PUBLIC_H_

#if SB_API_VERSION != SB_EXPERIMENTAL_API_VERSION
#error \
"This platform's sabi.json file is expected to track the experimental " \
"Starboard API version."
#endif // SB_API_VERSION != SB_EXPERIMENTAL_API_VERSION

// --- Architecture Configuration --------------------------------------------

// Indicates that there is no support for alignment at greater than 16 bytes for
Expand Down
6 changes: 0 additions & 6 deletions starboard/linux/x64x11/configuration_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
#ifndef STARBOARD_LINUX_X64X11_CONFIGURATION_PUBLIC_H_
#define STARBOARD_LINUX_X64X11_CONFIGURATION_PUBLIC_H_

#if SB_API_VERSION != SB_EXPERIMENTAL_API_VERSION
#error \
"This platform's sabi.json file is expected to track the experimental " \
"Starboard API version."
#endif // SB_API_VERSION != SB_EXPERIMENTAL_API_VERSION

// --- Architecture Configuration --------------------------------------------

// Configuration parameters that allow the application to make some general
Expand Down
8 changes: 0 additions & 8 deletions starboard/linux/x64x11/skia/configuration_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
#ifndef STARBOARD_LINUX_X64X11_SKIA_CONFIGURATION_PUBLIC_H_
#define STARBOARD_LINUX_X64X11_SKIA_CONFIGURATION_PUBLIC_H_

// This is not a released configuration, so it should implement the
// experimental API version to validate trunk's viability.
#if SB_API_VERSION != SB_EXPERIMENTAL_API_VERSION
#error \
"This platform's sabi.json file is expected to track the experimental " \
"Starboard API version."
#endif // SB_API_VERSION != SB_EXPERIMENTAL_API_VERSION

// Include the X64X11 Linux configuration.
#include "starboard/linux/x64x11/configuration_public.h"

Expand Down
6 changes: 0 additions & 6 deletions starboard/raspi/shared/configuration_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
#ifndef STARBOARD_RASPI_SHARED_CONFIGURATION_PUBLIC_H_
#define STARBOARD_RASPI_SHARED_CONFIGURATION_PUBLIC_H_

#if SB_API_VERSION != SB_EXPERIMENTAL_API_VERSION
#error \
"This platform's sabi.json file is expected to track the experimental " \
"Starboard API version."
#endif // SB_API_VERSION != SB_EXPERIMENTAL_API_VERSION

// --- Architecture Configuration --------------------------------------------

// --- System Header Configuration -------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion starboard/sabi/sabi.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""Source of truth of the default/experimental Starboard API version."""

SB_API_VERSION = 13
SB_API_VERSION = 12
6 changes: 0 additions & 6 deletions starboard/stub/configuration_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
#ifndef STARBOARD_STUB_CONFIGURATION_PUBLIC_H_
#define STARBOARD_STUB_CONFIGURATION_PUBLIC_H_

#if SB_API_VERSION != SB_EXPERIMENTAL_API_VERSION
#error \
"This platform's sabi.json file is expected to track the experimental " \
"Starboard API version."
#endif // SB_API_VERSION != SB_EXPERIMENTAL_API_VERSION

// --- Architecture Configuration --------------------------------------------

// Some platforms will not align variables on the stack with an alignment
Expand Down

0 comments on commit 9b42892

Please sign in to comment.