Skip to content

Commit

Permalink
[android] Fix sdk_utils.py path (#4702)
Browse files Browse the repository at this point in the history
b/390233790
  • Loading branch information
osagie98 authored Feb 1, 2025
1 parent c6c600f commit 8ed1dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobalt/android/apk/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ final MIN_SUPPORTED_SDK_VERSION = 24
final LATEST_SUPPORTED_SDK_VERSION = 34

// Parse the NDK_VERSION and CMAKE_VERSION defined in sdk_utils.py
final SDK_UTILS = project.rootProject.file('../shared/sdk_utils.py')
final SDK_UTILS = project.rootProject.file('../../../starboard/android/shared/sdk_utils.py')
final NDK_VERSION = SDK_UTILS.find { it.startsWith('_NDK_VERSION =') }.split("'")[1]
final CMAKE_VERSION = SDK_UTILS.find { it.startsWith('_CMAKE_VERSION =') }.split("'")[1]

Expand Down

0 comments on commit 8ed1dc7

Please sign in to comment.