Change filegroup null .s to .S

Compiler team wants to remove `-Wno-unused-command-line-argument` flag;
however, it causes compilation failures for an empty .s file. Builds
succeed with a .S file.

Test: remove -Wno-unused-command-line-argument from Soong and bp2build
Change-Id: Iadeea4ea98cecc3d150f0cce73f5e09b0b5556ad
1 file changed
tree: cb764a99999008f938d8a0ce71f8919e956e2c92
  1. ci/
  2. docs/
  3. examples/
  4. json_module_graph/
  5. platforms/
  6. product_variables/
  7. rules/
  8. rules_cc/
  9. scripts/
  10. tests/
  11. bazel.BUILD
  12. bazel.sh
  13. bazel.WORKSPACE
  14. common.bazelrc
  15. darwin.bazelrc
  16. linux.bazelrc
  17. OWNERS
  18. README.md
README.md

Bazel

The code in this directory is experimental. Bazel support for Android Platform is undergoing active development and workflow stability is currently not guaranteed.