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

Commit 37d679df authored by Jihoon Kang's avatar Jihoon Kang Committed by Gerrit Code Review
Browse files

Merge "Add environment variable BUILD_FROM_SOURCE_STUB" into main

parents 5ade28cb 7c1958f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2079,7 +2079,7 @@ func (c *config) BuildFromTextStub() bool {
	// TODO: b/302320354 - Remove the coverage build specific logic once the
	// robust solution for handling native properties in from-text stub build
	// is implemented.
	return !c.buildFromSourceStub && !c.JavaCoverageEnabled()
	return !c.buildFromSourceStub && !c.JavaCoverageEnabled() && !c.IsEnvTrue("BUILD_FROM_SOURCE_STUB")
}

func (c *config) SetBuildFromTextStub(b bool) {