Searched refs:snapshotLibraryInterface (Results 1 – 4 of 4) sorted by relevance
24 type snapshotLibraryInterface interface { interface31 var _ snapshotLibraryInterface = (*prebuiltLibraryLinker)(nil)32 var _ snapshotLibraryInterface = (*libraryDecorator)(nil)
527 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…
564 if l, ok := m.linker.(snapshotLibraryInterface); ok {715 if l, ok := m.linker.(snapshotLibraryInterface); ok {800 if l, ok := m.linker.(snapshotLibraryInterface); ok {
1584 …if i, ok := c.linker.(snapshotLibraryInterface); ok && ctx.DeviceConfig().VndkVersion() == "curren…