Determines whether C++ deps of Android rules will be linked dynamically
when a cc_binary does not explicitly create a shared library. 'default'
means bazel will choose whether to link dynamically. 'fully' means all
libraries will be linked dynamically. 'off' means that all libraries will
be linked in mostly static mode.