Home
last modified time | relevance | path

Searched refs:shouldCreateSourceAbiDumpForLibrary (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/soong/cc/
H A Dsabi.go168 func shouldCreateSourceAbiDumpForLibrary(ctx shouldCreateAbiDumpContext) bool { func
255 if shouldCreateSourceAbiDumpForLibrary(ctx) {
289 } else if shouldCreateSourceAbiDumpForLibrary(ctx) {
/aosp_15_r20/build/bazel/rules/cc/
H A Dcc_library_shared.bzl267 # The logic here is based on the shouldCreateSourceAbiDumpForLibrary() in sabi.go