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

Commit a22f30e0 authored by Hsin-Yi Chen's avatar Hsin-Yi Chen Committed by Gerrit Code Review
Browse files

Merge "Do not create ABI dumps for NDK stub libraries"

parents 5fdf5d4b d2451683
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1113,7 +1113,7 @@ func (ctx *moduleContextImpl) shouldCreateSourceAbiDump() bool {
		// Host modules do not need ABI dumps.
		return false
	}
	if ctx.isStubs() {
	if ctx.isStubs() || ctx.isNDKStubLibrary() {
		// Stubs do not need ABI dumps.
		return false
	}