Revert "Split libraries by language in cc_library_static"

Revert "Split asm and c flags and srcs in bp2build output"

Revert submission 1714835-roboleaf-asm-c

Reason for revert: TestCcLibraryStaticProductVariableSelects fails everywhere
Reverted Changes:
I28cf7437e:Split asm and c flags and srcs in bp2build output
I2b47e6b55:Split libraries by language in cc_library_static

Change-Id: Ie94e3aa7624280707258ef145948785ba3d1462c
diff --git a/common.bazelrc b/common.bazelrc
index be72eb8..d63617e 100644
--- a/common.bazelrc
+++ b/common.bazelrc
@@ -15,9 +15,8 @@
 # Explicitly allow unresolved symlinks (it's an experimental Bazel feature)
 build --experimental_allow_unresolved_symlinks
 
-# Enable usage of experimental cc-related build APIs
+# Enable usage of cc_shared_library build APIs
 build --experimental_cc_shared_library
-build --experimental_starlark_cc_import
 
 # Do not tokenize copts, other than strings that consist of a single Make
 # variable.  This prevents the need to double-escape characters like backslashes