Home
last modified time | relevance | path

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

/build/soong/cc/
Dstl.go125 func staticUnwinder(ctx android.BaseModuleContext) string { func
161 deps.StaticLibs = append(deps.StaticLibs, "libm", "libc", staticUnwinder(ctx))
Dcc.go673 staticUnwinder bool member
2304 depTag := libraryDependencyTag{Kind: staticLibraryDependency, staticUnwinder: true}
2307 …}, depTag, RewriteSnapshotLib(staticUnwinder(actx), GetSnapshot(c, &snapshotInfo, actx).StaticLibs…
2726 if libDepTag.staticUnwinder && c.apexSdkVersion.GreaterThan(android.SdkVersion_Android10) {