diff options
author | 2021-04-26 17:19:41 -0700 | |
---|---|---|
committer | 2021-04-26 18:41:00 -0700 | |
commit | 203b421043b05f3d18ff8161bf94a32596c4635b (patch) | |
tree | 28fd47025c5709949a498b1fe0a054ed4d4a3171 /cc/vendor_snapshot.go | |
parent | 627280f091b09a20ce67e780130a6945db7a7f84 (diff) |
Remove obsolete llndk_library
Remove llndk_library in favor of cc_library with llndk.symbol_file.
Bug: 170784825
Test: m checkbuild
Test: TestLlndkLibrary
Change-Id: I43580976589a7a2a176d7442be53fa043c0c8324
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 { |