I hope this is a simple question :) In bazel, I can select a config_setting by specifying --define K=V passed from the command line. How can I create a library in my BUILD.bazel that "sets" this config_setting without the need to specify it from command line?