Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab24ae3b authored by Inseob Kim's avatar Inseob Kim Committed by Automerger Merge Worker
Browse files

Merge changes I059e639b,I4ebe1da8,Idf4fd37a,Id90082b5 am: 37ed5063

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1324103

Change-Id: I616bc3532a3450327ccdd4e61ba95ad4ed53d80a
parents b56865ee 37ed5063
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 {