Loading cc/vendor_snapshot.go +5 −0 Original line number Diff line number Diff line Loading @@ -924,6 +924,11 @@ func VendorSnapshotSourceMutator(ctx android.BottomUpMutatorContext) { return } // .. and also filter out llndk library if module.isLlndk(ctx.Config()) { return } var snapshotMap *snapshotMap if lib, ok := module.linker.(libraryInterface); ok { Loading Loading
cc/vendor_snapshot.go +5 −0 Original line number Diff line number Diff line Loading @@ -924,6 +924,11 @@ func VendorSnapshotSourceMutator(ctx android.BottomUpMutatorContext) { return } // .. and also filter out llndk library if module.isLlndk(ctx.Config()) { return } var snapshotMap *snapshotMap if lib, ok := module.linker.(libraryInterface); ok { Loading