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

Improved android build scripts #4638

Merged
merged 1 commit into from
Nov 24, 2024
Merged

Conversation

gosha212
Copy link
Contributor

@gosha212 gosha212 commented Nov 24, 2024

Description

  • This pull request addresses the issue described here: #<?>

In this pull request, I have improved the android build script in order to be sure it could work in any project structure


For features/enhancements:

  • I have added/updated the relevant references in the documentation files.

For API changes:

  • I have made the necessary changes in the types index file.

if (file.exists()) {
return file.path
}
currentDir = currentDir.parentFile
Copy link
Collaborator

Choose a reason for hiding this comment

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

Will this continue all the way up to the filesystem's root? I think we should stop at the root project's dir 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We don't know who is the root. It could be in any structure of projects in mono repo. It is logn. not so bad

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yeah I didn't have performance in mind when I wrote this, rather possible resolutions of wrong node module folders or attempting access to non-priviledged directories (think CI agents).
Anyways, smt to think abt but might be an overkill.

@gosha212 gosha212 merged commit 037c53d into master Nov 24, 2024
3 checks passed
@gosha212 gosha212 deleted the feat/improve_android_build_scripts branch November 25, 2024 08:00
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