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 Aug 11, 2021. It is now read-only.
So, suppose we have an SDK with libraries A, B, and C. By default, the SDK build script will build all of these and package them up.
However, suppose we have an application X, that only needs library B. X's build script should be able to configure the SDK so that it only makes B (and any dependents of B).