You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2023. It is now read-only.
Add provided deps query support to android_library
Summary:
For global code generation, it's beneficial to use provided_deps instead of deps
so that we do not accidentally package items into the app that are used by metagen. This change
allows us to use provided_deps instead, and it also adds better syntax for referencing the declared deps.
Test Plan: new integration test
Reviewed By: dreiss
fbshipit-source-id: a796f60
0 commit comments