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

Commit f47c90db authored by Evgenii Stepanov's avatar Evgenii Stepanov
Browse files

Reduce default shard size.

Current HWASan build on master fails if OUT_DIR is ~17 characters,
passes with 3. Halve defaultShardSize to avoid this.

Bug: 170327170
Test: build with long OUT_DIR

Change-Id: I04e3cae91118891c0e28d895108670dd0d373a3f
parent 97d85c8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -703,7 +703,7 @@ type genSrcsProperties struct {
	Shard_size *int64
}

const defaultShardSize = 100
const defaultShardSize = 50

func NewGenRule() *Module {
	properties := &genRuleProperties{}