allbuildtestrunquerystartup options
--android_dynamic_mode=<off, default or fully>
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.
default: "off"
affects outputs
loading and_analysis