Home
last modified time | relevance | path

Searched refs:IsSnapshotLibrary (Results 1 – 5 of 5) sorted by relevance

/aosp12/build/soong/cc/
H A Dsnapshot_utils.go26 func (m *Module) IsSnapshotLibrary() bool { func
34 if m.IsSnapshotLibrary() {
H A Dvendor_snapshot.go189 if sanitizable, ok := m.(PlatformSanitizeable); ok && sanitizable.IsSnapshotLibrary() {
368 if m.IsSnapshotLibrary() {
492 if m.IsSnapshotLibrary() {
H A Dlinkable.go89 IsSnapshotLibrary() bool
H A Dvndk.go609 if !m.IsSnapshotLibrary() || !m.Shared() {
/aosp12/build/soong/rust/
H A Dsnapshot_utils.go31 func (mod *Module) IsSnapshotLibrary() bool { func