Home
last modified time | relevance | path

Searched refs:snapshotLibraryInterface (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dsnapshot_utils.go24 type snapshotLibraryInterface interface { interface
31 var _ snapshotLibraryInterface = (*prebuiltLibraryLinker)(nil)
32 var _ snapshotLibraryInterface = (*libraryDecorator)(nil)
Dvndk.go527 func isVndkSnapshotLibrary(config android.DeviceConfig, m *Module) (i snapshotLibraryInterface, vnd…
534 l, ok := m.linker.(snapshotLibraryInterface)
611 …installVndkSnapshotLib := func(m *Module, l snapshotLibraryInterface, vndkType string) (android.Pa…
Dvendor_snapshot.go564 if l, ok := m.linker.(snapshotLibraryInterface); ok {
715 if l, ok := m.linker.(snapshotLibraryInterface); ok {
800 if l, ok := m.linker.(snapshotLibraryInterface); ok {
Dcc.go1584 …if i, ok := c.linker.(snapshotLibraryInterface); ok && ctx.DeviceConfig().VndkVersion() == "curren…