Wednesday, 30 January 2019

What does CC means in Soong?

There are a lot of references to cc in AOSP Soong. In this file, for example: https://android.googlesource.com/platform/build/soong/+/master/cc/cc.go

I have several hypothesis:

  1. Compiler Collection (as in gcc)
  2. Cross Compiler
  3. C, C++
  4. C compiler (as in cc so tag)


from What does CC means in Soong?

No comments:

Post a Comment