Skip to content

Commit

Permalink
Define ANDROID_ABI in starboard
Browse files Browse the repository at this point in the history
b/385380562
  • Loading branch information
haozheng-cobalt committed Dec 20, 2024
1 parent afbfaad commit 90c7011
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions starboard/android/arm/platform_configuration/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@

config("platform_configuration") {
configs = [ "//starboard/android/shared/platform_configuration" ]

defines = [
# Enable compile-time decisions based on the ABI
"ANDROID_ABI=$android_abi",
]
}

0 comments on commit 90c7011

Please sign in to comment.