Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[android] Fix sdk_utils.py path #4702

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

osagie98
Copy link
Contributor

b/390233790

@@ -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')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Max asked me this thing before. Could you confirm with this change, no automation script, test runners, bots etc will be broken?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if gradle syncs are triggered by the bots, I'll see how the test runs go. I only saw this issue when I tried to manually sync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants