-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Wait for Android plugin to load before configuring plugin dependency #70970
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
Conversation
xster
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Can we add a test?
|
@xster test added |
c0805ce to
6b440f2
Compare
|
This pull request is not suitable for automatic merging in its current state.
|
jonahwilliams
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be running in the devicelab since it does not require dedicated hardware.
|
I discussed adding this to LUCI with @godofredoc. Currently, it's a manual process, and cannot be done in a single PR like this one. This would have to be done after the holidays most likely. |
|
I filled #70978 to track. Its not so urgent that we need to deal with it right now |
|
Thanks @jonahwilliams ! I know @godofredoc is on top of improving this devX. |
implementationis provided by the Android Gradle plugin. It cannot be called before the Android plugin has loaded, and registered animplementationcallback.afterEvaluateensures thatimplementationis only called after this plugin loaded.