Searched defs:LinkableInterface (Results 1 – 8 of 8) sorted by relevance
/aosp12/build/soong/cc/ |
H A D | stl.go | 22 func getNdkStlFamily(m LinkableInterface) string { 27 func getNdkStlFamilyAndLinkType(m LinkableInterface) (string, string) {
|
H A D | snapshot_prebuilt.go | 128 func (vendorSnapshotImage) inImage(m LinkableInterface) func() bool { 132 func (vendorSnapshotImage) private(m LinkableInterface) bool { 162 func (vendorSnapshotImage) excludeFromSnapshot(m LinkableInterface) bool { 209 func (recoverySnapshotImage) inImage(m LinkableInterface) func() bool { 214 func (recoverySnapshotImage) private(m LinkableInterface) bool { 227 func (recoverySnapshotImage) excludeFromSnapshot(m LinkableInterface) bool {
|
H A D | linkable.go | 102 type LinkableInterface interface { interface 256 func GetImageVariantType(c LinkableInterface) ImageVariantType {
|
H A D | snapshot_utils.go | 103 func ShouldCollectHeadersForSnapshot(ctx android.ModuleContext, m LinkableInterface, apexInfo andro…
|
H A D | vendor_snapshot.go | 150 func isSnapshotAware(cfg android.DeviceConfig, m LinkableInterface, inProprietaryPath bool, apexInf…
|
H A D | cc.go | 1964 m LinkableInterface) []blueprint.Variation { 2283 func checkLinkType(ctx android.BaseModuleContext, from LinkableInterface, to LinkableInterface, 2938 func MakeLibName(ctx android.ModuleContext, c LinkableInterface, ccDep LinkableInterface, depName s… 3091 func GetMakeLinkType(actx android.ModuleContext, c LinkableInterface) string { 3178 func installable(c LinkableInterface, apexInfo android.ApexInfo) bool {
|
H A D | vndk.go | 595 func isVndkSnapshotAware(config android.DeviceConfig, m LinkableInterface,
|
H A D | sanitize.go | 1384 func (s *sanitizerStaticLibsMap) add(c LinkableInterface, name string) {
|