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

[FR] allow generation even when libraries are missing #146

Closed
DanAlbert opened this issue Aug 5, 2021 · 0 comments
Closed

[FR] allow generation even when libraries are missing #146

DanAlbert opened this issue Aug 5, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@DanAlbert
Copy link
Member

Feature was submitted in e6fe0aa, just filling out the FR here for visibility.

The Android library detection requires the library to be present on disk before prefab is run. The directory contents are used to determine whether the library is static or shared.

This is a problem for Android Studio because it needs to run the CMake configuration step for all modules before it can build any module (gradle sync requires the information from the configuration step to provide most IDE features), so prefab needs to run for every module up front. If one module exposes a prefab package to another, the libraries will not have been built before prefab runs, and prefab fails.

@DanAlbert DanAlbert added the enhancement New feature or request label Aug 5, 2021
@DanAlbert DanAlbert self-assigned this Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant