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
This commit is contained in:
@@ -703,7 +703,7 @@ type genSrcsProperties struct {
|
|||||||
Shard_size *int64
|
Shard_size *int64
|
||||||
}
|
}
|
||||||
|
|
||||||
const defaultShardSize = 100
|
const defaultShardSize = 50
|
||||||
|
|
||||||
func NewGenRule() *Module {
|
func NewGenRule() *Module {
|
||||||
properties := &genRuleProperties{}
|
properties := &genRuleProperties{}
|
||||||
|
Reference in New Issue
Block a user