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

Commit 45d7289e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Don't enforce ordering for ABI validation."

parents f9d141ee 4922703e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -144,13 +144,13 @@ func (n *ndkSingleton) GenerateBuildActions(ctx android.SingletonContext) {
		Inputs:      licensePaths,
	})

	baseDepPaths := append(installPaths, combinedLicense,
		getNdkAbiDiffTimestampFile(ctx))
	baseDepPaths := append(installPaths, combinedLicense)

	ctx.Build(pctx, android.BuildParams{
		Rule:       android.Touch,
		Output:     getNdkBaseTimestampFile(ctx),
		Implicits:  baseDepPaths,
		Validation: getNdkAbiDiffTimestampFile(ctx),
	})

	fullDepPaths := append(staticLibInstallPaths, getNdkBaseTimestampFile(ctx))