Android R Beta 3
Use cc_defaults to reduce the amount of duplication in Android.bp

Several cc_defaults modules were introduced to reduce the amount of
duplications among libclang_rt_* modules. Specifically,

libclang_rt-prebuilt-default is added to provide common settings for all
modules.

In addition, libclang_rt.xxxx-default is added to provide common
settings for all arch-specific modules libclang_rt.xxxx-<arch>. Those
modules sharing the same defaults are visually separated from other
groups using ///////.

Bug: 148170613
Test: m
Change-Id: If9b42c9de8a4d81d1b1790bf38cf70c05284ab91
1 file changed
tree: 1dbd862d90808bd93588f836c4a3d16bcabf7625
  1. clang-3289846/
  2. clang-r353983c/
  3. clang-r370808/
  4. clang-r370808b/
  5. clang-r383902/
  6. clang-r383902b/
  7. clang-r383902c/
  8. clang-stable/
  9. llvm-binutils-stable/
  10. profiles/
  11. soong/
  12. Android.bp
  13. Android.mk
  14. CleanSpec.mk
  15. GCC_4_9_DEPRECATION.md
  16. OWNERS
  17. README.md
  18. 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.