Always set the default -std copt.

Soong uses cpp_std and gnu_extensions, but Bazel simplifies it to a
regular copt on the target itself (either c++ or gnu++ or experimental).
If the copt exists on the target, it takes precedence over the compiler
one.

Test: CI
Change-Id: Ia5fa0fda636acb4e12c679d6b1b641de270e1e11
2 files changed
tree: aad91b53a6116f7ecd877b46ac71f45bb5e77c32
  1. clang-3289846/
  2. clang-r416183b/
  3. clang-r416183b1/
  4. clang-r416183c/
  5. clang-r416183c1/
  6. clang-r428724/
  7. clang-r433403/
  8. clang-stable/
  9. llvm-binutils-stable/
  10. profiles/
  11. soong/
  12. .gitignore
  13. Android.bp
  14. Android.mk
  15. BINUTILS_KERNEL_DEPRECATION.md
  16. BUILD.bazel
  17. cc_toolchain_config.bzl
  18. cc_toolchain_constants.bzl
  19. cc_toolchain_features.bzl
  20. CleanSpec.mk
  21. GCC_4_9_DEPRECATION.md
  22. go.mod
  23. METADATA
  24. OWNERS
  25. README.md
  26. RELEASE_NOTES.md
README.md

Android Clang/LLVM Prebuilts

For the latest version of this doc, please make sure to visit: Android Clang/LLVM Prebuilts Readme Doc

LLVM Users

Prebuilt Versions

More Information

We have a public mailing list that you can subscribe to: android-llvm@googlegroups.com

See also our release notes.