diff options
Diffstat (limited to 'cc/vendor_snapshot.go')
-rw-r--r-- | cc/vendor_snapshot.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/vendor_snapshot.go b/cc/vendor_snapshot.go index c0082fb3a..9ad51ad77 100644 --- a/cc/vendor_snapshot.go +++ b/cc/vendor_snapshot.go @@ -184,9 +184,6 @@ func isSnapshotAware(cfg android.DeviceConfig, m *Module, inProprietaryPath bool if m.IsLlndk() { return false } - if _, ok := m.linker.(*llndkStubDecorator); ok { - return false - } // Libraries if l, ok := m.linker.(snapshotLibraryInterface); ok { |