platform_build_soong/cc/config
Yo Chiang 8aa4e3f99e Refactor cc/sabi.go
* Rename `vndk_deps` mutator to `sabi_deps` to better reflect its
  purpose.
* Eliminate duplication of ABI dump generation logic. sabiDepsMutator
  should call libraryDecorator.shouldCreateSourceAbiDump() to determine
  if a module needs to be marked with CreateSAbiDumps.
* Non-VNDK libraries that are opt-in to ABI check would have their
  dependencies correctly marked with CreateSAbiDumps.
* Refactor some lines to idiomatic syntax.
* Add comment strings.

Bug: 145608479
Bug: 173492236
Test: TH presubmit
Change-Id: I99e97787bdf2a4f0c970809161b64aa668ff3d1a
2020-12-14 03:04:58 +00:00
..
Android.bp LinuxBionic supports arm64 2020-09-09 21:57:10 +09:00
arm64_device.go Introduce new Arm64 arch variant with dot product features 2020-08-26 15:52:22 +00:00
arm64_fuchsia_device.go
arm64_linux_host.go add -nostdlibinc for arm64_linux_host 2020-11-10 11:55:42 +09:00
arm_device.go Remove implicit Bionic and kernel system includes. 2020-05-06 19:45:03 +01:00
cfi_exports.map
clang.go Refactor cc/sabi.go 2020-12-14 03:04:58 +00:00
global.go Always generate profiling debug info 2020-11-03 18:13:21 +00:00
integer_overflow_blocklist.txt Rename CFI blocklist files. 2020-07-27 18:37:48 +00:00
OWNERS Refactor OWNERS files in platform/build/soong. 2020-10-08 16:14:32 -07:00
tidy.go Add bugprone to global clang-tidy default checks 2020-03-03 12:05:22 -08:00
tidy_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
toolchain.go Add the cc_fuzz target. 2019-07-16 16:30:53 -07:00
vndk.go Move keymint to android.hardware.security. 2020-12-11 20:37:03 +00:00
x86_64_device.go Remove implicit Bionic and kernel system includes. 2020-05-06 19:45:03 +01:00
x86_64_fuchsia_device.go Stop defining unused USE_SSSE3. 2019-07-12 22:40:45 -07:00
x86_darwin_host.go Fail if non-allowlisted host system tool is used. 2020-11-23 20:43:41 -05:00
x86_device.go Remove implicit Bionic and kernel system includes. 2020-05-06 19:45:03 +01:00
x86_linux_bionic_host.go Remove implicit Bionic and kernel system includes. 2020-05-06 19:45:03 +01:00
x86_linux_host.go Allow Linux hosts to use ubsan runtime sanitizers. 2020-02-20 20:27:35 +00:00
x86_windows_host.go Switch to clang-r399163. 2020-09-15 13:48:05 -07:00